Home
last modified time | relevance | path

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

12

/linux-6.15/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()
/linux-6.15/arch/mips/vdso/
H A Dgenvdso.h76 if (swap_uint32(shdr->sh_type) == SHT_SYMTAB) in FUNC()
/linux-6.15/arch/sparc/vdso/
H A Dvdso2c.h68 if (GET_BE(&sh->sh_type) == SHT_SYMTAB) in BITSFUNC()
/linux-6.15/arch/sparc/kernel/
H A Dmodule.c35 for (symidx = 0; sechdrs[symidx].sh_type != SHT_SYMTAB; symidx++) { in module_frob_arch_sections()
/linux-6.15/arch/x86/entry/vdso/
H A Dvdso2c.h109 if (GET_LE(&sh->sh_type) == SHT_SYMTAB) in BITSFUNC()
/linux-6.15/arch/alpha/kernel/
H A Dmodule.c79 if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux-6.15/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-6.15/arch/arm/kernel/
H A Dmodule-plts.c226 else if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux-6.15/tools/include/uapi/linux/
H A Delf.h282 #define SHT_SYMTAB 2 macro
/linux-6.15/scripts/gendwarfksyms/
H A Dsymbols.c234 if (shdr->sh_type == SHT_SYMTAB) { in elf_for_each_global()
/linux-6.15/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-6.15/tools/testing/selftests/sgx/
H A Dload.c150 if (sections[i].sh_type == SHT_SYMTAB) { in encl_get_entry()
/linux-6.15/arch/arm64/kernel/
H A Dmodule-plts.c301 else if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux-6.15/include/uapi/linux/
H A Delf.h282 #define SHT_SYMTAB 2 macro
/linux-6.15/tools/perf/util/
H A Dgenelf.c411 shdr->sh_type = SHT_SYMTAB; in jit_write_elf()
/linux-6.15/arch/powerpc/kernel/
H A Dmodule_64.c307 if (sechdrs[i].sh_type == SHT_SYMTAB) { in get_got_size()
462 if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/linux-6.15/arch/x86/tools/
H A Drelocs.c490 case SHT_SYMTAB: in read_symtabs()
572 if (sec->shdr.sh_type != SHT_SYMTAB) in print_absolute_symbols()
/linux-6.15/arch/s390/kernel/
H A Dmodule.c120 case SHT_SYMTAB: in module_frob_arch_sections()
/linux-6.15/tools/bpf/resolve_btfids/
H A Dmain.c405 if (sh.sh_type == SHT_SYMTAB) { in elf_collect()
/linux-6.15/arch/mips/boot/tools/
H A Drelocs.c325 if (sec->shdr.sh_type != SHT_SYMTAB) in read_symtabs()
/linux-6.15/arch/parisc/kernel/
H A Dmodule.c860 if(sechdrs[i].sh_type == SHT_SYMTAB in module_finalize()
/linux-6.15/kernel/
H A Dkexec_file.c1105 if (sechdrs[i].sh_type != SHT_SYMTAB) in kexec_purgatory_find_symbol()
/linux-6.15/scripts/mod/
H A Dmodpost.c527 if (sechdrs[i].sh_type == SHT_SYMTAB) { in parse_elf()

12