Lines Matching refs:section_header_data
716 DataExtractor section_header_data = in ParseSectionHeaders() local
720 if (section_header_data.ValidOffsetForDataOfSize( in ParseSectionHeaders()
725 const void *name_data = section_header_data.GetData(&offset, 8); in ParseSectionHeaders()
728 m_sect_headers[idx].vmsize = section_header_data.GetU32(&offset); in ParseSectionHeaders()
729 m_sect_headers[idx].vmaddr = section_header_data.GetU32(&offset); in ParseSectionHeaders()
730 m_sect_headers[idx].size = section_header_data.GetU32(&offset); in ParseSectionHeaders()
731 m_sect_headers[idx].offset = section_header_data.GetU32(&offset); in ParseSectionHeaders()
732 m_sect_headers[idx].reloff = section_header_data.GetU32(&offset); in ParseSectionHeaders()
733 m_sect_headers[idx].lineoff = section_header_data.GetU32(&offset); in ParseSectionHeaders()
734 m_sect_headers[idx].nreloc = section_header_data.GetU16(&offset); in ParseSectionHeaders()
735 m_sect_headers[idx].nline = section_header_data.GetU16(&offset); in ParseSectionHeaders()
736 m_sect_headers[idx].flags = section_header_data.GetU32(&offset); in ParseSectionHeaders()