Searched refs:section_load_list (Results 1 – 3 of 3) sorted by relevance
99 SectionLoadList *section_load_list = in GetCurrentSectionLoadList() local101 assert(section_load_list != NULL); in GetCurrentSectionLoadList()102 return *section_load_list; in GetCurrentSectionLoadList()110 SectionLoadList *section_load_list = in GetSectionLoadAddress() local112 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()130 SectionLoadList *section_load_list = in SetSectionLoadAddress() local141 SectionLoadList *section_load_list = in SetSectionUnloaded() local143 return section_load_list->SetSectionUnloaded(section_sp); in SetSectionUnloaded()[all …]
1761 SectionLoadList §ion_load_list = GetSectionLoadList(); in ReadMemory() local1762 if (section_load_list.IsEmpty()) { in ReadMemory()1775 section_load_list.ResolveLoadAddress(load_addr, resolved_addr); in ReadMemory()1961 SectionLoadList §ion_load_list = GetSectionLoadList(); in ReadPointerFromMemory() local1962 if (section_load_list.IsEmpty()) { in ReadPointerFromMemory()1971 section_load_list.ResolveLoadAddress(pointer_vm_addr, pointer_addr); in ReadPointerFromMemory()
84 SectionLoadList §ion_load_list = target.GetSectionLoadList(); in GetBreakableLoadAddress() local85 if (section_load_list.IsEmpty()) in GetBreakableLoadAddress()