/linux/arch/arm64/kernel/ |
H A D | module-plts.c | 157 static unsigned int count_plts(Elf64_Sym *syms, Elf64_Rela *rela, int num, in count_plts() 249 static bool branch_rela_needs_plt(Elf64_Sym *syms, Elf64_Rela *rela, in branch_rela_needs_plt() 263 static int partition_branch_plt_relas(Elf64_Sym *syms, Elf64_Rela *rela, in partition_branch_plt_relas() 285 Elf64_Sym *syms = NULL; in module_frob_arch_sections() local
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | kprobe_multi_test.c | 122 const char *syms[8] = { test_link_api_syms() local 200 const char *syms[8] = { test_attach_api_syms() local 222 const char *syms[2] = { test_attach_api_fails() local 471 char *name = NULL, *ksym_name, **syms = NULL; get_syms() local 644 char **syms = NULL; test_kprobe_multi_bench_attach() local [all...] |
H A D | uprobe_multi_test.c | 361 const char *syms[3] = { in test_attach_api_syms() local 565 const char *syms[4] = { in attach_uprobe_fail_trap() local 594 const char *syms[3] = { in attach_uprobe_fail_refctr() local 666 const char *syms[3] = { in __test_link_api() local
|
H A D | bpf_cookie.c | 183 const char *syms[8] = { in kprobe_multi_attach_api_subtest() local 276 const char *syms[3] = { in uprobe_multi_attach_api_subtest() local
|
H A D | kprobe_multi_testmod_test.c | 71 const char *syms[3] = { in test_testmod_attach_api_syms() local
|
H A D | fill_link_info.c | 529 const char *syms[3] = { in test_uprobe_multi_fill_link_info() local
|
/linux/arch/arm/kernel/ |
H A D | module-plts.c | 157 static unsigned int count_plts(const Elf32_Sym *syms, Elf32_Addr base, in count_plts() 215 Elf32_Sym *syms = NULL; in module_frob_arch_sections() local
|
/linux/arch/s390/boot/ |
H A D | vmlinux.lds.S | 96 *(.decompressor.syms) 97 _decompressor_syms_end = .;
|
/linux/lib/ |
H A D | test_fprobe.c | 153 static const char *syms[] = {"fprobe_selftest_target", "fprobe_selftest_target2"}; in test_fprobe_syms() local 197 static const char *syms[] = {"fprobe_selftest_target", "fprobe_selftest_nest_target"}; in test_fprobe_nest() local
|
/linux/kernel/trace/ |
H A D | fprobe.c | 159 static unsigned long *get_ftrace_locations(const char **syms, int num) in get_ftrace_locations() 329 int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) in register_fprobe_syms()
|
/linux/arch/sparc/vdso/ |
H A D | vdso2c.h | 23 INT_BITS syms[NSYMS] = {}; in BITSFUNC() local
|
/linux/arch/x86/entry/vdso/ |
H A D | vdso2c.h | 56 INT_BITS syms[NSYMS] = {}; in BITSFUNC() local
|
/linux/samples/fprobe/ |
H A D | fprobe_example.c | 93 const char **syms; in fprobe_init() local
|
/linux/tools/lib/bpf/ |
H A D | elf.c | 86 Elf_Data *syms; member 409 const char **syms, unsigned long **poffsets, in elf_resolve_syms_offsets()
|
H A D | linker.c | 276 Elf64_Sym *syms, *sym; in add_new_sym() local 1329 Elf64_Sym *syms = symtab->raw_data; in get_sym_by_idx() local 1353 struct glob_sym *syms, *sym; in add_glob_sym() local
|
H A D | libbpf.h | 544 const char **syms; member 569 const char **syms; member
|
H A D | bpf.h | 406 const char **syms; member
|
/linux/include/linux/ |
H A D | fprobe.h | 85 static inline int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) in register_fprobe_syms()
|
/linux/tools/perf/tests/ |
H A D | hists_common.c | 76 struct fake_sym *syms; member
|
/linux/tools/perf/util/ |
H A D | print-events.c | 363 print_symbol_events(const struct print_callbacks * print_cb,void * print_state,unsigned int type,const struct event_symbol * syms,unsigned int max) print_symbol_events() argument
|
H A D | srcline.c | 208 asymbol **syms; member 230 asymbol **syms; in slurp_symtab() local
|
H A D | lock-contention.h | 15 char **syms; member
|
H A D | symbol-elf.c | 102 #define elf_symtab__for_each_symbol(syms, nr_syms, idx, sym) \ argument 680 Elf_Data *syms, *symstrs; in dso__synthesize_plt_symbols() local 1561 Elf_Data *syms, *opddata = NULL; dso__load_sym_internal() local 2145 struct list_head syms; global() member [all...] |
/linux/tools/testing/selftests/bpf/ |
H A D | trace_helpers.c | 26 struct ksym *syms; member
|
/linux/kernel/ |
H A D | kexec_file.c | 1082 const Elf_Sym *syms; in kexec_purgatory_find_symbol() local
|