Home
last modified time | relevance | path

Searched refs:ParseSectionHeaders (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp463 if (!ParseSectionHeaders()) in GetUUID()
583 if (!ParseSectionHeaders()) in ParseDependentModules()
835 ObjectFileELF::ParseSectionHeaders() in ParseSectionHeaders() function in ObjectFileELF
843 if (!id || !ParseSectionHeaders()) in GetSectionHeaderByIndex()
855 if (!m_sections_ap.get() && ParseSectionHeaders()) in CreateSections()
1772 if (!ParseSectionHeaders()) in DumpELFSectionHeaders()
DObjectFileELF.h221 ParseSectionHeaders();
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h228 bool ParseSectionHeaders (uint32_t offset);
DObjectFilePECOFF.cpp251 ParseSectionHeaders (offset); in ParseHeader()
450 ObjectFilePECOFF::ParseSectionHeaders (uint32_t section_header_data_offset) in ParseSectionHeaders() function in ObjectFilePECOFF