Home
last modified time | relevance | path

Searched refs:SectionLoadList (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/Target/
DSectionLoadList.cpp29 SectionLoadList::IsEmpty() const in IsEmpty()
36 SectionLoadList::Clear () in Clear()
44 SectionLoadList::GetSectionLoadAddress (const lldb::SectionSP &section) const in GetSectionLoadAddress()
60 SectionLoadList::SetSectionLoadAddress (const lldb::SectionSP &section, addr_t load_addr, bool warn… in SetSectionLoadAddress()
131 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP &section_sp) in SetSectionUnloaded()
167 SectionLoadList::SetSectionUnloaded (const lldb::SectionSP &section_sp, addr_t load_addr) in SetSectionUnloaded()
202 SectionLoadList::ResolveLoadAddress (addr_t load_addr, Address &so_addr) const in ResolveLoadAddress()
247 SectionLoadList::Dump (Stream &s, Target *target) in Dump()
DCMakeLists.txt17 SectionLoadList.cpp
DAndroid.mk23 SectionLoadList.cpp \
/external/lldb/include/lldb/Target/
DSectionLoadList.h25 class SectionLoadList
31 SectionLoadList () : in SectionLoadList() function
39 ~SectionLoadList() in ~SectionLoadList()
84 DISALLOW_COPY_AND_ASSIGN (SectionLoadList);
DTarget.h924 SectionLoadList&
930 const SectionLoadList&
1184 SectionLoadList m_section_load_list;
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp216 SectionLoadList &load_list = m_process->GetTarget().GetSectionLoadList(); in UpdateLoadedSections()
/external/lldb/source/Core/
DValue.cpp369 const SectionLoadList &target_sections = target->GetSectionLoadList(); in GetValueAsData()
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj365 …213353E6F00698AC0 /* SectionLoadList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2618D79112…
894SectionLoadList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c…
895SectionLoadList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode…
3070 2618D78F1240115500F2B8FE /* SectionLoadList.h */,
3071 2618D7911240116900F2B8FE /* SectionLoadList.cpp */,
4150 268900F213353E6F00698AC0 /* SectionLoadList.cpp in Sources */,