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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp95 ELFFileFormat* file_format = getOutputFormat(); local
98 LDSection& got = file_format->getGOT();
102 LDSection& plt = file_format->getPLT();
106 LDSection& relplt = file_format->getRelPlt();
112 LDSection& reldyn = file_format->getRelDyn();
223 ELFFileFormat* file_format = getOutputFormat(); local
228 file_format->getRelDyn().setSize(
236 file_format->getRelPlt().setSize(
244 const ELFFileFormat *file_format = getOutputFormat(); local
247 if (file_format
317 const ELFFileFormat* file_format = getOutputFormat(); local
495 const ELFFileFormat* file_format = getOutputFormat(); local
521 ELFFileFormat* file_format = getOutputFormat(); local
[all...]
H A DARMRelocator.cpp100 ELFFileFormat* file_format = getTarget().getOutputFormat(); local
102 bss_sect_hdr = &file_format->getTBSS();
104 bss_sect_hdr = &file_format->getBSS();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp251 const ELFFileFormat* file_format = getOutputFormat(); local
253 if (&pSectHdr == &file_format->getGOT()) {
259 if (&pSectHdr == &file_format->getGOTPLT()) {
265 if (&pSectHdr == &file_format->getPLT())
327 ELFFileFormat* file_format = getOutputFormat(); local
329 LDSection& got = file_format->getGOT();
333 LDSection& gotplt = file_format->getGOTPLT();
337 LDSection& plt = file_format->getPLT();
343 LDSection& relplt = file_format->getRelPlt();
348 LDSection& reldyn = file_format
380 ELFFileFormat* file_format = getOutputFormat(); local
387 ELFFileFormat* file_format = getOutputFormat(); local
497 ELFFileFormat* file_format = getOutputFormat(); local
504 ELFFileFormat* file_format = getOutputFormat(); local
513 ELFFileFormat* file_format = getOutputFormat(); local
[all...]
H A DX86Relocator.cpp108 ELFFileFormat* file_format = pTarget.getOutputFormat(); local
110 bss_sect_hdr = &file_format->getTBSS();
112 bss_sect_hdr = &file_format->getBSS();
282 ELFFileFormat* file_format = getTarget().getOutputFormat(); local
285 if (&file_format->getTData() == sym_sect) {
289 else if (&file_format->getTBSS() == sym_sect || rsym->isCommon()) {
972 ELFFileFormat* file_format = pParent.getTarget().getOutputFormat(); local
998 if (&file_format->getTData() == sym_sect)
1017 file_format->getGOT().addr() +
1019 file_format
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp58 ELFFileFormat* file_format = getOutputFormat(); local
61 LDSection& got = file_format->getGOT();
65 LDSection& reldyn = file_format->getRelDyn();
131 ELFFileFormat* file_format = getOutputFormat(); local
136 file_format->getRelDyn().setSize(
167 const ELFFileFormat* file_format = getOutputFormat(); local
169 if (&pSection == &(file_format->getGOT())) {
248 const ELFFileFormat* file_format = getOutputFormat(); local
250 if (&pSectHdr == &file_format->getGOT())
283 ELFFileFormat* file_format local
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp259 ELFFileFormat* file_format = getOutputFormat(); local
264 if (file_format->hasPreInitArray()) {
266 file_format->getPreInitArray().getSectionData()->front(),
295 if (file_format->hasInitArray()) {
297 file_format->getInitArray().getSectionData()->front(),
327 if (file_format->hasFiniArray()) {
329 file_format->getFiniArray().getSectionData()->front(),
359 if (file_format->hasStack()) {
361 file_format->getStack().getSectionData()->front(),
503 ELFFileFormat* file_format
758 ELFFileFormat* file_format = getOutputFormat(); local
953 ELFFileFormat* file_format = getOutputFormat(); local
1019 ELFFileFormat* file_format = getOutputFormat(); local
1137 ELFFileFormat* file_format = getOutputFormat(); local
1176 ELFFileFormat* file_format = getOutputFormat(); local
1348 const ELFFileFormat* file_format = getOutputFormat(); local
1568 ELFFileFormat* file_format = getOutputFormat(); local
1676 ELFFileFormat *file_format = getOutputFormat(); local
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp294 ELFFileFormat* file_format = getOutputFormat(); local
295 file_format->getRelaDyn().setSize
301 ELFFileFormat* file_format = getOutputFormat(); local
302 file_format->getRelaPlt().setSize
395 const ELFFileFormat* file_format = getOutputFormat(); local
398 if (&pSectHdr == &file_format->getGOT()) {
404 if (&pSectHdr == &file_format->getGOTPLT()) {
410 if (&pSectHdr == &file_format->getPLT())
429 ELFFileFormat* file_format = getOutputFormat(); local
431 LDSection& got = file_format
572 ELFFileFormat* file_format = getOutputFormat(); local
755 ELFFileFormat* file_format = getOutputFormat(); local
[all...]
H A DHexagonRelocator.cpp239 ELFFileFormat* file_format = pTarget.getOutputFormat(); local
241 bss_sect_hdr = &file_format->getTBSS();
243 bss_sect_hdr = &file_format->getBSS();

Completed in 279 milliseconds