Searched refs:sym_type (Results 1 – 3 of 3) sorted by relevance
| /tools/perf/util/include/linux/ |
| A D | linkage.h | 51 #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 \
|
| /tools/lib/bpf/ |
| A D | linker.c | 938 int sym_type = ELF64_ST_TYPE(sym->st_info); in linker_sanity_check_elf_symtab() local 976 if (sym_type == STT_SECTION) { in linker_sanity_check_elf_symtab() 1039 if (sym_type != R_BPF_64_64 && sym_type != R_BPF_64_32 && in linker_sanity_check_elf_relos() 1040 sym_type != R_BPF_64_ABS64 && sym_type != R_BPF_64_ABS32) { in linker_sanity_check_elf_relos() 1042 i, sec->sec_idx, sym_type, obj->filename); in linker_sanity_check_elf_relos() 2008 sym_type = ELF64_ST_TYPE(sym->st_info); in linker_append_elf_sym() 2128 sym_update_type(dst_sym, sym_type); in linker_append_elf_sym() 2166 if (sym_type == STT_SECTION && dst_sec) { in linker_append_elf_sym() 2245 size_t src_sym_idx, dst_sym_idx, sym_type; in linker_append_elf_relos() local 2253 sym_type = ELF64_R_TYPE(src_rel->r_info); in linker_append_elf_relos() [all …]
|
| A D | libbpf.c | 8152 typedef int (*kallsyms_cb_t)(unsigned long long sym_addr, char sym_type, 8157 char sym_type, sym_name[500]; in libbpf_kallsyms_parse() local 8171 &sym_addr, &sym_type, sym_name); in libbpf_kallsyms_parse() 8180 err = cb(sym_addr, sym_type, sym_name, ctx); in libbpf_kallsyms_parse() 8189 static int kallsyms_cb(unsigned long long sym_addr, char sym_type, in kallsyms_cb() argument 8198 if (sym_type == 'd' && res) in kallsyms_cb() 11483 static int avail_kallsyms_cb(unsigned long long sym_addr, char sym_type, in avail_kallsyms_cb() argument
|
Completed in 53 milliseconds