Home | History | Annotate | Download | only in switchback

Lines Matching refs:hdr

1139       Elf_Shdr    hdr    = shdr[i];
1143 if (hdr.sh_type == SHT_PROGBITS
1144 && (hdr.sh_flags & SHF_ALLOC) && (hdr.sh_flags & SHF_EXECINSTR)) {
1149 if (hdr.sh_type == SHT_PROGBITS
1150 && (hdr.sh_flags & SHF_ALLOC) && (hdr.sh_flags & SHF_WRITE)) {
1155 if (hdr.sh_type == SHT_PROGBITS
1156 && (hdr.sh_flags & SHF_ALLOC) && !(hdr.sh_flags & SHF_WRITE)) {
1161 if (hdr.sh_type == SHT_NOBITS
1162 && (hdr.sh_flags & SHF_ALLOC) && (hdr.sh_flags & SHF_WRITE)) {
1182 //fprintf(stderr, "ZZZZZZZZZZ %s\n", sh_strtab + hdr.sh_name);