Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp98 SectionLoadList *section_load_list = in GetCurrentSectionLoadList() local
100 assert(section_load_list != nullptr); in GetCurrentSectionLoadList()
101 return *section_load_list; in GetCurrentSectionLoadList()
109 SectionLoadList *section_load_list = in GetSectionLoadAddress() local
111 return section_load_list->GetSectionLoadAddress(section_sp); in GetSectionLoadAddress()
120 SectionLoadList *section_load_list = in ResolveLoadAddress() local
122 return section_load_list->ResolveLoadAddress(load_addr, so_addr, in ResolveLoadAddress()
131 SectionLoadList *section_load_list = in SetSectionLoadAddress() local
133 return section_load_list->SetSectionLoadAddress(section_sp, load_addr, in SetSectionLoadAddress()
142 SectionLoadList *section_load_list = in SetSectionUnloaded() local
[all …]
H A DTarget.cpp2010 SectionLoadList &section_load_list = GetSectionLoadList(); in ReadMemory() local
2011 if (section_load_list.IsEmpty()) { in ReadMemory()
2026 section_load_list.ResolveLoadAddress(load_addr, resolved_addr); in ReadMemory()
2307 SectionLoadList &section_load_list = GetSectionLoadList(); in ReadPointerFromMemory() local
2308 if (section_load_list.IsEmpty()) { in ReadPointerFromMemory()
2317 section_load_list.ResolveLoadAddress(pointer_vm_addr, pointer_addr); in ReadPointerFromMemory()