Lines Matching refs:ObjFile
45 static ArrayRef<uint8_t> getSectionContents(ObjFile<ELFT> &file, in getSectionContents()
90 InputSectionBase::InputSectionBase(ObjFile<ELFT> &file, in InputSectionBase()
322 InputSection::InputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header, in InputSection()
368 const ObjFile<ELFT> &file; in copyRelocations()
399 const ObjFile<ELFT> *file = getFile<ELFT>(); in copyRelocations()
1225 EhInputSection::EhInputSection(ObjFile<ELFT> &f, in EhInputSection()
1350 MergeInputSection::MergeInputSection(ObjFile<ELFT> &f, in MergeInputSection()
1389 template InputSection::InputSection(ObjFile<ELF32LE> &, const ELF32LE::Shdr &,
1391 template InputSection::InputSection(ObjFile<ELF32BE> &, const ELF32BE::Shdr &,
1393 template InputSection::InputSection(ObjFile<ELF64LE> &, const ELF64LE::Shdr &,
1395 template InputSection::InputSection(ObjFile<ELF64BE> &, const ELF64BE::Shdr &,
1408 template MergeInputSection::MergeInputSection(ObjFile<ELF32LE> &,
1410 template MergeInputSection::MergeInputSection(ObjFile<ELF32BE> &,
1412 template MergeInputSection::MergeInputSection(ObjFile<ELF64LE> &,
1414 template MergeInputSection::MergeInputSection(ObjFile<ELF64BE> &,
1417 template EhInputSection::EhInputSection(ObjFile<ELF32LE> &,
1419 template EhInputSection::EhInputSection(ObjFile<ELF32BE> &,
1421 template EhInputSection::EhInputSection(ObjFile<ELF64LE> &,
1423 template EhInputSection::EhInputSection(ObjFile<ELF64BE> &,