/Linux-v4.19/scripts/genksyms/ |
D | genksyms.h | 44 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
|
/Linux-v4.19/tools/objtool/ |
D | elf.h | 54 struct symbol { struct 64 struct symbol *pfunc, *cfunc; argument
|
/Linux-v4.19/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.h | 128 typedef struct symbol { struct 145 symbol_t *symbol; member 151 symbol_t *symbol; member
|
D | aicasm_gram.y | 454 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()
|
D | aicasm_symbol.c | 85 symbol_delete(symbol_t *symbol) in symbol_delete() 226 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) in symlist_add()
|
/Linux-v4.19/scripts/kconfig/ |
D | expr.h | 83 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-v4.19/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | EventClass.py | 26 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-v4.19/arch/mips/include/asm/ |
D | sim.h | 20 #define save_static_function(symbol) \ argument 46 #define save_static_function(symbol) \ argument
|
D | asm.h | 52 #define LEAF(symbol) \ argument 64 #define NESTED(symbol, framesize, rpc) \ argument 84 #define EXPORT(symbol) \ argument 91 #define FEXPORT(symbol) \ argument 99 #define ABS(symbol,value) \ argument
|
/Linux-v4.19/tools/perf/util/ |
D | symbol.h | 55 struct symbol { struct 69 void symbol__delete(struct symbol *sym); argument
|
D | srcline.h | 30 struct symbol *symbol; member
|
D | parse-events.h | 50 char *symbol; member 194 const char *symbol; member
|
/Linux-v4.19/lib/zstd/ |
D | fse.h | 441 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-v4.19/tools/build/feature/ |
D | test-cplus-demangle.c | 7 char symbol[4096] = "FieldName__9ClassNameFd"; in main() local
|
D | test-libbfd.c | 8 char symbol[4096] = "FieldName__9ClassNameFd"; in main() local
|
/Linux-v4.19/scripts/mod/ |
D | modpost.c | 163 struct symbol { struct 164 struct symbol *next; argument 169 unsigned int vmlinux:1; /* 1 if symbol is defined in vmlinux */ argument 170 unsigned int kernel:1; /* 1 if symbol is from kernel argument 172 unsigned int preloaded:1; /* 1 if symbol from Module.symvers, or crc */ argument 177 static struct symbol *symbolhash[SYMBOL_HASH_SIZE]; argument 2385 struct symbol *symbol; in write_dump() local
|
/Linux-v4.19/scripts/ |
D | checkkconfigsymbols.py | 234 def find_commits(symbol, diff): argument 268 def find_sims(symbol, ignore, defined=[]): argument
|
D | kallsyms.c | 462 static void learn_symbol(unsigned char *symbol, int len) in learn_symbol() 471 static void forget_symbol(unsigned char *symbol, int len) in forget_symbol() 631 const char *symbol = (char *)se->sym + 1; in may_be_linker_script_provide_symbol() local
|
/Linux-v4.19/tools/perf/ |
D | builtin-kallsyms.c | 30 struct symbol *symbol = machine__find_kernel_symbol_by_name(machine, argv[i], &map); in __cmd_kallsyms() local
|
/Linux-v4.19/samples/kprobes/ |
D | kprobe_example.c | 18 static char symbol[MAX_SYMBOL_LEN] = "_do_fork"; variable
|
/Linux-v4.19/arch/xtensa/kernel/ |
D | syscall.c | 36 #define __SYSCALL(nr,symbol,nargs) [ nr ] = (syscall_t)symbol, argument
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | intel-pt-events.py | 83 def print_common_ip(sample, symbol, dso): argument
|
/Linux-v4.19/kernel/trace/ |
D | trace_kprobe.c | 28 const char *symbol; /* symbol name */ member 125 char *symbol; member 307 const char *symbol, in alloc_trace_kprobe() 710 char *symbol = NULL, *event = NULL, *group = NULL; in create_trace_kprobe() local 1332 const char **symbol, u64 *probe_offset, in bpf_get_kprobe_info()
|
/Linux-v4.19/tools/perf/tests/ |
D | dwarf-unwind.c | 58 char *symbol = entry->sym ? entry->sym->name : NULL; in unwind_entry() local
|
/Linux-v4.19/fs/jffs2/ |
D | compr_rubin.c | 102 static int encode(struct rubin_state *rs, long A, long B, int symbol) in encode() 204 int symbol; in decode() local
|