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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp525 const ELFFileFormat* FileFormat = getOutputFormat(pOutput); local
526 assert(FileFormat &&
532 if (&pSection == &(FileFormat->getPLT())) {
558 else if (&pSection == &(FileFormat->getGOT())) {
574 else if (&pSection == &(FileFormat->getGOTPLT())) {
576 m_pGOTPLT->applyGOT0(FileFormat->getDynamic().addr());

Completed in 55 milliseconds