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

12

/linux-master/tools/lib/bpf/
H A Delf.c278 int i, sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB };
306 /* Search SHT_DYNSYM, SHT_SYMTAB for symbol. This search order is used because if
411 int sh_types[2] = { SHT_DYNSYM, SHT_SYMTAB };
507 int sh_types[2] = { SHT_SYMTAB, SHT_DYNSYM };
H A Dlinker.c408 sec->shdr->sh_type = SHT_SYMTAB;
643 case SHT_SYMTAB:
746 case SHT_SYMTAB:
/linux-master/arch/sparc/vdso/
H A Dvdso2c.h68 if (GET_BE(&sh->sh_type) == SHT_SYMTAB)
/linux-master/arch/mips/vdso/
H A Dgenvdso.h76 if (swap_uint32(shdr->sh_type) == SHT_SYMTAB)
/linux-master/arch/sparc/kernel/
H A Dmodule.c65 for (symidx = 0; sechdrs[symidx].sh_type != SHT_SYMTAB; symidx++) {
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.h109 if (GET_LE(&sh->sh_type) == SHT_SYMTAB)
/linux-master/arch/alpha/kernel/
H A Dmodule.c79 if (s->sh_type == SHT_SYMTAB)
/linux-master/arch/arm/kernel/
H A Dmodule-plts.c226 else if (s->sh_type == SHT_SYMTAB)
/linux-master/arch/arm64/kernel/
H A Dmodule-plts.c301 else if (sechdrs[i].sh_type == SHT_SYMTAB)
/linux-master/tools/testing/selftests/sgx/
H A Dload.c150 if (sections[i].sh_type == SHT_SYMTAB) {
/linux-master/include/uapi/linux/
H A Delf.h274 #define SHT_SYMTAB 2 macro
/linux-master/arch/x86/tools/
H A Drelocs.c294 if (sec->shdr.sh_type != SHT_SYMTAB)
523 case SHT_SYMTAB:
609 if (sec->shdr.sh_type != SHT_SYMTAB) {
/linux-master/scripts/
H A Dinsert-sys-cert.c196 if (x[i].sh_type == SHT_SYMTAB)
H A Drecordmcount.h247 if (relhdr->sh_type == SHT_SYMTAB)
/linux-master/tools/perf/util/
H A Dgenelf.c416 shdr->sh_type = SHT_SYMTAB;
H A Dsymbol-elf.c1293 if (ss->symshdr.sh_type != SHT_SYMTAB)
/linux-master/arch/powerpc/kernel/
H A Dmodule_64.c297 if (sechdrs[i].sh_type == SHT_SYMTAB) {
432 if (sechdrs[i].sh_type == SHT_SYMTAB)
/linux-master/arch/mips/kernel/
H A Dvpe.c633 if (sechdrs[i].sh_type == SHT_SYMTAB) {
713 if (sechdrs[i].sh_type == SHT_SYMTAB) {
/linux-master/arch/mips/boot/tools/
H A Drelocs.c325 if (sec->shdr.sh_type != SHT_SYMTAB)
/linux-master/arch/s390/kernel/
H A Dmodule.c156 case SHT_SYMTAB:
/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c404 if (sh.sh_type == SHT_SYMTAB) {
/linux-master/arch/parisc/kernel/
H A Dmodule.c872 if(sechdrs[i].sh_type == SHT_SYMTAB
/linux-master/kernel/
H A Dkexec_file.c1088 if (sechdrs[i].sh_type != SHT_SYMTAB)
/linux-master/scripts/mod/
H A Dmodpost.c524 if (sechdrs[i].sh_type == SHT_SYMTAB) {
/linux-master/kernel/module/
H A Dmain.c1772 case SHT_SYMTAB:

Completed in 279 milliseconds

12