Home
last modified time | relevance | path

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

1234

/linux-6.6.21/scripts/genksyms/
Dgenksyms.h33 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
/linux-6.6.21/tools/objtool/include/objtool/
Delf.h49 struct symbol { struct
60 struct symbol *pfunc, *cfunc, *alias; argument
77 struct symbol *sym; argument
/linux-6.6.21/tools/perf/util/
Dsymbol.h48 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
Dsrcline.h33 struct symbol *symbol; member
/linux-6.6.21/scripts/kconfig/
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
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dresolve_btfids.c15 struct symbol { struct
21 struct symbol test_symbols[] = { argument
/linux-6.6.21/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.h124 typedef struct symbol { struct
141 symbol_t *symbol; argument
147 symbol_t *symbol; member
Daicasm_gram.y449 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()
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-6.6.21/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
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-6.6.21/include/kunit/
Dvisibility.h26 #define EXPORT_SYMBOL_IF_KUNIT(symbol) EXPORT_SYMBOL_NS(symbol, \ argument
30 #define EXPORT_SYMBOL_IF_KUNIT(symbol) argument
/linux-6.6.21/arch/mips/include/asm/
Dsim.h20 #define save_static_function(symbol) \ argument
46 #define save_static_function(symbol) \ argument
Dasm.h43 #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
/linux-6.6.21/tools/lib/bpf/
Delf.c271 struct symbol { struct
279 const struct symbol *sym_a = a; in symbol_cmp() argument
/linux-6.6.21/lib/zstd/common/
Dfse.h526 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
/linux-6.6.21/scripts/mod/
Dmodpost.c216 struct symbol { struct
217 struct symbol *next; argument
218 struct list_head list; /* link to module::exported_symbols or module::unresolved_symbols */ argument
226 bool used; /* there exists a user of this symbol */ argument
230 static struct symbol *symbolhash[SYMBOL_HASH_SIZE]; argument
/linux-6.6.21/include/linux/
Dcompiler_attributes.h26 #define __alias(symbol) __attribute__((__alias__(#symbol))) argument
92 # define __copy(symbol) __attribute__((__copy__(symbol))) argument
94 # define __copy(symbol) argument
/linux-6.6.21/scripts/
Dcheckkconfigsymbols.py236 def find_commits(symbol, diff): argument
270 def find_sims(symbol, ignore, defined=[]): argument
Dkallsyms.c554 static void learn_symbol(const unsigned char *symbol, int len) in learn_symbol()
563 static void forget_symbol(const unsigned char *symbol, int len) in forget_symbol()
707 const char *symbol = sym_name(se); in may_be_linker_script_provide_symbol() local
/linux-6.6.21/tools/build/feature/
Dtest-cplus-demangle.c7 char symbol[4096] = "FieldName__9ClassNameFd"; in main() local
Dtest-libbfd.c8 char symbol[4096] = "FieldName__9ClassNameFd"; in main() local
/linux-6.6.21/tools/include/linux/
Dbtf_ids.h27 #define ____BTF_ID(symbol) \ argument
37 #define __BTF_ID(symbol) \ argument
/linux-6.6.21/tools/perf/
Dbuiltin-kallsyms.c32 struct symbol *symbol = machine__find_kernel_symbol_by_name(machine, argv[i], &map); in __cmd_kallsyms() local
/linux-6.6.21/samples/kprobes/
Dkprobe_example.c19 static char symbol[KSYM_NAME_LEN] = "kernel_clone"; variable
/linux-6.6.21/arch/s390/lib/
Dtest_kprobes.c12 const char *symbol, int offset) in setup_kprobe()

1234