Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp91 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() local
94 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() local
220 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 …]
DAArch64Relocator.cpp110 ELFFileFormat* file_format = getTarget().getOutputFormat(); in defineSymbolforCopyReloc() local
112 bss_sect_hdr = &file_format->getTBSS(); in defineSymbolforCopyReloc()
114 bss_sect_hdr = &file_format->getBSS(); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp234 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder() local
236 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() local
350 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 …]
DX86Relocator.cpp207 ELFFileFormat* file_format = pTarget.getOutputFormat(); in defineSymbolforCopyReloc() local
209 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() local
399 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() local
1010 Relocator::Address GOT_OFF = file_format->getGOT().addr() + in tls_gd()
1012 file_format->getGOTPLT().addr(); in tls_gd()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp266 ELFFileFormat* file_format = getOutputFormat(); in initStandardSymbols() local
271 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 …]
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp175 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() local
178 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() local
310 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() local
329 if (file_format->hasPLT()) { in doPostLayout()
[all …]
DARMRelocator.cpp341 ELFFileFormat* file_format = getTarget().getOutputFormat(); in defineSymbolforCopyReloc() local
343 bss_sect_hdr = &file_format->getTBSS(); in defineSymbolforCopyReloc()
345 bss_sect_hdr = &file_format->getBSS(); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp280 ELFFileFormat* file_format = getOutputFormat(); in setRelaDynSize() local
281 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() * in setRelaDynSize()
286 ELFFileFormat* file_format = getOutputFormat(); in setRelaPLTSize() local
287 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() * in setRelaPLTSize()
375 const ELFFileFormat* file_format = getOutputFormat(); in getTargetSectionOrder() local
378 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() local
409 LDSection& got = file_format->getGOT(); in initTargetSections()
[all …]
DHexagonRelocator.cpp412 ELFFileFormat* file_format = pTarget.getOutputFormat(); in defineSymbolforCopyReloc() local
414 bss_sect_hdr = &file_format->getTBSS(); in defineSymbolforCopyReloc()
416 bss_sect_hdr = &file_format->getBSS(); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp101 ELFFileFormat* file_format = getOutputFormat(); in initTargetSections() local
104 LDSection& relplt = file_format->getRelPlt(); in initTargetSections()
108 LDSection& reldyn = file_format->getRelDyn(); in initTargetSections()
208 ELFFileFormat* file_format = getOutputFormat(); in doPreLayout() local
215 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() local
266 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 …]