HomeSort by relevance Sort by last modified time
    Searched refs:file_format (Results 1 - 12 of 12) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 86 ELFFileFormat* file_format = getOutputFormat(); local
89 LDSection& got = file_format->getGOT();
100 LDSection& gotplt = file_format->getGOTPLT();
106 LDSection& plt = file_format->getPLT();
110 LDSection& relaplt = file_format->getRelaPlt();
115 LDSection& reladyn = file_format->getRelaDyn();
209 ELFFileFormat* file_format = getOutputFormat(); local
215 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() *
224 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() *
231 const ELFFileFormat* file_format = getOutputFormat() local
267 const ELFFileFormat* file_format = getOutputFormat(); local
290 const ELFFileFormat* file_format = getOutputFormat(); local
    [all...]
AArch64Relocator.cpp 108 ELFFileFormat* file_format = getTarget().getOutputFormat(); local
110 bss_sect_hdr = &file_format->getTBSS();
112 bss_sect_hdr = &file_format->getBSS();
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 234 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->getGOTPLT()
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...]
X86Relocator.cpp 207 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()) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 107 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();
236 ELFFileFormat* file_format = getOutputFormat(); local
242 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() *
251 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() *
258 const ELFFileFormat* file_format = getOutputFormat(); local
261 if (file_format->hasPLT())
325 const ELFFileFormat* file_format = getOutputFormat(); local
618 const ELFFileFormat* file_format = getOutputFormat(); local
653 ELFFileFormat* file_format = getOutputFormat(); local
    [all...]
ARMRelocator.cpp 341 ELFFileFormat* file_format = getTarget().getOutputFormat(); local
343 bss_sect_hdr = &file_format->getTBSS();
345 bss_sect_hdr = &file_format->getBSS();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 279 ELFFileFormat* file_format = getOutputFormat(); local
280 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() *
285 ELFFileFormat* file_format = getOutputFormat(); local
286 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() *
374 const ELFFileFormat* file_format = getOutputFormat(); local
377 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
383 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
389 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())
406 ELFFileFormat* file_format = getOutputFormat(); local
549 ELFFileFormat* file_format = getOutputFormat(); local
728 ELFFileFormat* file_format = getOutputFormat(); local
    [all...]
HexagonRelocator.cpp 412 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/Mips/
MipsLDBackend.cpp 93 ELFFileFormat* file_format = getOutputFormat();
96 LDSection& relplt = file_format->getRelPlt();
100 LDSection& reldyn = file_format->getRelDyn();
186 ELFFileFormat* file_format = getOutputFormat(); local
193 file_format->getRelPlt().setSize(m_pRelPlt->numOfRelocs() *
202 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() *
254 const ELFFileFormat* file_format = getOutputFormat(); local
256 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) {
260 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT())))
441 const ELFFileFormat* file_format = getOutputFormat(); local
479 ELFFileFormat* file_format = getOutputFormat(); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 266 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 = getOutputFormat()
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...]
  /external/sqlite/dist/orig/
sqlite3.c 10895 u8 file_format; \/* Schema format version for this file *\/ member in struct:Schema
64500 const int file_format = 1; local
73444 int file_format; \/* File format to use for encoding *\/ local
    [all...]
  /external/sqlite/dist/
sqlite3.c 10895 u8 file_format; \/* Schema format version for this file *\/ member in struct:Schema
64518 const int file_format = 1; local
73462 int file_format; \/* File format to use for encoding *\/ local
    [all...]

Completed in 486 milliseconds