Searched refs:sheader (Results 1 – 1 of 1) sorted by relevance
1437 const ELFSectionHeaderInfo &sheader = section_headers[strtab_idx]; in GetSectionHeaderInfo() local1438 const size_t byte_size = sheader.sh_size; in GetSectionHeaderInfo()1439 const Elf64_Off offset = sheader.sh_offset; in GetSectionHeaderInfo()1446 const ELFSectionHeaderInfo &sheader = *I; in GetSectionHeaderInfo() local1448 sheader.sh_type == SHT_NOBITS ? 0 : sheader.sh_size; in GetSectionHeaderInfo()1456 if (sheader.sh_type == SHT_MIPS_ABIFLAGS) { in GetSectionHeaderInfo()1458 if (section_size && (data.SetData(object_data, sheader.sh_offset, in GetSectionHeaderInfo()1523 if (sheader.sh_type == SHT_ARM_ATTRIBUTES && section_size != 0 && in GetSectionHeaderInfo()1530 if (section_size && (data.SetData(object_data, sheader.sh_offset, in GetSectionHeaderInfo()1540 bool is_note_header = (sheader.sh_type == SHT_NOTE); in GetSectionHeaderInfo()[all …]