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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp91 ELFFileFormat* file_format = getOutputFormat(); local
94 LDSection& got = file_format->getGOT();
105 LDSection& gotplt = file_format->getGOTPLT();
111 LDSection& plt = file_format->getPLT();
115 LDSection& relaplt = file_format->getRelaPlt();
120 LDSection& reladyn = file_format->getRelaDyn();
214 ELFFileFormat* file_format = getOutputFormat(); local
220 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() *
229 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() *
236 const ELFFileFormat* file_format local
272 const ELFFileFormat* file_format = getOutputFormat(); local
294 const ELFFileFormat* file_format = getOutputFormat(); local
375 ELFFileFormat* file_format = getOutputFormat(); local
[all...]
H A DAArch64Relocator.cpp110 ELFFileFormat* file_format = getTarget().getOutputFormat(); local
112 bss_sect_hdr = &file_format->getTBSS();
114 bss_sect_hdr = &file_format->getBSS();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp234 const ELFFileFormat* file_format = getOutputFormat(); local
236 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
242 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
248 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
348 ELFFileFormat* file_format = getOutputFormat(); local
350 LDSection& got = file_format->getGOT();
354 LDSection& gotplt = file_format
444 ELFFileFormat* file_format = getOutputFormat(); local
450 ELFFileFormat* file_format = getOutputFormat(); local
601 ELFFileFormat* file_format = getOutputFormat(); local
607 ELFFileFormat* file_format = getOutputFormat(); local
615 ELFFileFormat* file_format = getOutputFormat(); local
[all...]
H A DX86Relocator.cpp207 ELFFileFormat* file_format = pTarget.getOutputFormat(); local
209 bss_sect_hdr = &file_format->getTBSS();
211 bss_sect_hdr = &file_format->getBSS();
395 ELFFileFormat* file_format = getTarget().getOutputFormat();
399 if (&file_format->getTData() == sym_sect) {
404 } else if (&file_format->getTBSS() == sym_sect || rsym->isCommon()) {
994 ELFFileFormat* file_format = pParent.getTarget().getOutputFormat();
1010 Relocator::Address GOT_OFF = file_format->getGOT().addr() +
1012 file_format->getGOTPLT().addr();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp175 ELFFileFormat* file_format = getOutputFormat(); local
178 LDSection& got = file_format->getGOT();
182 LDSection& plt = file_format->getPLT();
186 LDSection& relplt = file_format->getRelPlt();
192 LDSection& reldyn = file_format->getRelDyn();
304 ELFFileFormat* file_format = getOutputFormat(); local
310 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() *
319 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() *
326 const ELFFileFormat* file_format = getOutputFormat(); local
329 if (file_format
393 const ELFFileFormat* file_format = getOutputFormat(); local
689 const ELFFileFormat* file_format = getOutputFormat(); local
822 ELFFileFormat* file_format = getOutputFormat(); local
[all...]
H A DARMRelocator.cpp341 ELFFileFormat* file_format = getTarget().getOutputFormat(); local
343 bss_sect_hdr = &file_format->getTBSS();
345 bss_sect_hdr = &file_format->getBSS();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp280 ELFFileFormat* file_format = getOutputFormat(); local
281 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() *
286 ELFFileFormat* file_format = getOutputFormat(); local
287 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() *
375 const ELFFileFormat* file_format = getOutputFormat(); local
378 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
384 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
390 if (file_format
407 ELFFileFormat* file_format = getOutputFormat(); local
550 ELFFileFormat* file_format = getOutputFormat(); local
759 ELFFileFormat* file_format = getOutputFormat(); local
[all...]
H A DHexagonRelocator.cpp412 ELFFileFormat* file_format = pTarget.getOutputFormat(); local
414 bss_sect_hdr = &file_format->getTBSS();
416 bss_sect_hdr = &file_format->getBSS();
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp266 ELFFileFormat* file_format = getOutputFormat(); local
271 if (file_format->hasPreInitArray()) {
273 file_format->getPreInitArray().getSectionData()->front(), 0x0);
302 if (file_format->hasInitArray()) {
304 file_format->getInitArray().getSectionData()->front(), 0x0);
333 if (file_format->hasFiniArray()) {
335 file_format->getFiniArray().getSectionData()->front(), 0x0);
364 if (file_format->hasStack()) {
366 file_format->getStack().getSectionData()->front(), 0x0);
494 ELFFileFormat* file_format
757 ELFFileFormat* file_format = getOutputFormat(); local
916 ELFFileFormat* file_format = getOutputFormat(); local
984 ELFFileFormat* file_format = getOutputFormat(); local
1101 ELFFileFormat* file_format = getOutputFormat(); local
1139 ELFFileFormat* file_format = getOutputFormat(); local
1306 const ELFFileFormat* file_format = getOutputFormat(); local
1516 ELFFileFormat* file_format = getOutputFormat(); local
1740 ELFFileFormat* file_format = getOutputFormat(); local
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp101 ELFFileFormat* file_format = getOutputFormat();
104 LDSection& relplt = file_format->getRelPlt();
108 LDSection& reldyn = file_format->getRelDyn();
208 ELFFileFormat* file_format = getOutputFormat(); local
215 file_format->getRelPlt().setSize(m_pRelPlt->numOfRelocs() *
224 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() *
264 const ELFFileFormat* file_format = getOutputFormat(); local
266 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) {
270 if (file_format
550 const ELFFileFormat* file_format = getOutputFormat(); local
594 ELFFileFormat* file_format = getOutputFormat(); local
[all...]

Completed in 220 milliseconds