Home
last modified time | relevance | path

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

123

/Linux-v4.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
/Linux-v4.19/tools/objtool/
Delf.h54 struct symbol { struct
64 struct symbol *pfunc, *cfunc; argument
/Linux-v4.19/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.h128 typedef struct symbol { struct
145 symbol_t *symbol; member
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()
Daicasm_symbol.c85 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/
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-v4.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
/Linux-v4.19/arch/mips/include/asm/
Dsim.h20 #define save_static_function(symbol) \ argument
46 #define save_static_function(symbol) \ argument
Dasm.h52 #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/
Dsymbol.h55 struct symbol { struct
69 void symbol__delete(struct symbol *sym); argument
Dsrcline.h30 struct symbol *symbol; member
Dparse-events.h50 char *symbol; member
194 const char *symbol; member
/Linux-v4.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
/Linux-v4.19/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-v4.19/scripts/mod/
Dmodpost.c163 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/
Dcheckkconfigsymbols.py234 def find_commits(symbol, diff): argument
268 def find_sims(symbol, ignore, defined=[]): argument
Dkallsyms.c462 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/
Dbuiltin-kallsyms.c30 struct symbol *symbol = machine__find_kernel_symbol_by_name(machine, argv[i], &map); in __cmd_kallsyms() local
/Linux-v4.19/samples/kprobes/
Dkprobe_example.c18 static char symbol[MAX_SYMBOL_LEN] = "_do_fork"; variable
/Linux-v4.19/arch/xtensa/kernel/
Dsyscall.c36 #define __SYSCALL(nr,symbol,nargs) [ nr ] = (syscall_t)symbol, argument
/Linux-v4.19/tools/perf/scripts/python/
Dintel-pt-events.py83 def print_common_ip(sample, symbol, dso): argument
/Linux-v4.19/kernel/trace/
Dtrace_kprobe.c28 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/
Ddwarf-unwind.c58 char *symbol = entry->sym ? entry->sym->name : NULL; in unwind_entry() local
/Linux-v4.19/fs/jffs2/
Dcompr_rubin.c102 static int encode(struct rubin_state *rs, long A, long B, int symbol) in encode()
204 int symbol; in decode() local

123