/openbmc/linux/scripts/genksyms/ |
H A D | genksyms.h | 33 struct symbol { struct 34 struct symbol *hash_next; argument 36 enum symbol_type type; argument 38 struct symbol *expansion_trail; argument 39 struct symbol *visited; argument 42 enum symbol_status status; argument 53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact); argument
|
/openbmc/linux/tools/perf/util/ |
H A D | symbol.h | 48 struct symbol { struct 50 /** Range of symbol [start, end). */ argument 55 /** ELF symbol type as defined for st_info. E.g STT_OBJECT or STT_FUNC. */ argument 71 /** The name of length namelen associated with the symbol. */ argument 75 void symbol__delete(struct symbol *sym); argument
|
H A D | srcline.h | 33 struct symbol *symbol; member
|
/openbmc/linux/tools/objtool/include/objtool/ |
H A D | elf.h | 49 struct symbol { struct 60 struct symbol *pfunc, *cfunc, *alias; argument 77 struct symbol *sym; argument
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | resolve_btfids.c | 15 struct symbol { struct 21 struct symbol test_symbols[] = { argument
|
/openbmc/linux/scripts/kconfig/ |
H A D | expr.h | 83 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
|
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.h | 124 typedef struct symbol { struct 141 symbol_t *symbol; argument 147 symbol_t *symbol; member
|
H A D | aicasm_gram.y | 449 symbol_t *symbol; variable 695 symbol_t *symbol; variable 1468 initialize_symbol(symbol_t *symbol) in initialize_symbol() 1625 symbol_t *symbol = *p_symbol; in process_register() local 1819 test_readable_symbol(symbol_t *symbol) in test_readable_symbol() 1836 test_writable_symbol(symbol_t *symbol) in test_writable_symbol() 1855 symbol_t *symbol = sym->symbol; in type_check() local 1919 add_conditional(symbol_t *symbol) in add_conditional()
|
H A D | aicasm_symbol.c | 82 symbol_delete(symbol_t *symbol) in symbol_delete() 223 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) in symlist_add()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | expr.h | 83 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
|
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | EventClass.py | 26 def create_event(name, comm, dso, symbol, raw_buf): argument 38 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument 58 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument 87 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL): argument
|
/openbmc/linux/include/kunit/ |
H A D | visibility.h | 26 #define EXPORT_SYMBOL_IF_KUNIT(symbol) EXPORT_SYMBOL_NS(symbol, \ argument 30 #define EXPORT_SYMBOL_IF_KUNIT(symbol) argument
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | sim.h | 20 #define save_static_function(symbol) \ argument 46 #define save_static_function(symbol) \ argument
|
H A D | asm.h | 43 #define LEAF(symbol) \ argument 56 #define NESTED(symbol, framesize, rpc) \ argument 77 #define EXPORT(symbol) \ argument 84 #define FEXPORT(symbol) \ argument 92 #define ABS(symbol,value) \ argument
|
/openbmc/linux/tools/lib/bpf/ |
H A D | elf.c | 271 struct symbol { struct 279 const struct symbol *sym_a = a; in symbol_cmp() argument
|
/openbmc/linux/lib/zstd/common/ |
H A D | fse.h | 526 MEM_STATIC void FSE_initCState2(FSE_CState_t* statePtr, const FSE_CTable* ct, U32 symbol) in FSE_initCState2() 537 MEM_STATIC void FSE_encodeSymbol(BIT_CStream_t* bitC, FSE_CState_t* statePtr, unsigned symbol) in FSE_encodeSymbol() 596 unsigned char symbol; member 627 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol() local 640 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast() local
|
/openbmc/linux/include/linux/ |
H A D | compiler_attributes.h | 26 #define __alias(symbol) __attribute__((__alias__(#symbol))) argument 92 # define __copy(symbol) __attribute__((__copy__(symbol))) argument 94 # define __copy(symbol) argument
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | asm.h | 45 #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/linux/scripts/mod/ |
H A D | modpost.c | 215 struct symbol { struct 216 struct symbol *next; argument 217 struct list_head list; /* link to module::exported_symbols or module::unresolved_symbols */ argument 225 bool used; /* there exists a user of this symbol */ argument 229 static struct symbol *symbolhash[SYMBOL_HASH_SIZE]; argument
|
/openbmc/linux/tools/build/feature/ |
H A D | test-libbfd.c | 8 char symbol[4096] = "FieldName__9ClassNameFd"; in main() local
|
H A D | test-cplus-demangle.c | 7 char symbol[4096] = "FieldName__9ClassNameFd"; in main() local
|
/openbmc/linux/scripts/ |
H A D | checkkconfigsymbols.py | 236 def find_commits(symbol, diff): argument 270 def find_sims(symbol, ignore, defined=[]): argument
|
/openbmc/u-boot/fs/jffs2/ |
H A D | mini_inflate.c | 144 int symbol, length, dist, i; in decompress_huffman() local 231 int length, curr_code, symbol, i, last_code; in decompress_dynamic() local
|
/openbmc/linux/tools/perf/ |
H A D | builtin-kallsyms.c | 32 struct symbol *symbol = machine__find_kernel_symbol_by_name(machine, argv[i], &map); in __cmd_kallsyms() local
|
/openbmc/linux/samples/kprobes/ |
H A D | kprobe_example.c | 19 static char symbol[KSYM_NAME_LEN] = "kernel_clone"; variable
|