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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 95 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->hasPLT())
317 const ELFFileFormat* file_format = getOutputFormat(); local
495 const ELFFileFormat* file_format = getOutputFormat(); local
521 ELFFileFormat* file_format = getOutputFormat(); local
    [all...]
ARMRelocator.cpp 100 ELFFileFormat* file_format = getTarget().getOutputFormat(); local
102 bss_sect_hdr = &file_format->getTBSS();
104 bss_sect_hdr = &file_format->getBSS();
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 251 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->getRelDyn()
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...]
X86Relocator.cpp 108 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
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 58 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 = getOutputFormat() local
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 259 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 = getOutputFormat()
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/
HexagonLDBackend.cpp 294 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->getGOT()
572 ELFFileFormat* file_format = getOutputFormat(); local
755 ELFFileFormat* file_format = getOutputFormat(); local
    [all...]
HexagonRelocator.cpp 239 ELFFileFormat* file_format = pTarget.getOutputFormat(); local
241 bss_sect_hdr = &file_format->getTBSS();
243 bss_sect_hdr = &file_format->getBSS();
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
prepare.c 288 ** file_format==1 Version 3.0.0.
289 ** file_format==2 Version 3.1.3. // ALTER TABLE ADD COLUMN
290 ** file_format==3 Version 3.1.4. // ditto but with non-NULL defaults
291 ** file_format==4 Version 3.3.0. // DESC indices. Boolean constants
293 pDb->pSchema->file_format = (u8)meta[BTREE_FILE_FORMAT-1];
294 if( pDb->pSchema->file_format==0 ){
295 pDb->pSchema->file_format = 1;
297 if( pDb->pSchema->file_format>SQLITE_MAX_FILE_FORMAT ){
callback.c 449 }else if ( 0==p->file_format ){
attach.c 138 }else if( aNew->pSchema->file_format && aNew->pSchema->enc!=ENC(db) ){
vdbe.c 2420 int file_format; \/* File format to use for encoding *\/ local
    [all...]
vdbeaux.c     [all...]
sqliteInt.h 694 u8 file_format; /* Schema format version for this file */ member in struct:Schema
    [all...]
build.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 9054 u8 file_format; \/* Schema format version for this file *\/ member in struct:Schema
62767 int file_format; \/* File format to use for encoding *\/ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 9630 u8 file_format; \/* Schema format version for this file *\/ member in struct:Schema
65112 int file_format; \/* File format to use for encoding *\/ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
    [all...]
  /external/sqlite/dist/
sqlite3.c 9630 u8 file_format; \/* Schema format version for this file *\/ member in struct:Schema
65140 int file_format; \/* File format to use for encoding *\/ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
    [all...]

Completed in 4287 milliseconds