Home | History | Annotate | Download | only in AArch64

Lines Matching refs:file_format

93     ELFFileFormat* file_format = getOutputFormat();
96 LDSection& got = file_format->getGOT();
108 LDSection& gotplt = file_format->getGOTPLT();
114 LDSection& plt = file_format->getPLT();
118 LDSection& relaplt = file_format->getRelaPlt();
123 LDSection& reladyn = file_format->getRelaDyn();
227 ELFFileFormat* file_format = getOutputFormat();
232 file_format->getRelaDyn().setSize(
240 file_format->getRelaPlt().setSize(
248 const ELFFileFormat *file_format = getOutputFormat();
251 if (file_format->hasPLT()) {
258 if ((config().options().hasNow() && file_format->hasGOT()) ||
259 file_format->hasGOTPLT()) {
262 m_pGOTPLT->applyGOT0(file_format->getDynamic().addr());
287 const ELFFileFormat* file_format = getOutputFormat();
289 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
294 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) {
299 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) {
311 const ELFFileFormat* file_format = getOutputFormat();
313 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
319 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT()))
322 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))