Searched refs:file_format (Results 1 – 10 of 10) sorted by relevance
91 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() local94 LDSection& got = file_format->getGOT(); in initTargetSections()105 LDSection& gotplt = file_format->getGOTPLT(); in initTargetSections()111 LDSection& plt = file_format->getPLT(); in initTargetSections()115 LDSection& relaplt = file_format->getRelaPlt(); in initTargetSections()120 LDSection& reladyn = file_format->getRelaDyn(); in initTargetSections()214 ELFFileFormat* file_format = getOutputFormat(); in doPreLayout() local220 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() * in doPreLayout()229 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() * in doPreLayout()236 const ELFFileFormat* file_format = getOutputFormat(); in doPostLayout() local[all …]
110 ELFFileFormat* file_format = getTarget().getOutputFormat(); in defineSymbolforCopyReloc() local112 bss_sect_hdr = &file_format->getTBSS(); in defineSymbolforCopyReloc()114 bss_sect_hdr = &file_format->getBSS(); in defineSymbolforCopyReloc()
234 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder() local236 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) { in getTargetSectionOrder()242 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) { in getTargetSectionOrder()248 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()348 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() local350 LDSection& got = file_format->getGOT(); in initTargetSections()354 LDSection& gotplt = file_format->getGOTPLT(); in initTargetSections()358 LDSection& plt = file_format->getPLT(); in initTargetSections()363 LDSection& relplt = file_format->getRelPlt(); in initTargetSections()368 LDSection& reldyn = file_format->getRelDyn(); in initTargetSections()[all …]
207 ELFFileFormat* file_format = pTarget.getOutputFormat(); in defineSymbolforCopyReloc() local209 bss_sect_hdr = &file_format->getTBSS(); in defineSymbolforCopyReloc()211 bss_sect_hdr = &file_format->getBSS(); in defineSymbolforCopyReloc()395 ELFFileFormat* file_format = getTarget().getOutputFormat(); in scanLocalReloc() local399 if (&file_format->getTData() == sym_sect) { in scanLocalReloc()404 } else if (&file_format->getTBSS() == sym_sect || rsym->isCommon()) { in scanLocalReloc()994 ELFFileFormat* file_format = pParent.getTarget().getOutputFormat(); in tls_gd() local1010 Relocator::Address GOT_OFF = file_format->getGOT().addr() + in tls_gd()1012 file_format->getGOTPLT().addr(); in tls_gd()
266 ELFFileFormat* file_format = getOutputFormat(); in initStandardSymbols() local271 if (file_format->hasPreInitArray()) { in initStandardSymbols()273 file_format->getPreInitArray().getSectionData()->front(), 0x0); in initStandardSymbols()302 if (file_format->hasInitArray()) { in initStandardSymbols()304 file_format->getInitArray().getSectionData()->front(), 0x0); in initStandardSymbols()333 if (file_format->hasFiniArray()) { in initStandardSymbols()335 file_format->getFiniArray().getSectionData()->front(), 0x0); in initStandardSymbols()364 if (file_format->hasStack()) { in initStandardSymbols()366 file_format->getStack().getSectionData()->front(), 0x0); in initStandardSymbols()494 ELFFileFormat* file_format = getOutputFormat(); in finalizeStandardSymbols() local[all …]
175 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() local178 LDSection& got = file_format->getGOT(); in initTargetSections()182 LDSection& plt = file_format->getPLT(); in initTargetSections()186 LDSection& relplt = file_format->getRelPlt(); in initTargetSections()192 LDSection& reldyn = file_format->getRelDyn(); in initTargetSections()304 ELFFileFormat* file_format = getOutputFormat(); in doPreLayout() local310 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() * in doPreLayout()319 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() * in doPreLayout()326 const ELFFileFormat* file_format = getOutputFormat(); in doPostLayout() local329 if (file_format->hasPLT()) { in doPostLayout()[all …]
341 ELFFileFormat* file_format = getTarget().getOutputFormat(); in defineSymbolforCopyReloc() local343 bss_sect_hdr = &file_format->getTBSS(); in defineSymbolforCopyReloc()345 bss_sect_hdr = &file_format->getBSS(); in defineSymbolforCopyReloc()
280 ELFFileFormat* file_format = getOutputFormat(); in setRelaDynSize() local281 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() * in setRelaDynSize()286 ELFFileFormat* file_format = getOutputFormat(); in setRelaPLTSize() local287 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() * in setRelaPLTSize()375 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder() local378 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) { in getTargetSectionOrder()384 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) { in getTargetSectionOrder()390 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()407 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() local409 LDSection& got = file_format->getGOT(); in initTargetSections()[all …]
412 ELFFileFormat* file_format = pTarget.getOutputFormat(); in defineSymbolforCopyReloc() local414 bss_sect_hdr = &file_format->getTBSS(); in defineSymbolforCopyReloc()416 bss_sect_hdr = &file_format->getBSS(); in defineSymbolforCopyReloc()
101 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() local104 LDSection& relplt = file_format->getRelPlt(); in initTargetSections()108 LDSection& reldyn = file_format->getRelDyn(); in initTargetSections()208 ELFFileFormat* file_format = getOutputFormat(); in doPreLayout() local215 file_format->getRelPlt().setSize(m_pRelPlt->numOfRelocs() * in doPreLayout()224 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() * in doPreLayout()264 const ELFFileFormat* file_format = getOutputFormat(); in emitSectionData() local266 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) { in emitSectionData()270 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) { in emitSectionData()274 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) { in emitSectionData()[all …]