Home
last modified time | relevance | path

Searched refs:sh_type (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.h220 mcsec.sh_type = w(SHT_PROGBITS); in append_func()
232 mcsec.sh_type = (sizeof(Elf_Rela) == rel_entsize) in append_func()
464 if (w(txthdr->sh_type) != SHT_PROGBITS || in __has_rel_mcount()
475 if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) != SHT_RELA) in has_rel_mcount()
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c467 sechdrs[i].sh_type = TO_NATIVE(sechdrs[i].sh_type); in parse_elf()
481 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf()
507 if (sechdrs[i].sh_type == SHT_SYMTAB) { in parse_elf()
520 if (sechdrs[i].sh_type == SHT_SYMTAB_SHNDX) { in parse_elf()
840 if (sechdr->sh_type == SHT_PROGBITS && in check_section()
1669 if (sechdrs[i].sh_type == SHT_RELA) in check_sec_ref()
1671 else if (sechdrs[i].sh_type == SHT_REL) in check_sec_ref()
H A Dfile2alias.c913 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Delf.h288 Elf32_Word sh_type; member
301 Elf64_Word sh_type; /* Type of section */ member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h271 Elf32_Word sh_type; /* Section type */ member
285 Elf64_Word sh_type; /* Section type */ member