Searched defs:FileFormat (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp164 const ELFFileFormat* FileFormat = getOutputFormat(); local
165 assert(FileFormat &&
171 if (&pSection == &(FileFormat->getPLT())) {
196 else if (&pSection == &(FileFormat->getGOT())) {
200 else if (&pSection == &(FileFormat->getGOTPLT())) {
201 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
428 const ELFFileFormat* FileFormat) const
431 m_pGOTPLT->applyGOT0(FileFormat->getDynamic().addr());
576 const ELFFileFormat* FileFormat) const
579 m_pGOTPLT->applyGOT0(FileFormat
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp140 const ELFFileFormat* FileFormat = getOutputFormat(); local
146 if (&pSection == &(FileFormat->getPLT())) {
171 else if (&pSection == &(FileFormat->getGOT())) {
175 else if (&pSection == &(FileFormat->getGOTPLT())) {
176 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
370 const ELFFileFormat* FileFormat) const
373 m_pGOTPLT->applyGOT0(FileFormat->getDynamic().addr());

Completed in 355 milliseconds