Lines Matching defs:sect_list
672 SectionList *sect_list = GetSectionList();
673 if (!sect_list)
676 return Address(GetFileAddress(rva), sect_list);
770 SectionList *sect_list = GetSectionList();
771 rva_symbol_list_t sorted_exports = AppendFromExportTable(sect_list, symtab);
772 AppendFromCOFFSymbolTable(sect_list, symtab, sorted_exports);
781 SectionList *sect_list, Symtab &symtab,
809 sect_list->FindSectionByID(section_number), coff_sym_ref.getValue());
848 ObjectFilePECOFF::AppendFromExportTable(SectionList *sect_list,
920 Address(m_coff_header_opt.image_base + function_rva, sect_list);