Searched defs:sym_type (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/util/include/linux/ |
H A D | linkage.h | 51 #define SYM_END(name, sym_type) \ argument 59 #define SYM_ALIAS(alias, name, sym_type, linkage) \ argument
|
/openbmc/linux/tools/lib/bpf/ |
H A D | linker.c | 785 int sym_type = ELF64_ST_TYPE(sym->st_info); in linker_sanity_check_elf_symtab() local 884 size_t sym_type = ELF64_R_TYPE(relo->r_info); in linker_sanity_check_elf_relos() local 1793 static void sym_update_type(Elf64_Sym *sym, int sym_type) in sym_update_type() 1813 int name_off, sym_type, sym_bind, sym_vis, err; in linker_append_elf_sym() local 2056 size_t src_sym_idx, dst_sym_idx, sym_type; in linker_append_elf_relos() local 2099 int sym_type, const char *sym_name) in find_sym_by_name()
|
H A D | libbpf.c | 7530 char sym_type, sym_name[500]; in libbpf_kallsyms_parse() local 7562 static int kallsyms_cb(unsigned long long sym_addr, char sym_type, in kallsyms_cb() 10692 static int avail_kallsyms_cb(unsigned long long sym_addr, char sym_type, in avail_kallsyms_cb()
|
/openbmc/linux/arch/x86/tools/ |
H A D | relocs.c | 152 static const char *sym_type(unsigned type) in sym_type() function
|