Lines Matching refs:ObjFile
52 static ArrayRef<uint8_t> getSectionContents(ObjFile<ELFT> &file, in getSectionContents()
139 InputSectionBase::InputSectionBase(ObjFile<ELFT> &file, in InputSectionBase()
364 InputSection::InputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header, in InputSection()
415 const ObjFile<ELFT> *file = getFile<ELFT>(); in copyRelocations()
1300 EhInputSection::EhInputSection(ObjFile<ELFT> &f, in EhInputSection()
1404 MergeInputSection::MergeInputSection(ObjFile<ELFT> &f, in MergeInputSection()
1452 template InputSection::InputSection(ObjFile<ELF32LE> &, const ELF32LE::Shdr &,
1454 template InputSection::InputSection(ObjFile<ELF32BE> &, const ELF32BE::Shdr &,
1456 template InputSection::InputSection(ObjFile<ELF64LE> &, const ELF64LE::Shdr &,
1458 template InputSection::InputSection(ObjFile<ELF64BE> &, const ELF64BE::Shdr &,
1471 template MergeInputSection::MergeInputSection(ObjFile<ELF32LE> &,
1473 template MergeInputSection::MergeInputSection(ObjFile<ELF32BE> &,
1475 template MergeInputSection::MergeInputSection(ObjFile<ELF64LE> &,
1477 template MergeInputSection::MergeInputSection(ObjFile<ELF64BE> &,
1480 template EhInputSection::EhInputSection(ObjFile<ELF32LE> &,
1482 template EhInputSection::EhInputSection(ObjFile<ELF32BE> &,
1484 template EhInputSection::EhInputSection(ObjFile<ELF64LE> &,
1486 template EhInputSection::EhInputSection(ObjFile<ELF64BE> &,