Home
last modified time | relevance | path

Searched refs:file_format (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp58 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() local
61 LDSection& got = file_format->getGOT(); in initTargetSections()
65 LDSection& reldyn = file_format->getRelDyn(); in initTargetSections()
165 ELFFileFormat* file_format = getOutputFormat(); in doPreLayout() local
170 file_format->getRelDyn().setSize( in doPreLayout()
201 const ELFFileFormat* file_format = getOutputFormat(); in emitSectionData() local
203 if (&pSection == &(file_format->getGOT())) { in emitSectionData()
272 ELFFileFormat* file_format = getOutputFormat(); in sizeNamePools() local
323 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 …]
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp162 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder() local
164 if (&pSectHdr == &file_format->getGOT()) { in getTargetSectionOrder()
170 if (&pSectHdr == &file_format->getPLT()) in getTargetSectionOrder()
180 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() local
182 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()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp253 ELFFileFormat* file_format = getOutputFormat(); in initStandardSymbols() local
258 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 …]
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp95 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() local
98 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() local
226 file_format->getRelDyn().setSize( in doPreLayout()
234 file_format->getRelPlt().setSize( in doPreLayout()
242 const ELFFileFormat *file_format = getOutputFormat(); in doPostLayout() local
245 if (file_format->hasPLT()) { in doPostLayout()
[all …]
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp178 ELFFileFormat* file_format = getOutputFormat(); in defineSymbolforCopyReloc() local
180 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() local
346 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() local
494 if (&file_format->getTData() == sym_sect) { in scanLocalReloc()
498 else if (&file_format->getTBSS() == sym_sect || rsym->isCommon()) { in scanLocalReloc()
[all …]
DX86Relocator.cpp411 ELFFileFormat* file_format = pParent.getTarget().getOutputFormat(); in tls_gd() local
437 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()