Searched defs:sym_type (Results 1 – 6 of 6) sorted by relevance
| /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
|
| /linux/scripts/ |
| H A D | elf-parse.h | 43 uint8_t (*sym_type)(Elf_Sym *sym); member 209 static inline uint8_t sym_type(Elf_Sym *sym) in sym_type() function
|
| /linux/tools/lib/bpf/ |
| H A D | linker.c | 937 int sym_type = ELF64_ST_TYPE(sym->st_info); in linker_sanity_check_elf_symtab() local 1036 size_t sym_type = ELF64_R_TYPE(relo->r_info); in linker_sanity_check_elf_relos() local 1981 static void sym_update_type(Elf64_Sym *sym, int sym_type) in sym_update_type() 2001 int name_off, sym_type, sym_bind, sym_vis, err; in linker_append_elf_sym() local 2247 size_t src_sym_idx, dst_sym_idx, sym_type; in linker_append_elf_relos() local 2290 int sym_type, const char *sym_name) in find_sym_by_name()
|
| H A D | libbpf.c | 8465 char sym_type, sym_name[500]; in libbpf_kallsyms_parse() local 8497 static int kallsyms_cb(unsigned long long sym_addr, char sym_type, in kallsyms_cb() 11833 static int avail_kallsyms_cb(unsigned long long sym_addr, char sym_type, in avail_kallsyms_cb()
|
| /linux/arch/x86/tools/ |
| H A D | relocs.c | 154 static const char *sym_type(unsigned type) in sym_type() function
|
| /linux/tools/objtool/ |
| H A D | klp-diff.c | 596 static const char *sym_type(struct symbol *sym) in sym_type() function
|