Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h701 eSectionTypeELFRelocationEntries, // Elf SHT_REL or SHT_REL section enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp114 case eSectionTypeELFRelocationEntries: in GetTypeAsCString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp384 case eSectionTypeELFRelocationEntries: in GetAddressClass()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1797 return eSectionTypeELFRelocationEntries; in GetSectionType()