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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp173 const ELFFileFormat* FileFormat = getOutputFormat(); local
174 assert(FileFormat &&
180 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
202 else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) {
205 else if (FileFormat->hasGOTPLT() &&
206 (&pSection == &(FileFormat->getGOTPLT()))) {
207 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
530 const ELFFileFormat* FileFormat) cons
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp147 const ELFFileFormat* FileFormat = getOutputFormat(); local
153 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
177 else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) {
181 else if (FileFormat->hasGOTPLT() &&
182 (&pSection == &(FileFormat->getGOTPLT()))) {
183 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
378 const ELFFileFormat* FileFormat) const
381 m_pGOTPLT->applyGOT0(FileFormat
[all...]

Completed in 154 milliseconds