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

  /toolchain/binutils/binutils-2.25/bfd/
vms.h 70 enum file_format_enum file_format; member in struct:vms_rec_rd
  /toolchain/binutils/binutils-2.25/gprof/
gprof.c 72 File_Format file_format = FF_AUTO; variable
319 file_format = FF_AUTO;
322 file_format = FF_MAGIC;
325 file_format = FF_BSD;
328 file_format = FF_BSD44;
331 file_format = FF_PROF;
537 if (file_format == FF_PROF)
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 91 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 = getOutputFormat() local
272 const ELFFileFormat* file_format = getOutputFormat(); local
294 const ELFFileFormat* file_format = getOutputFormat(); local
375 ELFFileFormat* file_format = getOutputFormat(); local
    [all...]
AArch64Relocator.cpp 110 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/
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/Hexagon/
HexagonRelocator.cpp 412 ELFFileFormat* file_format = pTarget.getOutputFormat(); local
414 bss_sect_hdr = &file_format->getTBSS();
416 bss_sect_hdr = &file_format->getBSS();
HexagonLDBackend.cpp 280 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->hasPLT() && (&pSectHdr == &file_format->getPLT())
407 ELFFileFormat* file_format = getOutputFormat(); local
550 ELFFileFormat* file_format = getOutputFormat(); local
759 ELFFileFormat* file_format = getOutputFormat(); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 175 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->hasPLT())
393 const ELFFileFormat* file_format = getOutputFormat(); local
689 const ELFFileFormat* file_format = getOutputFormat(); local
822 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/Mips/
MipsLDBackend.cpp 101 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->hasPLT() && (&pSection == &(file_format->getPLT())))
550 const ELFFileFormat* file_format = getOutputFormat(); local
594 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 11560 u8 file_format; \/* Schema format version for this file *\/ member in struct:Schema
66389 const int file_format = 1; local
75547 int file_format; \/* File format to use for encoding *\/ local
    [all...]
  /external/sqlite/dist/
sqlite3.c 11560 u8 file_format; \/* Schema format version for this file *\/ member in struct:Schema
66407 const int file_format = 1; local
75565 int file_format; \/* File format to use for encoding *\/ local
    [all...]

Completed in 899 milliseconds