Home
last modified time | relevance | path

Searched defs:symbol (Results 1 – 16 of 16) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dexpr.h83 struct symbol { struct
85 struct symbol *next; argument
91 enum symbol_type type; argument
94 * The calculated value of the symbol. The SYMBOL_VALID bit is set in argument
98 struct symbol_value curr; argument
104 struct symbol_value def[S_DEF_COUNT]; argument
136 #define SYMBOL_CONST 0x0001 /* symbol is const */ argument
H A Dzconf.y40 struct symbol *symbol; member
H A Dexpr.c1141 void (*fn)(void *, struct symbol *, const char *), in expr_print()
1283 void (*fn)(void *, struct symbol *, const char *), in expr_print_revdep()
H A Dsymbol.c843 struct symbol *symbol; in sym_lookup() local
884 struct symbol *symbol = NULL; in sym_find() local
/openbmc/u-boot/arch/mips/include/asm/
H A Dasm.h45 #define ENTRY(symbol) \ argument
54 #define LEAF(symbol) \ argument
65 #define NESTED(symbol, framesize, rpc) \ argument
83 #define EXPORT(symbol) \ argument
90 #define FEXPORT(symbol) \ argument
98 #define ABS(symbol,value) \ argument
/openbmc/u-boot/fs/jffs2/
H A Dmini_inflate.c144 int symbol, length, dist, i; in decompress_huffman() local
231 int length, curr_code, symbol, i, last_code; in decompress_dynamic() local
/openbmc/qemu/tcg/
H A Ddebuginfo.c51 const char *symbol, *file; in debuginfo_query() local
H A Dperf.c294 const char *symbol; in write_jr_code_load() local
/openbmc/qemu/include/tcg/
H A Ddebuginfo.h18 const char *symbol; /* Symbol that the address is part of. */ member
/openbmc/qemu/disas/
H A Ddisas-common.c88 const char *symbol = ""; in lookup_symbol() local
/openbmc/qemu/contrib/plugins/
H A Dcflow.c50 const char *symbol; member
72 const char *symbol; member
H A Dcache.c85 const char *symbol; member
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Djson_utils.cpp74 char* symbol = (char*)calloc(symbolSize, sizeof(char)); in dumpHex() local
/openbmc/u-boot/include/linux/
H A Dcompiler-gcc.h91 #define __alias(symbol) __attribute__((alias(#symbol))) argument
/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c168 unsigned symbol; in LzmaDec_DecodeReal() local
543 unsigned symbol = 1; in LzmaDec_TryDummy() local
551 unsigned symbol = 1; in LzmaDec_TryDummy() local
/openbmc/qemu/scripts/
H A Dminikconf.py289 def do_select(self, var, symbol, cond=None): argument
293 def do_imply(self, var, symbol, cond=None): argument