Home | History | Annotate | Download | only in unused

Lines Matching refs:sh_type

327 findElfSection ( void* objImage, Elf_Word sh_type )
337 if (shdr[i].sh_type == sh_type
739 if (shdr[shnum].sh_type == SHT_REL ) {
745 if (shdr[shnum].sh_type == SHT_RELA) {
844 if (debug_linker>1) fprintf(stderr, "type=%2d ", (int)shdr[i].sh_type );
851 if (shdr[i].sh_type == SHT_REL) {
853 } else if (shdr[i].sh_type == SHT_RELA) {
868 if (shdr[i].sh_type == SHT_STRTAB
889 if (shdr[i].sh_type != SHT_SYMTAB) continue;
980 if (hdr.sh_type == SHT_PROGBITS
986 if (hdr.sh_type == SHT_PROGBITS
992 if (hdr.sh_type == SHT_PROGBITS
998 if (hdr.sh_type == SHT_NOBITS
1038 if (shdr[i].sh_type != SHT_SYMTAB) continue;
1085 if (shdr[secno].sh_type == SHT_NOBITS) {