Home
last modified time | relevance | path

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

/openbmc/linux/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 \
/openbmc/linux/tools/lib/bpf/
H A Dlinker.c789 int sym_type = ELF64_ST_TYPE(sym->st_info); in linker_sanity_check_elf_symtab() local
827 if (sym_type == STT_SECTION) { in linker_sanity_check_elf_symtab()
890 if (sym_type != R_BPF_64_64 && sym_type != R_BPF_64_32 && in linker_sanity_check_elf_relos()
891 sym_type != R_BPF_64_ABS64 && sym_type != R_BPF_64_ABS32) { in linker_sanity_check_elf_relos()
893 i, sec->sec_idx, sym_type, obj->filename); in linker_sanity_check_elf_relos()
1823 sym_type = ELF64_ST_TYPE(sym->st_info); in linker_append_elf_sym()
1943 sym_update_type(dst_sym, sym_type); in linker_append_elf_sym()
1981 if (sym_type == STT_SECTION && dst_sym) { in linker_append_elf_sym()
2060 size_t src_sym_idx, dst_sym_idx, sym_type; in linker_append_elf_relos() local
2068 sym_type = ELF64_R_TYPE(src_rel->r_info); in linker_append_elf_relos()
[all …]
H A Dlibbpf_internal.h499 typedef int (*kallsyms_cb_t)(unsigned long long sym_addr, char sym_type,
H A Dlibbpf.c7526 char sym_type, sym_name[500]; in libbpf_kallsyms_parse() local
7540 &sym_addr, &sym_type, sym_name); in libbpf_kallsyms_parse()
7549 err = cb(sym_addr, sym_type, sym_name, ctx); in libbpf_kallsyms_parse()
7558 static int kallsyms_cb(unsigned long long sym_addr, char sym_type, in kallsyms_cb() argument
10688 static int avail_kallsyms_cb(unsigned long long sym_addr, char sym_type, in avail_kallsyms_cb() argument
/openbmc/linux/include/linux/
H A Dlinkage.h166 #define SYM_END(name, sym_type) \
167 .type name sym_type ASM_NL \
/openbmc/linux/arch/x86/tools/
H A Drelocs.c152 static const char *sym_type(unsigned type) in sym_type() function
623 sym_type(ELF_ST_TYPE(sym->st_info)), in print_absolute_symbols()