Searched refs:sym_type (Results 1 – 6 of 6) sorted by relevance
/linux/scripts/ |
A D | faddr2line | 118 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/tools/perf/util/include/linux/ |
A D | linkage.h | 51 #define SYM_END(name, sym_type) \ argument 52 .type name sym_type ASM_NL \
|
/linux/tools/lib/bpf/ |
A D | linker.c | 793 int sym_type = ELF64_ST_TYPE(sym->st_info); in linker_sanity_check_elf_symtab() local 831 if (sym_type == STT_SECTION) { in linker_sanity_check_elf_symtab() 892 size_t sym_type = ELF64_R_TYPE(relo->r_info); in linker_sanity_check_elf_relos() local 894 if (sym_type != R_BPF_64_64 && sym_type != R_BPF_64_32 && in linker_sanity_check_elf_relos() 895 sym_type != R_BPF_64_ABS64 && sym_type != R_BPF_64_ABS32) { in linker_sanity_check_elf_relos() 897 i, sec->sec_idx, sym_type, obj->filename); in linker_sanity_check_elf_relos() 1813 sym_type = ELF64_ST_TYPE(sym->st_info); in linker_append_elf_sym() 1933 sym_update_type(dst_sym, sym_type); in linker_append_elf_sym() 1971 if (sym_type == STT_SECTION && dst_sym) { in linker_append_elf_sym() 2062 sym_type = ELF64_R_TYPE(src_rel->r_info); in linker_append_elf_relos() [all …]
|
A D | libbpf.c | 6931 char sym_type, sym_name[500]; in bpf_object__read_kallsyms_file() local 6947 &sym_addr, &sym_type, sym_name); in bpf_object__read_kallsyms_file()
|
/linux/include/linux/ |
A D | linkage.h | 166 #define SYM_END(name, sym_type) \ argument 167 .type name sym_type ASM_NL \
|
/linux/arch/x86/tools/ |
A D | relocs.c | 151 static const char *sym_type(unsigned type) in sym_type() function 622 sym_type(ELF_ST_TYPE(sym->st_info)), in print_absolute_symbols()
|
Completed in 35 milliseconds