Lines Matching refs:ObjFile
44 static ArrayRef<uint8_t> getSectionContents(ObjFile<ELFT> &file, in getSectionContents()
89 InputSectionBase::InputSectionBase(ObjFile<ELFT> &file, in InputSectionBase()
319 InputSection::InputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header, in InputSection()
363 const ObjFile<ELFT> *file = getFile<ELFT>(); in copyRelocations()
1144 EhInputSection::EhInputSection(ObjFile<ELFT> &f, in EhInputSection()
1269 MergeInputSection::MergeInputSection(ObjFile<ELFT> &f, in MergeInputSection()
1308 template InputSection::InputSection(ObjFile<ELF32LE> &, const ELF32LE::Shdr &,
1310 template InputSection::InputSection(ObjFile<ELF32BE> &, const ELF32BE::Shdr &,
1312 template InputSection::InputSection(ObjFile<ELF64LE> &, const ELF64LE::Shdr &,
1314 template InputSection::InputSection(ObjFile<ELF64BE> &, const ELF64BE::Shdr &,
1327 template MergeInputSection::MergeInputSection(ObjFile<ELF32LE> &,
1329 template MergeInputSection::MergeInputSection(ObjFile<ELF32BE> &,
1331 template MergeInputSection::MergeInputSection(ObjFile<ELF64LE> &,
1333 template MergeInputSection::MergeInputSection(ObjFile<ELF64BE> &,
1336 template EhInputSection::EhInputSection(ObjFile<ELF32LE> &,
1338 template EhInputSection::EhInputSection(ObjFile<ELF32BE> &,
1340 template EhInputSection::EhInputSection(ObjFile<ELF64LE> &,
1342 template EhInputSection::EhInputSection(ObjFile<ELF64BE> &,