Searched refs:sh_type (Results 26 - 50 of 50) sorted by relevance

12

/linux-master/arch/mips/kernel/
H A Dvpe.c620 if ((sechdrs[i].sh_type != SHT_NOBITS) &&
633 if (sechdrs[i].sh_type == SHT_SYMTAB) {
658 if (sechdrs[i].sh_type != SHT_NOBITS)
686 if (sechdrs[i].sh_type == SHT_REL)
689 else if (sechdrs[i].sh_type == SHT_RELA)
713 if (sechdrs[i].sh_type == SHT_SYMTAB) {
/linux-master/scripts/mod/
H A Dmodpost.c493 sechdrs[i].sh_type = TO_NATIVE(sechdrs[i].sh_type);
507 int nobits = sechdrs[i].sh_type == SHT_NOBITS;
524 if (sechdrs[i].sh_type == SHT_SYMTAB) {
537 if (sechdrs[i].sh_type == SHT_SYMTAB_SHNDX) {
765 if (sechdr->sh_type == SHT_PROGBITS &&
1478 if (sechdr->sh_type == SHT_REL || sechdr->sh_type == SHT_RELA) {
1491 if (sechdr->sh_type == SHT_RELA)
H A Dfile2alias.c1624 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) {
/linux-master/kernel/module/
H A Dsysfs.c175 info->sechdrs[i].sh_type == SHT_NOTE)
191 if (info->sechdrs[i].sh_type == SHT_NOTE) {
H A Dmain.c1486 else if (info->sechdrs[i].sh_type == SHT_REL)
1489 else if (info->sechdrs[i].sh_type == SHT_RELA)
1753 pr_err("Invalid ELF section hdr(type %u)\n", strhdr->sh_type);
1776 if (info->sechdrs[0].sh_type != SHT_NULL
1780 info->sechdrs[0].sh_type);
1786 switch (shdr->sh_type) {
1805 i, shdr->sh_type);
1821 i, shdr->sh_type);
1877 if (shdr->sh_type == SHT_NOBITS) {
2274 if (shdr->sh_type !
[all...]
/linux-master/arch/mips/tools/
H A Dloongson3-llsc-check.c288 if (sh->sh_type != SHT_PROGBITS)
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.h109 if (GET_LE(&sh->sh_type) == SHT_SYMTAB)
/linux-master/arch/powerpc/kernel/
H A Dmodule_64.c216 if (sechdrs[i].sh_type == SHT_RELA) {
297 if (sechdrs[i].sh_type == SHT_SYMTAB) {
306 if (sechdrs[i].sh_type == SHT_RELA) {
432 if (sechdrs[i].sh_type == SHT_SYMTAB)
H A Dmodule_32.c94 if (sechdrs[i].sh_type == SHT_RELA) {
/linux-master/arch/sparc/kernel/
H A Dmodule.c35 for (symidx = 0; sechdrs[symidx].sh_type != SHT_SYMTAB; symidx++) {
/linux-master/arch/parisc/kernel/
H A Dmodule.c290 if (sechdrs[i].sh_type != SHT_RELA)
860 if(sechdrs[i].sh_type == SHT_SYMTAB
927 if (s->sh_type == SHT_REL)
931 else if (s->sh_type == SHT_RELA)
/linux-master/arch/mips/boot/
H A Delf2ecoff.c209 s->sh_type = swab32(s->sh_type);
/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c402 (int) sh.sh_type);
404 if (sh.sh_type == SHT_SYMTAB) {
/linux-master/arch/s390/kernel/
H A Dmodule.c119 switch (sechdrs[i].sh_type) {
152 if (sechdrs[i].sh_type != SHT_RELA)
/linux-master/tools/perf/util/
H A Dsymbol-elf.c670 * have the PLT data stripped out (shdr_rel_plt.sh_type == SHT_NOBITS).
742 if (shdr_rel_plt.sh_type != SHT_RELA &&
743 shdr_rel_plt.sh_type != SHT_REL)
791 ri.is_rela = shdr_rel_plt.sh_type == SHT_RELA;
1293 if (ss->symshdr.sh_type != SHT_SYMTAB)
1299 if (ss->dynshdr.sh_type != SHT_DYNSYM)
1305 if (ss->opdshdr.sh_type != SHT_PROGBITS)
1718 if (shdr.sh_type == SHT_NOBITS) {
2885 if ((shdr.sh_type != SHT_NOTE) || (shdr.sh_flags & SHF_ALLOC)) {
H A Dprobe-finder.c1146 shdr.sh_type == SHT_PROGBITS)
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c431 switch (elf32toh(shdr->sh_type)) {
/linux-master/include/linux/
H A Dpe.h456 enum sh_coff_reloc_type sh_type; member in union:coff_reloc::__anon3837
/linux-master/scripts/
H A Dinsert-sys-cert.c196 if (x[i].sh_type == SHT_SYMTAB)
/linux-master/arch/arm/kernel/
H A Dmodule.c437 s->sh_type != ELF_SECTION_UNWIND)
/linux-master/tools/objtool/
H A Delf.c1143 sec->sh.sh_type = SHT_PROGBITS;
1189 rsec->sh.sh_type = SHT_RELA;
/linux-master/tools/lib/bpf/
H A Dusdt.c602 if (notes_shdr.sh_type != SHT_NOTE || !gelf_getehdr(elf, &ehdr)) {
H A Dlibbpf.c3711 if (hdr->sh_type == SHT_STRTAB)
3715 if (hdr->sh_type == SHT_LLVM_ADDRSIG)
3719 if (hdr->sh_type == SHT_PROGBITS && hdr->sh_size == 0 &&
3789 if (sh->sh_type == SHT_SYMTAB) {
3836 (int)sh->sh_type);
3852 if (sh->sh_type != SHT_PROGBITS)
3856 if (sh->sh_type != SHT_PROGBITS)
3859 } else if (sh->sh_type == SHT_SYMTAB) {
3861 } else if (sh->sh_type == SHT_PROGBITS && data->d_size > 0) {
3893 } else if (sh->sh_type
[all...]
/linux-master/fs/
H A Dbinfmt_elf_fdpic.c1427 shdr4extnum->sh_type = SHT_NULL;
H A Dbinfmt_elf.c1954 shdr4extnum->sh_type = SHT_NULL;

Completed in 705 milliseconds

12