Home
last modified time | relevance | path

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

123

/Linux-v5.4/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-v5.4/tools/objtool/
Delf.h42 struct symbol { struct
52 struct symbol *pfunc, *cfunc, *alias; argument
61 struct symbol *sym; argument
/Linux-v5.4/tools/perf/util/
Dsymbol.h45 struct symbol { struct
60 void symbol__delete(struct symbol *sym); argument
Dsrcline.h31 struct symbol *symbol; member
Dparse-events.h50 char *symbol; member
201 const char *symbol; member
/Linux-v5.4/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.h124 typedef struct symbol { struct
141 symbol_t *symbol; argument
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()
Daicasm_symbol.c81 symbol_delete(symbol_t *symbol) in symbol_delete()
222 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) in symlist_add()
/Linux-v5.4/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-v5.4/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-v5.4/arch/mips/include/asm/
Dsim.h20 #define save_static_function(symbol) \ argument
46 #define save_static_function(symbol) \ argument
Dasm.h26 #define LEAF(symbol) \ argument
38 #define NESTED(symbol, framesize, rpc) \ argument
58 #define EXPORT(symbol) \ argument
65 #define FEXPORT(symbol) \ argument
73 #define ABS(symbol,value) \ argument
/Linux-v5.4/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
/Linux-v5.4/include/linux/
Dcompiler_attributes.h49 #define __alias(symbol) __attribute__((__alias__(#symbol))) argument
113 # define __copy(symbol) __attribute__((__copy__(symbol))) argument
115 # define __copy(symbol) argument
/Linux-v5.4/scripts/mod/
Dmodpost.c164 struct symbol { struct
165 struct symbol *next; argument
171 unsigned int vmlinux:1; /* 1 if symbol is defined in vmlinux */ argument
172 unsigned int kernel:1; /* 1 if symbol is from kernel argument
174 unsigned int preloaded:1; /* 1 if symbol from Module.symvers, or crc */ argument
175 unsigned int is_static:1; /* 1 if symbol is not global */ argument
180 static struct symbol *symbolhash[SYMBOL_HASH_SIZE]; argument
2508 struct symbol *symbol; in write_dump() local
/Linux-v5.4/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
/Linux-v5.4/scripts/
Dcheckkconfigsymbols.py234 def find_commits(symbol, diff): argument
268 def find_sims(symbol, ignore, defined=[]): argument
Dkallsyms.c463 static void learn_symbol(unsigned char *symbol, int len) in learn_symbol()
472 static void forget_symbol(unsigned char *symbol, int len) in forget_symbol()
629 const char *symbol = (char *)se->sym + 1; in may_be_linker_script_provide_symbol() local
/Linux-v5.4/tools/perf/
Dbuiltin-kallsyms.c31 struct symbol *symbol = machine__find_kernel_symbol_by_name(machine, argv[i], &map); in __cmd_kallsyms() local
/Linux-v5.4/samples/kprobes/
Dkprobe_example.c19 static char symbol[MAX_SYMBOL_LEN] = "_do_fork"; variable
/Linux-v5.4/tools/testing/selftests/bpf/
Dtrace_helpers.c26 char symbol; in load_kallsyms() local
/Linux-v5.4/tools/perf/scripts/python/
Dintel-pt-events.py89 def print_common_ip(sample, symbol, dso): argument
/Linux-v5.4/kernel/trace/
Dtrace_probe.c54 int PRINT_TYPE_FUNC_NAME(symbol)(struct trace_seq *s, void *data, void *ent) in PRINT_TYPE_FUNC_NAME() argument
59 const char PRINT_TYPE_FMT_NAME(symbol)[] = "%pS"; variable
208 int traceprobe_split_symbol_offset(char *symbol, long *offset) in traceprobe_split_symbol_offset()
/Linux-v5.4/tools/perf/tests/
Ddwarf-unwind.c62 char *symbol = entry->sym ? entry->sym->name : NULL; in unwind_entry() local

123