Searched refs:section_load_list (Results 1 – 3 of 3) sorted by relevance
98 SectionLoadList *section_load_list = in GetCurrentSectionLoadList() local100 assert(section_load_list != nullptr); in GetCurrentSectionLoadList()101 return *section_load_list; in GetCurrentSectionLoadList()109 SectionLoadList *section_load_list = in GetSectionLoadAddress() local111 return section_load_list->GetSectionLoadAddress(section_sp); in GetSectionLoadAddress()119 SectionLoadList *section_load_list = in ResolveLoadAddress() local121 return section_load_list->ResolveLoadAddress(load_addr, so_addr); in ResolveLoadAddress()129 SectionLoadList *section_load_list = in SetSectionLoadAddress() local131 return section_load_list->SetSectionLoadAddress(section_sp, load_addr, in SetSectionLoadAddress()140 SectionLoadList *section_load_list = in SetSectionUnloaded() local[all …]
1850 SectionLoadList §ion_load_list = GetSectionLoadList(); in ReadMemory() local1851 if (section_load_list.IsEmpty()) { in ReadMemory()1866 section_load_list.ResolveLoadAddress(load_addr, resolved_addr); in ReadMemory()2136 SectionLoadList §ion_load_list = GetSectionLoadList(); in ReadPointerFromMemory() local2137 if (section_load_list.IsEmpty()) { in ReadPointerFromMemory()2146 section_load_list.ResolveLoadAddress(pointer_vm_addr, pointer_addr); in ReadPointerFromMemory()
79 SectionLoadList §ion_load_list = target.GetSectionLoadList(); in GetBreakableLoadAddress() local80 if (section_load_list.IsEmpty()) in GetBreakableLoadAddress()