Home
last modified time | relevance | path

Searched refs:eSectionTypeELFDynamicLinkInfo (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h680 eSectionTypeELFDynamicLinkInfo, ///< Elf SHT_DYNAMIC section enumerator
/external/llvm-project/lldb/source/Core/
DSection.cpp124 case eSectionTypeELFDynamicLinkInfo: in GetTypeAsCString()
/external/llvm-project/lldb/source/Symbol/
DObjectFile.cpp389 case eSectionTypeELFDynamicLinkInfo: in GetAddressClass()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp815 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true)); in GetImageInfoAddress()
917 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true) in ParseDependentModules()
1626 return eSectionTypeELFDynamicLinkInfo; in GetSectionType()
2327 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true) in ParseDynamicSymbols()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1173 case eSectionTypeELFDynamicLinkInfo: in GetAddressClass()