Home
last modified time | relevance | path

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

/Linux-v5.15/scripts/
Dfaddr2line118 local sym_type=${fields[1]}
140 if [[ $sym_type != t ]] && [[ $sym_type != T ]]; then
142 echo "skipping $func address at $addr due to non-function symbol of type '$sym_type'"
/Linux-v5.15/tools/perf/util/include/linux/
Dlinkage.h51 #define SYM_END(name, sym_type) \ argument
52 .type name sym_type ASM_NL \
/Linux-v5.15/tools/lib/bpf/
Dlinker.c794 int sym_type = ELF64_ST_TYPE(sym->st_info); in linker_sanity_check_elf_symtab() local
818 if (sym_type != STT_NOTYPE || sym_bind == STB_LOCAL in linker_sanity_check_elf_symtab()
832 if (sym_type == STT_SECTION) { in linker_sanity_check_elf_symtab()
893 size_t sym_type = ELF64_R_TYPE(relo->r_info); in linker_sanity_check_elf_relos() local
895 if (sym_type != R_BPF_64_64 && sym_type != R_BPF_64_32 && in linker_sanity_check_elf_relos()
896 sym_type != R_BPF_64_ABS64 && sym_type != R_BPF_64_ABS32) { in linker_sanity_check_elf_relos()
898 i, sec->sec_idx, sym_type, obj->filename); in linker_sanity_check_elf_relos()
1788 static void sym_update_type(Elf64_Sym *sym, int sym_type) in sym_update_type() argument
1790 sym->st_info = ELF64_ST_INFO(ELF64_ST_BIND(sym->st_info), sym_type); in sym_update_type()
1808 int name_off, sym_type, sym_bind, sym_vis, err; in linker_append_elf_sym() local
[all …]
Dlibbpf.c6571 char sym_type, sym_name[500]; in bpf_object__read_kallsyms_file() local
6587 &sym_addr, &sym_type, sym_name); in bpf_object__read_kallsyms_file()
/Linux-v5.15/include/linux/
Dlinkage.h166 #define SYM_END(name, sym_type) \ argument
167 .type name sym_type ASM_NL \
/Linux-v5.15/arch/x86/tools/
Drelocs.c144 static const char *sym_type(unsigned type) in sym_type() function
569 sym_type(ELF_ST_TYPE(sym->st_info)), in print_absolute_symbols()