Searched defs:sym_type (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/tools/ |
H A D | relocs.c | 141 static const char *sym_type(unsigned type) in sym_type() function
|
/kernel/linux/linux-6.6/arch/x86/tools/ |
H A D | relocs.c | 152 static const char *sym_type(unsigned type) in sym_type() function
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | linker.c | 789 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() argument 1817 int name_off, sym_type, sym_bind, sym_vis, err; linker_append_elf_sym() local 2060 size_t src_sym_idx, dst_sym_idx, sym_type; linker_append_elf_relos() local 2102 find_sym_by_name(struct src_obj *obj, size_t sec_idx, int sym_type, const char *sym_name) find_sym_by_name() argument [all...] |
H A D | libbpf.c | 7526 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() argument 10688 static int avail_kallsyms_cb(unsigned long long sym_addr, char sym_type, in avail_kallsyms_cb() argument
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 7126 char sym_type, sym_name[500]; in bpf_object__read_kallsyms_file() local 2730 elf_sym_by_sec_off(const struct bpf_object *obj, size_t sec_idx, size_t off, __u32 sym_type, GElf_Sym *sym) elf_sym_by_sec_off() argument
|
Completed in 36 milliseconds