/linux/scripts/genksyms/ |
H A D | genksyms.h | 36 struct symbol { struct 41 struct symbol *expansion_trail; argument 42 struct symbol *visited; argument 56 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact); argument 39 typesymbol global() argument 45 statussymbol global() argument
|
/linux/tools/objtool/include/objtool/ |
H A D | elf.h | 49 struct symbol { struct 60 struct symbol *pfunc, *cfunc, *alias; argument 81 struct symbol *sym; argument [all...] |
/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 [all...] |
H A D | srcline.h | 33 struct symbol *symbol; member
|
/linux/scripts/kconfig/ |
H A D | expr.h | 89 struct symbol { struct 93 /* The name of the symbol, e.g. "FOO" for 'config FOO' */ argument 100 * The calculated value of the symbol. The SYMBOL_VALID bit is set in argument 122 /* config entries associated with this symbol */ argument 97 typesymbol global() argument 104 currsymbol global() argument 110 defsymbol global() argument 145 impliedsymbol global() argument [all...] |
/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.h | 124 typedef struct symbol { struct 141 symbol_t *symbol; member 147 symbol_t *symbol; member
|
H A D | aicasm_gram.y | 450 symbol_t *symbol; variable 696 symbol_t *symbol; global() variable 1469 initialize_symbol(symbol_t * symbol) initialize_symbol() argument 1626 symbol_t *symbol = *p_symbol; process_register() local 1820 test_readable_symbol(symbol_t * symbol) test_readable_symbol() argument 1837 test_writable_symbol(symbol_t * symbol) test_writable_symbol() argument 1856 symbol_t *symbol = sym->symbol; type_check() local 1920 add_conditional(symbol_t * symbol) add_conditional() argument [all...] |
/linux/scripts/gendwarfksyms/ |
H A D | gendwarfksyms.h | 112 struct symbol { struct 123 typedef void (*symbol_callback_t)(struct symbol *, void *arg); argument 114 addrsymbol global() argument 117 statesymbol global() argument
|
/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_bu argument 87 __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL) global() argument [all...] |
/linux/include/kunit/ |
H A D | visibility.h | 27 #define EXPORT_SYMBOL_IF_KUNIT(symbol) EXPORT_SYMBOL_NS(symbol, "EXPORTED_FOR_KUNIT_TESTING") argument 30 #define EXPORT_SYMBOL_IF_KUNIT(symbol) argument
|
/linux/arch/mips/include/asm/ |
H A D | sim.h | 20 #define save_static_function(symbol) \ argument 46 #define save_static_function(symbol) \ argument [all...] |
/linux/lib/zstd/common/ |
H A D | fse.h | 444 FSE_initCState2(FSE_CState_t * statePtr,const FSE_CTable * ct,U32 symbol) FSE_initCState2() argument 455 FSE_encodeSymbol(BIT_CStream_t * bitC,FSE_CState_t * statePtr,unsigned symbol) FSE_encodeSymbol() argument 514 unsigned char symbol; global() member 545 BYTE const symbol = DInfo.symbol; FSE_decodeSymbol() local 558 BYTE const symbol = DInfo.symbol; FSE_decodeSymbolFast() local [all...] |
/linux/tools/testing/vsock/ |
H A D | util.h | 20 #define x(name, symbol) \ argument 28 #define x(name, symbol) "d " symbol "_transport", argument
|
/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
|
/linux/scripts/mod/ |
H A D | modpost.c | 217 struct symbol { struct 227 bool used; /* there exists a user of this symbol */ argument 237 static struct symbol *alloc_symbol(const char *name) in alloc_symbol() argument 219 listsymbol global() argument [all...] |
/linux/scripts/ |
H A D | checkkconfigsymbols.py | 236 find_commits(symbol, diff) global() argument 270 find_sims(symbol, ignore, defined=[]) global() argument [all...] |
H A D | kallsyms.c | 480 learn_symbol(const unsigned char * symbol,int len) learn_symbol() argument 489 forget_symbol(const unsigned char * symbol,int len) forget_symbol() argument 633 const char *symbol = sym_name(se); may_be_linker_script_provide_symbol() local [all...] |
/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
|
/linux/drivers/gpu/drm/amd/display/dc/sspl/ |
H A D | dc_spl.h | 18 #define SPL_NAMESPACE(symbol) SPL_EXPAND(SPL_PFX_, symbol) argument
|
/linux/tools/perf/ |
H A D | builtin-kallsyms.c | 42 struct symbol *symbol = machine__find_kernel_symbol_by_name(machine, argv[i], &map); in __cmd_kallsyms() local [all...] |
/linux/samples/kprobes/ |
H A D | kprobe_example.c | 19 static char symbol[KSYM_NAME_LEN] = "kernel_clone"; variable
|
/linux/arch/s390/lib/ |
H A D | test_kprobes.c | 12 const char *symbol, int offset) in setup_kprobe() argument
|
/linux/tools/perf/scripts/python/ |
H A D | intel-pt-events.py | 266 def print_common_ip(param_dict, sample, symbol, dso): argument 299 def print_srccode(comm, param_dict, sample, symbol, dso, with_insn): argument [all...] |
/linux/tools/testing/selftests/x86/bugs/ |
H A D | its_ret_alignment.py | 87 symbol = identify_address(prog, site) variable
|