Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp752 if (!ParseSectionHeaders() && GetType() != ObjectFile::eTypeCoreFile) in GetUUID()
908 if (!ParseSectionHeaders()) in ParseDependentModules()
1540 size_t ObjectFileELF::ParseSectionHeaders() { in ParseSectionHeaders() function in ObjectFileELF
1548 if (!ParseSectionHeaders()) in GetSectionHeaderByIndex()
1558 if (!name || !name[0] || !ParseSectionHeaders()) in GetSectionIndexByName()
1800 ParseSectionHeaders(); in CreateSections()
3179 if (!ParseSectionHeaders()) in DumpELFSectionHeaders()
3219 ParseSectionHeaders(); in GetArchitecture()
DObjectFileELF.h252 size_t ParseSectionHeaders();
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h271 bool ParseSectionHeaders(uint32_t offset);
DObjectFilePECOFF.cpp282 ParseSectionHeaders(offset); in ParseHeader()
543 bool ObjectFilePECOFF::ParseSectionHeaders( in ParseSectionHeaders() function in ObjectFilePECOFF