Home
last modified time | relevance | path

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

123456

/kernel/linux/linux-5.10/tools/objtool/
Delf.h45 struct symbol { struct
57 struct symbol *pfunc, *cfunc, *alias; argument
74 struct symbol *sym; argument
/kernel/linux/linux-5.10/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
/kernel/linux/linux-4.19/scripts/genksyms/
Dgenksyms.h44 struct symbol { struct
45 struct symbol *hash_next; argument
47 enum symbol_type type; argument
49 struct symbol *expansion_trail; argument
50 struct symbol *visited; argument
53 enum symbol_status status; argument
64 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact); argument
/kernel/linux/linux-4.19/tools/objtool/
Delf.h54 struct symbol { struct
64 struct symbol *pfunc, *cfunc; argument
/kernel/linux/linux-5.10/tools/perf/util/
Dsymbol.h47 struct symbol { struct
62 void symbol__delete(struct symbol *sym); argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dresolve_btfids.c15 struct symbol { struct
21 struct symbol test_symbols[] = { argument
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.h124 typedef struct symbol { struct
141 symbol_t *symbol; member
147 symbol_t *symbol; member
Daicasm_gram.y450 symbol_t *symbol; variable
696 symbol_t *symbol; variable
1469 initialize_symbol(symbol_t *symbol) in initialize_symbol()
1626 symbol_t *symbol = *p_symbol; in process_register() local
1820 test_readable_symbol(symbol_t *symbol) in test_readable_symbol()
1837 test_writable_symbol(symbol_t *symbol) in test_writable_symbol()
1856 symbol_t *symbol = sym->symbol; in type_check() local
1920 add_conditional(symbol_t *symbol) in add_conditional()
/kernel/linux/linux-4.19/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.h128 typedef struct symbol { struct
145 symbol_t *symbol; argument
151 symbol_t *symbol; member
Daicasm_gram.y454 symbol_t *symbol; variable
700 symbol_t *symbol; variable
1473 initialize_symbol(symbol_t *symbol) in initialize_symbol()
1630 symbol_t *symbol = *p_symbol; in process_register() local
1824 test_readable_symbol(symbol_t *symbol) in test_readable_symbol()
1841 test_writable_symbol(symbol_t *symbol) in test_writable_symbol()
1860 symbol_t *symbol = sym->symbol; in type_check() local
1924 add_conditional(symbol_t *symbol) in add_conditional()
/kernel/linux/linux-4.19/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-4.19/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
/kernel/linux/linux-4.19/arch/mips/include/asm/
Dsim.h20 #define save_static_function(symbol) \ argument
46 #define save_static_function(symbol) \ argument
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dsim.h20 #define save_static_function(symbol) \ argument
46 #define save_static_function(symbol) \ argument
Dasm.h42 #define LEAF(symbol) \ argument
55 #define NESTED(symbol, framesize, rpc) \ argument
76 #define EXPORT(symbol) \ argument
83 #define FEXPORT(symbol) \ argument
91 #define ABS(symbol,value) \ argument
/kernel/linux/linux-4.19/tools/perf/util/
Dsymbol.h55 struct symbol { struct
69 void symbol__delete(struct symbol *sym); argument
/kernel/linux/linux-4.19/lib/zstd/
Dfse.h441 ZSTD_STATIC void FSE_initCState2(FSE_CState_t *statePtr, const FSE_CTable *ct, U32 symbol) in FSE_initCState2()
453 ZSTD_STATIC void FSE_encodeSymbol(BIT_CStream_t *bitC, FSE_CState_t *statePtr, U32 symbol) in FSE_encodeSymbol()
477 unsigned char symbol; member
508 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol() local
521 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast() local
/kernel/linux/linux-5.10/lib/zstd/
Dfse.h441 ZSTD_STATIC void FSE_initCState2(FSE_CState_t *statePtr, const FSE_CTable *ct, U32 symbol) in FSE_initCState2()
453 ZSTD_STATIC void FSE_encodeSymbol(BIT_CStream_t *bitC, FSE_CState_t *statePtr, U32 symbol) in FSE_encodeSymbol()
477 unsigned char symbol; member
508 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol() local
521 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast() local
/kernel/linux/linux-5.10/include/linux/
Dcompiler_attributes.h45 #define __alias(symbol) __attribute__((__alias__(#symbol))) argument
109 # define __copy(symbol) __attribute__((__copy__(symbol))) argument
111 # define __copy(symbol) argument
/kernel/liteos_m/tools/
Dmem_analysis.py45 def storage_static_data(offset, section, sizeHex, symbol, lib, obj): argument
111 def storage_dync_data(addr, symbol, lib): argument
/kernel/linux/linux-4.19/tools/build/feature/
Dtest-libbfd.c8 char symbol[4096] = "FieldName__9ClassNameFd"; in main() local
Dtest-cplus-demangle.c7 char symbol[4096] = "FieldName__9ClassNameFd"; in main() local
/kernel/linux/linux-5.10/tools/build/feature/
Dtest-libbfd.c8 char symbol[4096] = "FieldName__9ClassNameFd"; in main() local

123456