Searched refs:file_format (Results 1 – 6 of 6) sorted by relevance
58 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() local61 LDSection& got = file_format->getGOT(); in initTargetSections()65 LDSection& reldyn = file_format->getRelDyn(); in initTargetSections()165 ELFFileFormat* file_format = getOutputFormat(); in doPreLayout() local170 file_format->getRelDyn().setSize( in doPreLayout()201 const ELFFileFormat* file_format = getOutputFormat(); in emitSectionData() local203 if (&pSection == &(file_format->getGOT())) { in emitSectionData()272 ELFFileFormat* file_format = getOutputFormat(); in sizeNamePools() local323 file_format->getDynSymTab().setSize(dynsym*sizeof(llvm::ELF::Elf32_Sym)); in sizeNamePools()325 file_format->getDynSymTab().setSize(dynsym*sizeof(llvm::ELF::Elf64_Sym)); in sizeNamePools()[all …]
162 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder() local164 if (&pSectHdr == &file_format->getGOT()) { in getTargetSectionOrder()170 if (&pSectHdr == &file_format->getPLT()) in getTargetSectionOrder()180 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() local182 LDSection& got = file_format->getGOT(); in initTargetSections()186 LDSection& plt = file_format->getPLT(); in initTargetSections()192 LDSection& relplt = file_format->getRelPlt(); in initTargetSections()197 LDSection& reldyn = file_format->getRelDyn(); in initTargetSections()
253 ELFFileFormat* file_format = getOutputFormat(); in initStandardSymbols() local258 if (file_format->hasPreInitArray()) { in initStandardSymbols()260 file_format->getPreInitArray().getSectionData()->front(), in initStandardSymbols()289 if (file_format->hasInitArray()) { in initStandardSymbols()291 file_format->getInitArray().getSectionData()->front(), in initStandardSymbols()321 if (file_format->hasFiniArray()) { in initStandardSymbols()323 file_format->getFiniArray().getSectionData()->front(), in initStandardSymbols()353 if (file_format->hasStack()) { in initStandardSymbols()355 file_format->getStack().getSectionData()->front(), in initStandardSymbols()497 ELFFileFormat* file_format = getOutputFormat(); in finalizeStandardSymbols() local[all …]
95 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() local98 LDSection& got = file_format->getGOT(); in initTargetSections()102 LDSection& plt = file_format->getPLT(); in initTargetSections()106 LDSection& relplt = file_format->getRelPlt(); in initTargetSections()112 LDSection& reldyn = file_format->getRelDyn(); in initTargetSections()221 ELFFileFormat* file_format = getOutputFormat(); in doPreLayout() local226 file_format->getRelDyn().setSize( in doPreLayout()234 file_format->getRelPlt().setSize( in doPreLayout()242 const ELFFileFormat *file_format = getOutputFormat(); in doPostLayout() local245 if (file_format->hasPLT()) { in doPostLayout()[all …]
178 ELFFileFormat* file_format = getOutputFormat(); in defineSymbolforCopyReloc() local180 bss_sect_hdr = &file_format->getTBSS(); in defineSymbolforCopyReloc()182 bss_sect_hdr = &file_format->getBSS(); in defineSymbolforCopyReloc()344 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder() local346 if (&pSectHdr == &file_format->getGOT()) { in getTargetSectionOrder()352 if (&pSectHdr == &file_format->getGOTPLT()) { in getTargetSectionOrder()358 if (&pSectHdr == &file_format->getPLT()) in getTargetSectionOrder()491 ELFFileFormat* file_format = getOutputFormat(); in scanLocalReloc() local494 if (&file_format->getTData() == sym_sect) { in scanLocalReloc()498 else if (&file_format->getTBSS() == sym_sect || rsym->isCommon()) { in scanLocalReloc()[all …]
411 ELFFileFormat* file_format = pParent.getTarget().getOutputFormat(); in tls_gd() local437 if (&file_format->getTData() == sym_sect) in tls_gd()456 file_format->getGOT().addr() + in tls_gd()458 file_format->getGOTPLT().addr(); in tls_gd()