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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp93 ELFFileFormat* file_format = getOutputFormat(); local
96 LDSection& got = file_format->getGOT();
108 LDSection& gotplt = file_format->getGOTPLT();
114 LDSection& plt = file_format->getPLT();
118 LDSection& relaplt = file_format->getRelaPlt();
123 LDSection& reladyn = file_format->getRelaDyn();
227 ELFFileFormat* file_format = getOutputFormat(); local
232 file_format->getRelaDyn().setSize(
240 file_format->getRelaPlt().setSize(
248 const ELFFileFormat *file_format local
287 const ELFFileFormat* file_format = getOutputFormat(); local
311 const ELFFileFormat* file_format = getOutputFormat(); local
[all...]
H A DAArch64Relocator.cpp114 ELFFileFormat* file_format = getTarget().getOutputFormat(); local
116 bss_sect_hdr = &file_format->getTBSS();
118 bss_sect_hdr = &file_format->getBSS();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp256 const ELFFileFormat* file_format = getOutputFormat(); local
258 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
264 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
270 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
377 ELFFileFormat* file_format = getOutputFormat(); local
379 LDSection& got = file_format->getGOT();
383 LDSection& gotplt = file_format
482 ELFFileFormat* file_format = getOutputFormat(); local
489 ELFFileFormat* file_format = getOutputFormat(); local
652 ELFFileFormat* file_format = getOutputFormat(); local
659 ELFFileFormat* file_format = getOutputFormat(); local
668 ELFFileFormat* file_format = getOutputFormat(); local
[all...]
H A DX86Relocator.cpp230 ELFFileFormat* file_format = pTarget.getOutputFormat(); local
232 bss_sect_hdr = &file_format->getTBSS();
234 bss_sect_hdr = &file_format->getBSS();
432 ELFFileFormat* file_format = getTarget().getOutputFormat();
436 if (&file_format->getTData() == sym_sect) {
442 else if (&file_format->getTBSS() == sym_sect || rsym->isCommon()) {
1025 ELFFileFormat* file_format = pParent.getTarget().getOutputFormat();
1041 file_format->getGOT().addr() +
1043 file_format->getGOTPLT().addr();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp107 ELFFileFormat* file_format = getOutputFormat(); local
110 LDSection& got = file_format->getGOT();
114 LDSection& plt = file_format->getPLT();
118 LDSection& relplt = file_format->getRelPlt();
124 LDSection& reldyn = file_format->getRelDyn();
244 ELFFileFormat* file_format = getOutputFormat(); local
249 file_format->getRelDyn().setSize(
257 file_format->getRelPlt().setSize(
265 const ELFFileFormat *file_format = getOutputFormat(); local
268 if (file_format
338 const ELFFileFormat* file_format = getOutputFormat(); local
587 const ELFFileFormat* file_format = getOutputFormat(); local
613 ELFFileFormat* file_format = getOutputFormat(); local
[all...]
H A DARMRelocator.cpp392 ELFFileFormat* file_format = getTarget().getOutputFormat(); local
394 bss_sect_hdr = &file_format->getTBSS();
396 bss_sect_hdr = &file_format->getBSS();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp301 ELFFileFormat* file_format = getOutputFormat(); local
302 file_format->getRelaDyn().setSize
308 ELFFileFormat* file_format = getOutputFormat(); local
309 file_format->getRelaPlt().setSize
403 const ELFFileFormat* file_format = getOutputFormat(); local
406 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
412 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
418 if (file_format
437 ELFFileFormat* file_format = getOutputFormat(); local
582 ELFFileFormat* file_format = getOutputFormat(); local
769 ELFFileFormat* file_format = getOutputFormat(); local
[all...]
H A DHexagonRelocator.cpp402 ELFFileFormat *file_format = pTarget.getOutputFormat(); local
404 bss_sect_hdr = &file_format->getTBSS();
406 bss_sect_hdr = &file_format->getBSS();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp99 ELFFileFormat* file_format = getOutputFormat();
102 LDSection& relplt = file_format->getRelPlt();
106 LDSection& reldyn = file_format->getRelDyn();
196 ELFFileFormat* file_format = getOutputFormat(); local
202 file_format->getRelPlt().setSize(
210 file_format->getRelDyn().setSize(
267 const ELFFileFormat* file_format = getOutputFormat(); local
269 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) {
273 if (file_format
486 const ELFFileFormat* file_format = getOutputFormat(); local
527 ELFFileFormat* file_format = getOutputFormat(); local
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp279 ELFFileFormat* file_format = getOutputFormat(); local
284 if (file_format->hasPreInitArray()) {
286 file_format->getPreInitArray().getSectionData()->front(),
315 if (file_format->hasInitArray()) {
317 file_format->getInitArray().getSectionData()->front(),
347 if (file_format->hasFiniArray()) {
349 file_format->getFiniArray().getSectionData()->front(),
379 if (file_format->hasStack()) {
381 file_format->getStack().getSectionData()->front(),
523 ELFFileFormat* file_format
804 ELFFileFormat* file_format = getOutputFormat(); local
970 ELFFileFormat* file_format = getOutputFormat(); local
1038 ELFFileFormat* file_format = getOutputFormat(); local
1156 ELFFileFormat* file_format = getOutputFormat(); local
1195 ELFFileFormat* file_format = getOutputFormat(); local
1367 const ELFFileFormat* file_format = getOutputFormat(); local
1579 ELFFileFormat* file_format = getOutputFormat(); local
1827 ELFFileFormat *file_format = getOutputFormat(); local
[all...]

Completed in 364 milliseconds