Lines Matching refs:section_load_list
98 SectionLoadList *section_load_list = in GetCurrentSectionLoadList() local
100 assert(section_load_list != nullptr); in GetCurrentSectionLoadList()
101 return *section_load_list; in GetCurrentSectionLoadList()
109 SectionLoadList *section_load_list = in GetSectionLoadAddress() local
111 return section_load_list->GetSectionLoadAddress(section_sp); in GetSectionLoadAddress()
119 SectionLoadList *section_load_list = in ResolveLoadAddress() local
121 return section_load_list->ResolveLoadAddress(load_addr, so_addr); in ResolveLoadAddress()
129 SectionLoadList *section_load_list = in SetSectionLoadAddress() local
131 return section_load_list->SetSectionLoadAddress(section_sp, load_addr, in SetSectionLoadAddress()
140 SectionLoadList *section_load_list = in SetSectionUnloaded() local
142 return section_load_list->SetSectionUnloaded(section_sp); in SetSectionUnloaded()
150 SectionLoadList *section_load_list = in SetSectionUnloaded() local
152 return section_load_list->SetSectionUnloaded(section_sp, load_addr); in SetSectionUnloaded()