Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DTarget.h927 return m_section_load_list; in GetSectionLoadList()
933 return m_section_load_list; in GetSectionLoadList()
1184 SectionLoadList m_section_load_list; variable
/external/lldb/source/Target/
DTarget.cpp71 m_section_load_list (), in Target()
161 m_section_load_list.Clear(); in DeleteCurrentProcess()
196 m_section_load_list.Clear(); in Destroy()
319 m_section_load_list.ResolveLoadAddress(addr, so_addr); in CreateBreakpoint()
1286 if (m_section_load_list.IsEmpty()) in ReadMemory()
1300 m_section_load_list.ResolveLoadAddress (load_addr, resolved_addr); in ReadMemory()
1513 if (m_section_load_list.IsEmpty()) in ReadPointerFromMemory()
1525 m_section_load_list.ResolveLoadAddress (pointer_vm_addr, pointer_addr); in ReadPointerFromMemory()