Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DSectionLoadHistory.cpp99 SectionLoadList *section_load_list = in GetCurrentSectionLoadList() local
101 assert(section_load_list != NULL); in GetCurrentSectionLoadList()
102 return *section_load_list; in GetCurrentSectionLoadList()
110 SectionLoadList *section_load_list = in GetSectionLoadAddress() local
112 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()
130 SectionLoadList *section_load_list = in SetSectionLoadAddress() local
141 SectionLoadList *section_load_list = in SetSectionUnloaded() local
143 return section_load_list->SetSectionUnloaded(section_sp); in SetSectionUnloaded()
[all …]
H A DTarget.cpp1761 SectionLoadList &section_load_list = GetSectionLoadList(); in ReadMemory() local
1762 if (section_load_list.IsEmpty()) { in ReadMemory()
1775 section_load_list.ResolveLoadAddress(load_addr, resolved_addr); in ReadMemory()
1961 SectionLoadList &section_load_list = GetSectionLoadList(); in ReadPointerFromMemory() local
1962 if (section_load_list.IsEmpty()) { in ReadPointerFromMemory()
1971 section_load_list.ResolveLoadAddress(pointer_vm_addr, pointer_addr); in ReadPointerFromMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp84 SectionLoadList &section_load_list = target.GetSectionLoadList(); in GetBreakableLoadAddress() local
85 if (section_load_list.IsEmpty()) in GetBreakableLoadAddress()