Home
last modified time | relevance | path

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

/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 \
/linux/tools/lib/bpf/
H A Dlinker.c937 int sym_type = ELF64_ST_TYPE(sym->st_info); in linker_sanity_check_elf_symtab() local
961 if (sym_type != STT_NOTYPE || sym_bind == STB_LOCAL in linker_sanity_check_elf_symtab()
975 if (sym_type == STT_SECTION) { in linker_sanity_check_elf_symtab()
1036 size_t sym_type = ELF64_R_TYPE(relo->r_info); in linker_sanity_check_elf_relos() local
1038 if (sym_type != R_BPF_64_64 && sym_type != R_BPF_64_32 && in linker_sanity_check_elf_relos()
1039 sym_type != R_BPF_64_ABS64 && sym_type != R_BPF_64_ABS32) { in linker_sanity_check_elf_relos()
1041 i, sec->sec_idx, sym_type, obj->filename); in linker_sanity_check_elf_relos()
1981 static void sym_update_type(Elf64_Sym *sym, int sym_type) in sym_update_type() argument
1983 sym->st_info = ELF64_ST_INFO(ELF64_ST_BIND(sym->st_info), sym_type); in sym_update_type()
2001 int name_off, sym_type, sym_bind, sym_vis, err; in linker_append_elf_sym() local
[all …]
H A Dlibbpf.c8460 typedef int (*kallsyms_cb_t)(unsigned long long sym_addr, char sym_type,
8465 char sym_type, sym_name[500]; in libbpf_kallsyms_parse() local
8479 &sym_addr, &sym_type, sym_name); in libbpf_kallsyms_parse()
8488 err = cb(sym_addr, sym_type, sym_name, ctx); in libbpf_kallsyms_parse()
8497 static int kallsyms_cb(unsigned long long sym_addr, char sym_type, in kallsyms_cb() argument
8506 if (sym_type == 'd' && res) in kallsyms_cb()
11833 static int avail_kallsyms_cb(unsigned long long sym_addr, char sym_type, in avail_kallsyms_cb() argument
/linux/scripts/
H A Delf-parse.h43 uint8_t (*sym_type)(Elf_Sym *sym); member
209 static inline uint8_t sym_type(Elf_Sym *sym) in sym_type() function
211 return elf_parser.sym_type(sym); in sym_type()
H A Delf-parse.c106 elf_parser.sym_type = sym32_type; in elf_parse()
136 elf_parser.sym_type = sym64_type; in elf_parse()
H A Dsorttable.c756 if (sym_type(sym) != STT_OBJECT) in do_sort()
/linux/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()
/linux/tools/objtool/
H A Dklp-diff.c596 static const char *sym_type(struct symbol *sym) in sym_type() function
1048 sym_type(patched_sym), \