Lines Matching refs:ObjFile
45 static ArrayRef<uint8_t> getSectionContents(ObjFile<ELFT> &file, in getSectionContents()
90 InputSectionBase::InputSectionBase(ObjFile<ELFT> &file, in InputSectionBase()
306 InputSection::InputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header, in InputSection()
350 const ObjFile<ELFT> *file = getFile<ELFT>(); in copyRelocations()
1253 EhInputSection::EhInputSection(ObjFile<ELFT> &f, in EhInputSection()
1387 MergeInputSection::MergeInputSection(ObjFile<ELFT> &f, in MergeInputSection()
1426 template InputSection::InputSection(ObjFile<ELF32LE> &, const ELF32LE::Shdr &,
1428 template InputSection::InputSection(ObjFile<ELF32BE> &, const ELF32BE::Shdr &,
1430 template InputSection::InputSection(ObjFile<ELF64LE> &, const ELF64LE::Shdr &,
1432 template InputSection::InputSection(ObjFile<ELF64BE> &, const ELF64BE::Shdr &,
1445 template MergeInputSection::MergeInputSection(ObjFile<ELF32LE> &,
1447 template MergeInputSection::MergeInputSection(ObjFile<ELF32BE> &,
1449 template MergeInputSection::MergeInputSection(ObjFile<ELF64LE> &,
1451 template MergeInputSection::MergeInputSection(ObjFile<ELF64BE> &,
1454 template EhInputSection::EhInputSection(ObjFile<ELF32LE> &,
1456 template EhInputSection::EhInputSection(ObjFile<ELF32BE> &,
1458 template EhInputSection::EhInputSection(ObjFile<ELF64LE> &,
1460 template EhInputSection::EhInputSection(ObjFile<ELF64BE> &,