Lines Matching refs:SHT_PROGBITS
1164 if((*destshdrp)->sh_type != SHT_PROGBITS in check_reloc_shdr()
3316 { ".comment", 8, SHT_PROGBITS, exact, 0, 0 },
3317 { ".data", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
3318 { ".data1", 7, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
3319 { ".debug_str", 11, SHT_PROGBITS, exact_or_gnuld, SHF_MERGE | SHF_STRINGS, 0 },
3320 { ".debug", 6, SHT_PROGBITS, exact, 0, 0 },
3324 { ".fini", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_EXECINSTR, 0 },
3326 { ".got", 5, SHT_PROGBITS, unused, 0, 0 }, // XXX more info?
3328 { ".init", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_EXECINSTR, 0 },
3330 { ".interp", 8, SHT_PROGBITS, atleast, 0, SHF_ALLOC }, // XXX more tests?
3331 { ".line", 6, SHT_PROGBITS, exact, 0, 0 },
3333 { ".plt", 5, SHT_PROGBITS, unused, 0, 0 }, // XXX more tests
3337 { ".rodata", 8, SHT_PROGBITS, atleast, SHF_ALLOC, SHF_MERGE | SHF_STRINGS },
3338 { ".rodata1", 9, SHT_PROGBITS, atleast, SHF_ALLOC, SHF_MERGE | SHF_STRINGS },
3344 { ".tdata", 7, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 },
3345 { ".tdata1", 8, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 },
3346 { ".text", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_EXECINSTR, 0 },
3641 case SHT_PROGBITS: in check_sections()