Lines Matching defs:section_list
226 static void updateSectionLoadAddress(const SectionList §ion_list,
231 const uint32_t num_sections = section_list.GetSize();
233 SectionSP section_sp(section_list.GetSectionAtIndex(i));
340 const SectionList *section_list = image_object_file->GetSectionList();
341 if (section_list) {
345 updateSectionLoadAddress(*section_list, target, symbolfile_addr,
374 const SectionList *section_list = image_object_file->GetSectionList();
375 if (section_list) {
376 const uint32_t num_sections = section_list->GetSize();
378 SectionSP section_sp(section_list->GetSectionAtIndex(i));