Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp815 if (!ParseSectionHeaders() && GetType() != ObjectFile::eTypeCoreFile) in GetUUID()
980 if (!ParseSectionHeaders()) in ParseDependentModules()
1636 size_t ObjectFileELF::ParseSectionHeaders() { in ParseSectionHeaders() function in ObjectFileELF
1644 if (!ParseSectionHeaders()) in GetSectionHeaderByIndex()
1654 if (!name || !name[0] || !ParseSectionHeaders()) in GetSectionIndexByName()
1939 ParseSectionHeaders(); in CreateSections()
3461 if (!ParseSectionHeaders()) in DumpELFSectionHeaders()
3501 ParseSectionHeaders(); in GetArchitecture()
H A DObjectFileELF.h260 size_t ParseSectionHeaders();