Searched refs:section_header_data (Results 1 – 2 of 2) sorted by relevance
716 DataExtractor section_header_data = in ParseSectionHeaders() local720 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()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()[all …]
162 DataExtractor section_header_data = ReadImageData(*offset_ptr, kBufferSize); in DecodeNextSection() local164 llvm::DataExtractor data = section_header_data.GetAsLLVM(); in DecodeNextSection()421 DataExtractor section_header_data = in GetExternalDebugInfoFileSpec() local423 llvm::DataExtractor data = section_header_data.GetAsLLVM(); in GetExternalDebugInfoFileSpec()