Searched refs:section_header_data (Results 1 – 2 of 2) sorted by relevance
725 DataExtractor section_header_data = in ParseSectionHeaders() local729 if (section_header_data.ValidOffsetForDataOfSize( in ParseSectionHeaders()734 const void *name_data = section_header_data.GetData(&offset, 8); in ParseSectionHeaders()737 m_sect_headers[idx].vmsize = section_header_data.GetU32(&offset); in ParseSectionHeaders()738 m_sect_headers[idx].vmaddr = section_header_data.GetU32(&offset); in ParseSectionHeaders()739 m_sect_headers[idx].size = section_header_data.GetU32(&offset); in ParseSectionHeaders()740 m_sect_headers[idx].offset = section_header_data.GetU32(&offset); in ParseSectionHeaders()741 m_sect_headers[idx].reloff = section_header_data.GetU32(&offset); in ParseSectionHeaders()743 m_sect_headers[idx].nreloc = section_header_data.GetU16(&offset); in ParseSectionHeaders()744 m_sect_headers[idx].nline = section_header_data.GetU16(&offset); in ParseSectionHeaders()[all …]
163 DataExtractor section_header_data = ReadImageData(*offset_ptr, kBufferSize); in DecodeNextSection() local165 llvm::DataExtractor data = section_header_data.GetAsLLVM(); in DecodeNextSection()422 DataExtractor section_header_data = in GetExternalDebugInfoFileSpec() local424 llvm::DataExtractor data = section_header_data.GetAsLLVM(); in GetExternalDebugInfoFileSpec()