Lines Matching refs:section_list
675 SectionList *section_list = GetSectionList(); in SetLoadAddress() local
676 if (section_list) { in SetLoadAddress()
684 const size_t num_sections = section_list->GetSize(); in SetLoadAddress()
690 SectionSP section_sp(section_list->GetSectionAtIndex(sect_idx)); in SetLoadAddress()
829 SectionList *section_list = GetSectionList(); in GetImageInfoAddress() local
830 if (!section_list) in GetImageInfoAddress()
835 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true)); in GetImageInfoAddress()
898 SectionList *section_list = GetSectionList(); in GetEntryPointAddress() local
901 if (!section_list) in GetEntryPointAddress()
904 m_entry_point_address.ResolveAddressUsingFileSections(offset, section_list); in GetEntryPointAddress()
930 SectionList *section_list = GetSectionList(); in ParseDependentModules() local
931 if (!section_list) in ParseDependentModules()
936 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true) in ParseDependentModules()
947 Section *dynstr = section_list->FindSectionByID(header->sh_link).get(); in ParseDependentModules()
1985 SectionList *section_list, in ParseSymbols() argument
2061 symbol_section_sp = section_list->FindSectionByID(shndx); in ParseSymbols()
2240 section_list->AddSection(symbol_section_sp); in ParseSymbols()
2248 module_section_list != section_list) { in ParseSymbols()
2329 SectionList *section_list = m_sections_up.get(); in ParseSymbolTable() local
2330 if (!section_list) in ParseSymbolTable()
2340 Section *strtab = section_list->FindSectionByID(strtab_id).get(); in ParseSymbolTable()
2352 return ParseSymbols(symbol_table, start_id, section_list, num_symbols, in ParseSymbolTable()
2364 SectionList *section_list = GetSectionList(); in ParseDynamicSymbols() local
2365 if (!section_list) in ParseDynamicSymbols()
2370 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true) in ParseDynamicSymbols()
2554 SectionList *section_list = m_sections_up.get(); in ParseTrampolineSymbols() local
2555 if (!section_list) in ParseTrampolineSymbols()
2558 Section *rel_section = section_list->FindSectionByID(rel_id).get(); in ParseTrampolineSymbols()
2562 SectionSP plt_section_sp(section_list->FindSectionByID(plt_id)); in ParseTrampolineSymbols()
2566 Section *symtab = section_list->FindSectionByID(symtab_id).get(); in ParseTrampolineSymbols()
2571 Section *strtab = section_list->FindSectionByID(sym_hdr->sh_link).get(); in ParseTrampolineSymbols()
2700 SectionList *section_list = GetSectionList(); in RelocateDebugSections() local
2701 if (!section_list) in RelocateDebugSections()
2715 Section *rel = section_list->FindSectionByID(rel_id).get(); in RelocateDebugSections()
2719 Section *symtab = section_list->FindSectionByID(symtab_id).get(); in RelocateDebugSections()
2723 Section *debug = section_list->FindSectionByID(debug_id).get(); in RelocateDebugSections()
2757 SectionList *section_list = module_sp->GetSectionList(); in ParseSymtab() local
2758 if (!section_list) in ParseSymtab()
2769 section_list->FindSectionByType(eSectionTypeELFSymbolTable, true).get(); in ParseSymtab()
2782 section_list->FindSectionByType(eSectionTypeELFDynamicSymbols, true) in ParseSymtab()
2802 section_list->FindSectionContainingFileAddress(addr).get(); in ParseSymtab()
2911 SectionList *section_list = GetSectionList(); in ParseUnwindSymbols() local
2912 if (!section_list) in ParseUnwindSymbols()
2935 section_list->FindSectionContainingFileAddress(file_addr); in ParseUnwindSymbols()
2998 SectionList *section_list = GetSectionList(); in Dump() local
2999 if (section_list) in Dump()
3000 section_list->Dump(s->AsRawOstream(), s->GetIndentLevel(), nullptr, true, in Dump()