Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB (Results 1 – 21 of 21) sorted by relevance

/linux/tools/lib/bpf/
H A Delf.c279 int i, sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB }; in elf_find_func_offset()
412 int sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB }; in elf_resolve_syms_offsets()
508 int sh_types[2] = { SHT_SYMTAB, SHT_DYNSYM }; in elf_resolve_pattern_offsets()
H A Dlinker.c459 sec->shdr->sh_type = SHT_SYMTAB; in init_output_elf()
771 case SHT_SYMTAB: in linker_load_obj_file()
876 case SHT_SYMTAB: in linker_sanity_check_elf()
H A Dlibbpf.c3848 if (sh->sh_type == SHT_SYMTAB) { in bpf_object__elf_collect()
3918 } else if (sh->sh_type == SHT_SYMTAB) { in bpf_object__elf_collect()
/linux/arch/mips/vdso/
H A Dgenvdso.h76 if (swap_uint32(shdr->sh_type) == SHT_SYMTAB) in FUNC()
/linux/arch/sparc/kernel/
H A Dmodule.c35 for (symidx = 0; sechdrs[symidx].sh_type != SHT_SYMTAB; symidx++) { in module_frob_arch_sections()
/linux/arch/sparc/vdso/
H A Dvdso2c.h68 if (GET_BE(&sh->sh_type) == SHT_SYMTAB) in BITSFUNC()
/linux/arch/x86/entry/vdso/
H A Dvdso2c.h109 if (GET_LE(&sh->sh_type) == SHT_SYMTAB) in BITSFUNC()
/linux/arch/alpha/kernel/
H A Dmodule.c79 if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux/arch/mips/kernel/
H A Dvpe.c633 if (sechdrs[i].sh_type == SHT_SYMTAB) { in vpe_elfload()
713 if (sechdrs[i].sh_type == SHT_SYMTAB) { in vpe_elfload()
/linux/arch/arm/kernel/
H A Dmodule-plts.c226 else if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux/include/uapi/linux/
H A Delf.h274 #define SHT_SYMTAB 2 macro
/linux/scripts/
H A Dinsert-sys-cert.c196 if (x[i].sh_type == SHT_SYMTAB) in get_symbol_table()
H A Drecordmcount.h247 if (relhdr->sh_type == SHT_SYMTAB) in find_symtab()
/linux/tools/testing/selftests/sgx/
H A Dload.c150 if (sections[i].sh_type == SHT_SYMTAB) { in encl_get_entry()
/linux/arch/arm64/kernel/
H A Dmodule-plts.c301 else if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux/arch/s390/kernel/
H A Dmodule.c120 case SHT_SYMTAB: in module_frob_arch_sections()
/linux/tools/bpf/resolve_btfids/
H A Dmain.c405 if (sh.sh_type == SHT_SYMTAB) { in elf_collect()
/linux/arch/mips/boot/tools/
H A Drelocs.c325 if (sec->shdr.sh_type != SHT_SYMTAB) in read_symtabs()
/linux/arch/parisc/kernel/
H A Dmodule.c860 if(sechdrs[i].sh_type == SHT_SYMTAB in module_finalize()
/linux/kernel/
H A Dkexec_file.c1093 if (sechdrs[i].sh_type != SHT_SYMTAB) in kexec_purgatory_find_symbol()
/linux/tools/perf/util/
H A Dsymbol-elf.c1295 if (ss->symshdr.sh_type != SHT_SYMTAB) in symsrc__init()