Home
last modified time | relevance | path

Searched defs:sym_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/util/include/linux/
H A Dlinkage.h51 #define SYM_END(name, sym_type) \ argument
59 #define SYM_ALIAS(alias, name, sym_type, linkage) \ argument
/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
888 size_t sym_type = ELF64_R_TYPE(relo->r_info); in linker_sanity_check_elf_relos() local
1797 static void sym_update_type(Elf64_Sym *sym, int sym_type) in sym_update_type()
1817 int name_off, sym_type, sym_bind, sym_vis, err; in linker_append_elf_sym() local
2060 size_t src_sym_idx, dst_sym_idx, sym_type; in linker_append_elf_relos() local
2103 int sym_type, const char *sym_name) in find_sym_by_name()
H A Dlibbpf.c7526 char sym_type, sym_name[500]; in libbpf_kallsyms_parse() local
7558 static int kallsyms_cb(unsigned long long sym_addr, char sym_type, in kallsyms_cb()
10688 static int avail_kallsyms_cb(unsigned long long sym_addr, char sym_type, in avail_kallsyms_cb()
/openbmc/linux/arch/x86/tools/
H A Drelocs.c152 static const char *sym_type(unsigned type) in sym_type() function