Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/tools/objtool/
H A Delf.h45 struct symbol { struct
57 struct symbol *pfunc, *cfunc, *alias; argument
74 struct symbol *sym; argument
/OK3568_Linux_fs/kernel/scripts/genksyms/
H A 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
/OK3568_Linux_fs/kernel/drivers/android/
H A Ddebug_symbols.c27 #define _ADS_ENTRY(index, symbol) \ argument
29 #define ADS_ENTRY(index, symbol) _ADS_ENTRY(index, symbol) argument
31 #define _ADS_PER_CPU_ENTRY(index, symbol) \ argument
33 #define ADS_PER_CPU_ENTRY(index, symbol) _ADS_PER_CPU_ENTRY(index, symbol) argument
93 void *android_debug_symbol(enum android_debug_symbol symbol) in android_debug_symbol()
110 void *android_debug_per_cpu_symbol(enum android_debug_per_cpu_symbol symbol) in android_debug_per_cpu_symbol()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsymbol.h47 struct symbol { struct
62 void symbol__delete(struct symbol *sym); argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dresolve_btfids.c15 struct symbol { struct
21 struct symbol test_symbols[] = { argument
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.h124 typedef struct symbol { struct
141 symbol_t *symbol; argument
147 symbol_t *symbol; member
H A 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()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A 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
/OK3568_Linux_fs/buildroot/support/kconfig/
H A 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
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dexpr.h77 struct symbol { struct
78 struct symbol *next; argument
80 enum symbol_type type; argument
81 struct symbol_value curr; argument
82 struct symbol_value def[S_DEF_COUNT]; argument
93 #define SYMBOL_CONST 0x0001 /* symbol is const */ argument
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dwgl_ext_api.c45 #define PRERESOLVE(type, symbol) \ argument
48 #define RESOLVE_RET(type, symbol, retval) \ argument
55 #define RESOLVE(procname, symbol) RESOLVE_RET(procname, symbol,) argument
H A Dglthunk.c43 glWinResolveHelper(PROC * cache, const char *symbol) in glWinResolveHelper()
69 #define RESOLVE_RET(proctype, symbol, retval) \ argument
76 #define RESOLVE(proctype, symbol) RESOLVE_RET(proctype, symbol,) argument
H A Dglshim.c57 void *glXGetProcAddressARB(const char *symbol) in glXGetProcAddressARB()
101 #define RESOLVE_RET(proctype, symbol, retval) \ argument
105 #define RESOLVE(proctype, symbol) RESOLVE_RET(proctype, symbol,) argument
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dsim.h20 #define save_static_function(symbol) \ argument
46 #define save_static_function(symbol) \ argument
H A 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
/OK3568_Linux_fs/kernel/lib/zstd/
H A 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
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler_attributes.h47 #define __alias(symbol) __attribute__((__alias__(#symbol))) argument
111 # define __copy(symbol) __attribute__((__copy__(symbol))) argument
113 # define __copy(symbol) argument
H A Dandroid_debug_symbols.h58 static inline void *android_debug_symbol(enum android_debug_symbol symbol) in android_debug_symbol()
62 static inline void *android_debug_per_cpu_symbol(enum android_debug_per_cpu_symbol symbol) in android_debug_per_cpu_symbol()
H A Dbtf_ids.h27 #define ____BTF_ID(symbol) \ argument
37 #define __BTF_ID(symbol) \ argument
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dasm.h46 #define ENTRY(symbol) \ argument
55 #define LEAF(symbol) \ argument
66 #define NESTED(symbol, framesize, rpc) \ argument
84 #define EXPORT(symbol) \ argument
91 #define FEXPORT(symbol) \ argument
99 #define ABS(symbol,value) \ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/
H A DFrameDecorator.py209 def __init__(self, symbol, value): argument
217 def symbol(self): member in SymValueWrapper
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/
H A DFrameDecorator.py209 def __init__(self, symbol, value): argument
217 def symbol(self): member in SymValueWrapper
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c192 struct symbol { struct
193 struct symbol *next; argument
199 unsigned int is_static:1; /* 1 if symbol is not global */ argument
204 static struct symbol *symbolhash[SYMBOL_HASH_SIZE]; argument
2489 struct symbol *symbol; in write_dump() local
/OK3568_Linux_fs/kernel/scripts/
H A Dcheckkconfigsymbols.py234 def find_commits(symbol, diff): argument
268 def find_sims(symbol, ignore, defined=[]): argument

12345