Searched refs:section_load_list (Results 1 – 2 of 2) 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()120 SectionLoadList *section_load_list = in ResolveLoadAddress() local122 return section_load_list->ResolveLoadAddress(load_addr, so_addr, in ResolveLoadAddress()131 SectionLoadList *section_load_list = in SetSectionLoadAddress() local133 return section_load_list->SetSectionLoadAddress(section_sp, load_addr, in SetSectionLoadAddress()142 SectionLoadList *section_load_list = in SetSectionUnloaded() local[all …]
2010 SectionLoadList §ion_load_list = GetSectionLoadList(); in ReadMemory() local2011 if (section_load_list.IsEmpty()) { in ReadMemory()2026 section_load_list.ResolveLoadAddress(load_addr, resolved_addr); in ReadMemory()2307 SectionLoadList §ion_load_list = GetSectionLoadList(); in ReadPointerFromMemory() local2308 if (section_load_list.IsEmpty()) { in ReadPointerFromMemory()2317 section_load_list.ResolveLoadAddress(pointer_vm_addr, pointer_addr); in ReadPointerFromMemory()