Lines Matching defs:sheader
1483 const ELFSectionHeaderInfo &sheader = section_headers[strtab_idx];
1484 const size_t byte_size = sheader.sh_size;
1485 const Elf64_Off offset = sheader.sh_offset;
1492 const ELFSectionHeaderInfo &sheader = *I;
1494 sheader.sh_type == SHT_NOBITS ? 0 : sheader.sh_size;
1502 if (sheader.sh_type == SHT_MIPS_ABIFLAGS) {
1504 if (section_size && (data.SetData(object_data, sheader.sh_offset,
1569 if (sheader.sh_type == SHT_ARM_ATTRIBUTES && section_size != 0 &&
1570 data.SetData(object_data, sheader.sh_offset, section_size) == section_size)
1576 if (section_size && (data.SetData(object_data, sheader.sh_offset,
1586 bool is_note_header = (sheader.sh_type == SHT_NOTE);
1597 if (section_size && (data.SetData(object_data, sheader.sh_offset,