Searched refs:section_load_list (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp98 SectionLoadList *section_load_list = local
100 assert(section_load_list != nullptr);
101 return *section_load_list;
109 SectionLoadList *section_load_list = local
111 return section_load_list->GetSectionLoadAddress(section_sp);
119 SectionLoadList *section_load_list = local
121 return section_load_list->ResolveLoadAddress(load_addr, so_addr);
129 SectionLoadList *section_load_list = local
131 return section_load_list->SetSectionLoadAddress(section_sp, load_addr,
140 SectionLoadList *section_load_list local
150 SectionLoadList *section_load_list = local
[all...]
H A DTarget.cpp1731 SectionLoadList &section_load_list = GetSectionLoadList(); local
1732 if (section_load_list.IsEmpty()) {
1745 section_load_list.ResolveLoadAddress(load_addr, resolved_addr);
1931 SectionLoadList &section_load_list = GetSectionLoadList(); local
1932 if (section_load_list.IsEmpty()) {
1941 section_load_list.ResolveLoadAddress(pointer_vm_addr, pointer_addr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp83 SectionLoadList &section_load_list = target.GetSectionLoadList(); local
84 if (section_load_list.IsEmpty())

Completed in 121 milliseconds