Home
last modified time | relevance | path

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

123

/linux/tools/objtool/include/objtool/
H A Delf.h49 struct symbol { global() struct
60 aliassymbol global() argument
82 group_secsymbol global() argument
[all...]
/linux/scripts/genksyms/
H A Dgenksyms.h36 struct symbol { struct
39 enum symbol_type type; argument
41 struct symbol *expansion_trail; argument
42 struct symbol *visited; argument
45 enum symbol_status status; argument
56 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact); argument
/linux/tools/perf/util/
H A Dsymbol.h48 struct symbol { global() struct
50 rb_nodesymbol global() argument
55 namelensymbol global() argument
71 arch_symsymbol global() argument
75 namesymbol global() argument
[all...]
H A Dsrcline.h34 struct symbol *symbol; member
[all...]
/linux/scripts/kconfig/
H A Dexpr.h89 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 Daicasm_symbol.h124 typedef struct symbol { struct
141 symbol_t *symbol; member
147 symbol_t *symbol; member
H A Daicasm_symbol.c82 symbol_delete(symbol_t *symbol) in symbol_delete()
223 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) in symlist_add()
/linux/scripts/gendwarfksyms/
H A Dgendwarfksyms.h112 struct symbol { struct
114 struct symbol_addr addr; argument
117 enum symbol_state state; argument
123 typedef void (*symbol_callback_t)(struct symbol *, void *arg); argument
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py26 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
/linux/include/kunit/
H A Dvisibility.h27 #define EXPORT_SYMBOL_IF_KUNIT(symbol) EXPORT_SYMBOL_NS(symbol, "EXPORTED_FOR_KUNIT_TESTING") argument
30 #define EXPORT_SYMBOL_IF_KUNIT(symbol) argument
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dresolve_btfids.c33 struct symbol { struct
39 struct symbol test_symbols[] = { argument
/linux/arch/mips/include/asm/
H A Dsim.h20 #define save_static_function(symbol) \ argument
46 #define save_static_function(symbol) \ argument
/linux/lib/zstd/common/
H A Dfse.h444 MEM_STATIC void FSE_initCState2(FSE_CState_t* statePtr, const FSE_CTable* ct, U32 symbol) in FSE_initCState2()
455 MEM_STATIC void FSE_encodeSymbol(BIT_CStream_t* bitC, FSE_CState_t* statePtr, unsigned symbol) in FSE_encodeSymbol()
514 unsigned char symbol; member
545 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol() local
558 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast() local
/linux/scripts/mod/
H A Dmodpost.c223 struct symbol { struct
225 struct list_head list; /* link to module::exported_symbols or module::unresolved_symbols */ argument
233 bool used; /* there exists a user of this symbol */ argument
243 static struct symbol *alloc_symbol(const char *name) in alloc_symbol() argument
/linux/tools/testing/vsock/
H A Dutil.h20 #define x(name, symbol) \ argument
28 #define x(name, symbol) " " symbol "_transport", argument
/linux/tools/lib/bpf/
H A Delf.c388 struct symbol { struct
396 const struct symbol *sym_a = a; in symbol_cmp() argument
/linux/scripts/
H A Dcheckkconfigsymbols.py236 def find_commits(symbol, diff): argument
270 def find_sims(symbol, ignore, defined=[]): argument
H A Dkallsyms.c461 learn_symbol(const unsigned char * symbol,int len) learn_symbol() argument
470 forget_symbol(const unsigned char * symbol,int len) forget_symbol() argument
614 const char *symbol = sym_name(se); may_be_linker_script_provide_symbol() local
[all...]
/linux/tools/build/feature/
H A Dtest-cplus-demangle.c7 char symbol[4096] = "FieldName__9ClassNameFd"; in main() local
H A Dtest-libbfd.c8 char symbol[4096] = "FieldName__9ClassNameFd"; in main() local
/linux/tools/perf/
H A Dbuiltin-kallsyms.c42 struct symbol *symbol = machine__find_kernel_symbol_by_name(machine, argv[i], &map); in __cmd_kallsyms() local
/linux/samples/kprobes/
H A Dkprobe_example.c19 static char symbol[KSYM_NAME_LEN] = "kernel_clone"; variable
/linux/arch/s390/lib/
H A Dtest_kprobes.c12 const char *symbol, int offset) in setup_kprobe()
/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py266 def print_common_ip(param_dict, sample, symbol, dso): argument
299 def print_srccode(comm, param_dict, sample, symbol, dso, with_insn): argument
/linux/tools/testing/selftests/x86/bugs/
H A Dits_ret_alignment.py87 symbol = identify_address(prog, site) variable

123