Searched refs:ksym (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | trace_helpers.c | 14 static struct ksym syms[MAX_SYMS]; 19 return ((struct ksym *)p1)->addr - ((struct ksym *)p2)->addr; in ksym_cmp() 45 qsort(syms, sym_cnt, sizeof(struct ksym), ksym_cmp); in load_kallsyms() 49 struct ksym *ksym_search(long key) in ksym_search()
|
D | trace_helpers.h | 8 struct ksym { struct 14 struct ksym *ksym_search(long key); argument
|
D | test_progs.c | 1427 struct ksym *ks; in get_stack_print_output()
|
/Linux-v4.19/samples/hw_breakpoint/ |
D | data_breakpoint.c | 40 module_param_string(ksym, ksym_name, KSYM_NAME_LEN, S_IRUGO); 41 MODULE_PARM_DESC(ksym, "Kernel symbol to monitor; this module will report any"
|
/Linux-v4.19/samples/bpf/ |
D | spintest_user.c | 17 struct ksym *sym; in main()
|
D | offwaketime_user.c | 26 struct ksym *sym; in print_ksym()
|
D | sampleip_user.c | 91 struct ksym *sym; in print_ip_map()
|
D | trace_event_user.c | 32 struct ksym *sym; in print_ksym()
|
/Linux-v4.19/Documentation/ |
D | dontdiff | 154 ksym.c* 155 ksym.h*
|
/Linux-v4.19/ |
D | .gitignore | 94 include/ksym
|
D | Makefile | 1297 CLEAN_DIRS += $(MODVERDIR) include/ksym
|
/Linux-v4.19/kernel/ |
D | module.c | 1429 const struct kernel_symbol *ksym; in resolve_symbol_wait() local 1433 !IS_ERR(ksym = resolve_symbol(mod, info, name, owner)) in resolve_symbol_wait() 1434 || PTR_ERR(ksym) != -EBUSY, in resolve_symbol_wait() 1439 return ksym; in resolve_symbol_wait() 2242 const struct kernel_symbol *ksym; in simplify_symbols() local 2272 ksym = resolve_symbol_wait(mod, info, name); in simplify_symbols() 2274 if (ksym && !IS_ERR(ksym)) { in simplify_symbols() 2275 sym[i].st_value = kernel_symbol_value(ksym); in simplify_symbols() 2280 if (!ksym && ELF_ST_BIND(sym[i].st_info) == STB_WEAK) in simplify_symbols() 2283 ret = PTR_ERR(ksym) ?: -ENOENT; in simplify_symbols()
|
/Linux-v4.19/arch/arm/mach-imx/ |
D | Makefile | 36 obj-y += ssi-fiq-ksym.o
|