Home
last modified time | relevance | path

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

/linux/tools/perf/util/include/linux/
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/
A Dlinker.c808 int sym_type = ELF64_ST_TYPE(sym->st_info); in linker_sanity_check_elf_symtab() local
846 if (sym_type == STT_SECTION) { in linker_sanity_check_elf_symtab()
909 if (sym_type != R_BPF_64_64 && sym_type != R_BPF_64_32 && in linker_sanity_check_elf_relos()
910 sym_type != R_BPF_64_ABS64 && sym_type != R_BPF_64_ABS32) { in linker_sanity_check_elf_relos()
912 i, sec->sec_idx, sym_type, obj->filename); in linker_sanity_check_elf_relos()
1856 sym_type = ELF64_ST_TYPE(sym->st_info); in linker_append_elf_sym()
1976 sym_update_type(dst_sym, sym_type); in linker_append_elf_sym()
2014 if (sym_type == STT_SECTION && dst_sym) { in linker_append_elf_sym()
2093 size_t src_sym_idx, dst_sym_idx, sym_type; in linker_append_elf_relos() local
2101 sym_type = ELF64_R_TYPE(src_rel->r_info); in linker_append_elf_relos()
[all …]
A Dlibbpf.c8075 typedef int (*kallsyms_cb_t)(unsigned long long sym_addr, char sym_type,
8080 char sym_type, sym_name[500]; in libbpf_kallsyms_parse() local
8094 &sym_addr, &sym_type, sym_name); in libbpf_kallsyms_parse()
8103 err = cb(sym_addr, sym_type, sym_name, ctx); in libbpf_kallsyms_parse()
8112 static int kallsyms_cb(unsigned long long sym_addr, char sym_type, in kallsyms_cb() argument
8121 if (sym_type == 'd' && res) in kallsyms_cb()
11332 static int avail_kallsyms_cb(unsigned long long sym_addr, char sym_type, in avail_kallsyms_cb() argument
/linux/include/linux/
A Dlinkage.h166 #define SYM_END(name, sym_type) \ argument
167 .type name sym_type ASM_NL \
/linux/arch/x86/tools/
A Drelocs.c152 static const char *sym_type(unsigned type) in sym_type() function
614 sym_type(ELF_ST_TYPE(sym->st_info)), in print_absolute_symbols()

Completed in 42 milliseconds