Home
last modified time | relevance | path

Searched refs:section_load_list (Results 1 – 3 of 3) 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()
119 SectionLoadList *section_load_list = in ResolveLoadAddress() local
121 return section_load_list->ResolveLoadAddress(load_addr, so_addr); in ResolveLoadAddress()
129 SectionLoadList *section_load_list = in SetSectionLoadAddress() local
131 return section_load_list->SetSectionLoadAddress(section_sp, load_addr, in SetSectionLoadAddress()
140 SectionLoadList *section_load_list = in SetSectionUnloaded() local
[all …]
H A DTarget.cpp1850 SectionLoadList &section_load_list = GetSectionLoadList(); in ReadMemory() local
1851 if (section_load_list.IsEmpty()) { in ReadMemory()
1866 section_load_list.ResolveLoadAddress(load_addr, resolved_addr); in ReadMemory()
2136 SectionLoadList &section_load_list = GetSectionLoadList(); in ReadPointerFromMemory() local
2137 if (section_load_list.IsEmpty()) { in ReadPointerFromMemory()
2146 section_load_list.ResolveLoadAddress(pointer_vm_addr, pointer_addr); in ReadPointerFromMemory()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp79 SectionLoadList &section_load_list = target.GetSectionLoadList(); in GetBreakableLoadAddress() local
80 if (section_load_list.IsEmpty()) in GetBreakableLoadAddress()