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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 93 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 = getOutputFormat() local
287 const ELFFileFormat* file_format = getOutputFormat(); local
311 const ELFFileFormat* file_format = getOutputFormat(); local
    [all...]
AArch64Relocator.cpp 114 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/
X86LDBackend.cpp 256 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->getGOTPLT()
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...]
X86Relocator.cpp 230 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()) {
    [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();
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->hasPLT())
338 const ELFFileFormat* file_format = getOutputFormat(); local
587 const ELFFileFormat* file_format = getOutputFormat(); local
613 ELFFileFormat* file_format = getOutputFormat(); local
    [all...]
ARMRelocator.cpp 392 ELFFileFormat* file_format = getTarget().getOutputFormat(); local
394 bss_sect_hdr = &file_format->getTBSS();
396 bss_sect_hdr = &file_format->getBSS();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 301 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->hasPLT() && (&pSectHdr == &file_format->getPLT())
437 ELFFileFormat* file_format = getOutputFormat(); local
582 ELFFileFormat* file_format = getOutputFormat(); local
769 ELFFileFormat* file_format = getOutputFormat(); local
    [all...]
HexagonRelocator.cpp 402 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/
MipsLDBackend.cpp 99 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->hasPLT() && (&pSection == &(file_format->getPLT())))
486 const ELFFileFormat* file_format = getOutputFormat(); local
527 ELFFileFormat* file_format = getOutputFormat(); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 279 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 = getOutputFormat()
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...]
  /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 9039 u8 file_format; \/* Schema format version for this file *\/ member in struct:Schema
62588 int file_format; \/* File format to use for encoding *\/ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 10351 u8 file_format; \/* Schema format version for this file *\/ member in struct:Schema
61932 const int file_format = 1; local
70617 int file_format; \/* File format to use for encoding *\/ local
    [all...]
  /external/sqlite/dist/
sqlite3.c 10351 u8 file_format; \/* Schema format version for this file *\/ member in struct:Schema
61952 const int file_format = 1; local
70637 int file_format; \/* File format to use for encoding *\/ local
    [all...]

Completed in 1141 milliseconds