Searched defs:ParseSectionHeaders (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp463 if (!ParseSectionHeaders())
583 if (!ParseSectionHeaders())
832 // ParseSectionHeaders
835 ObjectFileELF::ParseSectionHeaders() function in class:ObjectFileELF
843 if (!id || !ParseSectionHeaders())
855 if (!m_sections_ap.get() && ParseSectionHeaders())
1772 if (!ParseSectionHeaders())
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp251 ParseSectionHeaders (offset);
447 // ParseSectionHeaders
450 ObjectFilePECOFF::ParseSectionHeaders (uint32_t section_header_data_offset) function in class:ObjectFilePECOFF

Completed in 542 milliseconds