Searched refs:FileFormat (Results 1 - 4 of 4) 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...]
H A DX86LDBackend.h130 const ELFFileFormat* FileFormat) const = 0;
187 const ELFFileFormat* FileFormat) const;
230 const ELFFileFormat* FileFormat) const;
/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...]
H A DHexagonLDBackend.h174 const ELFFileFormat* FileFormat) const;

Completed in 201 milliseconds