Home
last modified time | relevance | path

Searched refs:sym_type (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/perf/util/include/linux/
H A Dlinkage.h51 #define SYM_END(name, sym_type) \ argument
52 .type name sym_type ASM_NL \
59 #define SYM_ALIAS(alias, name, sym_type, linkage) \ argument
62 .type alias sym_type ASM_NL \
/linux-6.15/tools/lib/bpf/
H A Dlinker.c938 int sym_type = ELF64_ST_TYPE(sym->st_info); in linker_sanity_check_elf_symtab() local
976 if (sym_type == STT_SECTION) { in linker_sanity_check_elf_symtab()
1039 if (sym_type != R_BPF_64_64 && sym_type != R_BPF_64_32 && in linker_sanity_check_elf_relos()
1040 sym_type != R_BPF_64_ABS64 && sym_type != R_BPF_64_ABS32) { in linker_sanity_check_elf_relos()
1042 i, sec->sec_idx, sym_type, obj->filename); in linker_sanity_check_elf_relos()
2008 sym_type = ELF64_ST_TYPE(sym->st_info); in linker_append_elf_sym()
2128 sym_update_type(dst_sym, sym_type); in linker_append_elf_sym()
2166 if (sym_type == STT_SECTION && dst_sec) { in linker_append_elf_sym()
2245 size_t src_sym_idx, dst_sym_idx, sym_type; in linker_append_elf_relos() local
2253 sym_type = ELF64_R_TYPE(src_rel->r_info); in linker_append_elf_relos()
[all …]
H A Dlibbpf.c8146 typedef int (*kallsyms_cb_t)(unsigned long long sym_addr, char sym_type,
8151 char sym_type, sym_name[500]; in libbpf_kallsyms_parse() local
8165 &sym_addr, &sym_type, sym_name); in libbpf_kallsyms_parse()
8174 err = cb(sym_addr, sym_type, sym_name, ctx); in libbpf_kallsyms_parse()
8183 static int kallsyms_cb(unsigned long long sym_addr, char sym_type, in kallsyms_cb() argument
8192 if (sym_type == 'd' && res) in kallsyms_cb()
11448 static int avail_kallsyms_cb(unsigned long long sym_addr, char sym_type, in avail_kallsyms_cb() argument
/linux-6.15/include/linux/
H A Dlinkage.h162 #define SYM_END(name, sym_type) \
163 .type name sym_type ASM_NL \
/linux-6.15/scripts/
H A Dsorttable.c108 uint8_t (*sym_type)(Elf_Sym *sym); member
267 static uint8_t sym_type(Elf_Sym *sym) in sym_type() function
269 return e.sym_type(sym); in sym_type()
1089 if (sym_type(sym) != STT_OBJECT) in do_sort()
1303 .sym_type = sym32_type, in do_file()
1340 .sym_type = sym64_type, in do_file()
/linux-6.15/arch/x86/tools/
H A Drelocs.c154 static const char *sym_type(unsigned type) in sym_type() function
589 sym_type(ELF_ST_TYPE(sym->st_info)), in print_absolute_symbols()