Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB (Results 1 - 25 of 55) sorted by relevance

123

/kernel/linux/linux-6.6/tools/lib/bpf/
H A Delf.c168 int i, sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB }; in elf_find_func_offset()
186 /* Search SHT_DYNSYM, SHT_SYMTAB for symbol. This search order is used because if in elf_find_func_offset()
293 int sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB }; in elf_resolve_syms_offsets()
389 int sh_types[2] = { SHT_SYMTAB, SHT_DYNSYM }; in elf_resolve_pattern_offsets()
/kernel/linux/linux-5.10/arch/mips/vdso/
H A Dgenvdso.h76 if (swap_uint32(shdr->sh_type) == SHT_SYMTAB) in get_symbols()
/kernel/linux/linux-6.6/arch/mips/vdso/
H A Dgenvdso.h76 if (swap_uint32(shdr->sh_type) == SHT_SYMTAB) in get_symbols()
/kernel/linux/linux-5.10/arch/sparc/vdso/
H A Dvdso2c.h68 if (GET_BE(&sh->sh_type) == SHT_SYMTAB) in go()
/kernel/linux/linux-6.6/arch/sparc/vdso/
H A Dvdso2c.h68 if (GET_BE(&sh->sh_type) == SHT_SYMTAB) in go()
/kernel/linux/linux-5.10/arch/x86/tools/
H A Drelocs.c283 if (sec->shdr.sh_type != SHT_SYMTAB) in sym_lookup()
473 if (sec->shdr.sh_type != SHT_SYMTAB) { in read_symtabs()
552 if (sec->shdr.sh_type != SHT_SYMTAB) { in print_absolute_symbols()
/kernel/linux/linux-6.6/arch/x86/tools/
H A Drelocs.c294 if (sec->shdr.sh_type != SHT_SYMTAB) in sym_lookup()
523 case SHT_SYMTAB: in read_symtabs()
609 if (sec->shdr.sh_type != SHT_SYMTAB) { in print_absolute_symbols()
/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/
H A Dvma_map.c174 if (shdr.sh_type != SHT_SYMTAB) in create_vma_map()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dmodule.c65 for (symidx = 0; sechdrs[symidx].sh_type != SHT_SYMTAB; symidx++) { in module_frob_arch_sections()
/kernel/linux/linux-5.10/arch/x86/entry/vdso/
H A Dvdso2c.h74 if (GET_LE(&sh->sh_type) == SHT_SYMTAB) in go()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dmodule.c65 for (symidx = 0; sechdrs[symidx].sh_type != SHT_SYMTAB; symidx++) { in module_frob_arch_sections()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dmodule-plts.c231 else if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dmodule.c79 if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dmodule-plts.c226 else if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dmodule.c79 if (s->sh_type == SHT_SYMTAB) in module_frob_arch_sections()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Delf.h273 #define SHT_SYMTAB 2 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Delf.h274 #define SHT_SYMTAB 2 macro
/kernel/linux/linux-6.6/arch/x86/entry/vdso/
H A Dvdso2c.h109 if (GET_LE(&sh->sh_type) == SHT_SYMTAB) in go()
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/
H A Dload.c150 if (sections[i].sh_type == SHT_SYMTAB) { in encl_get_entry()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Delf.h228 #define SHT_SYMTAB 2 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Delf.h228 #define SHT_SYMTAB 2 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Delf.h214 #define SHT_SYMTAB 2 macro
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dvpe.c634 if (sechdrs[i].sh_type == SHT_SYMTAB) { in vpe_elfload()
714 if (sechdrs[i].sh_type == SHT_SYMTAB) { in vpe_elfload()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dmodule_64.c297 if (sechdrs[i].sh_type == SHT_SYMTAB) { in get_got_size()
432 if (sechdrs[i].sh_type == SHT_SYMTAB) in module_frob_arch_sections()

Completed in 19 milliseconds

123