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

  /external/valgrind/tsan/
tsan_dynamorio.sh 28 file_format=`objdump -f $PROGRAM | grep -o 'file format elf.*'`
29 echo $file_format
30 if [ "$file_format" == "file format elf64-x86-64" ]; then
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 244 ELFFileFormat* file_format = NULL; local
248 file_format = getDynObjFileFormat();
251 file_format = getExecFileFormat();
295 file_format->getDynSymTab().setSize(dynsym*sizeof(llvm::ELF::Elf32_Sym));
297 file_format->getDynSymTab().setSize(dynsym*sizeof(llvm::ELF::Elf64_Sym));
298 file_format->getDynStrTab().setSize(dynstr);
299 file_format->getHashTab().setSize(hash);
305 file_format->getSymTab().setSize(symtab*sizeof(llvm::ELF::Elf32_Sym));
307 file_format->getSymTab().setSize(symtab*sizeof(llvm::ELF::Elf64_Sym));
308 file_format->getStrTab().setSize(strtab)
338 ELFFileFormat* file_format = NULL; local
449 ELFFileFormat* file_format = NULL; local
650 ELFFileFormat* file_format = NULL; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 107 ELFFileFormat* file_format = getOutputFormat(pOutput); local
109 LDSection& got = file_format->getGOT();
142 ELFFileFormat* file_format = getOutputFormat(pOutput); local
144 LDSection& plt = file_format->getPLT();
145 LDSection& relplt = file_format->getRelPlt();
161 ELFFileFormat* file_format = getOutputFormat(pOutput); local
163 LDSection& reldyn = file_format->getRelDyn();
560 ELFFileFormat* file_format = getOutputFormat(pOutput); local
564 if (&pSectHdr == &file_format->getGOT())
567 if (&pSectHdr == &file_format->getGOTPLT()
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 138 ELFFileFormat *file_format = getOutputFormat(pOutput); local
141 if (file_format->hasPLT()) {
150 if (file_format->hasGOT()) {
154 m_pGOT->applyGOT0(file_format->getDynamic().addr());
188 ELFFileFormat* file_format = getOutputFormat(pOutput); local
190 LDSection& got = file_format->getGOT();
224 ELFFileFormat* file_format = getOutputFormat(pOutput); local
227 LDSection& plt = file_format->getPLT();
228 LDSection& relplt = file_format->getRelPlt();
242 ELFFileFormat* file_format = getOutputFormat(pOutput) local
750 ELFFileFormat* file_format = getOutputFormat(pOutput); local
971 ELFFileFormat* file_format = getOutputFormat(pOutput); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 224 ELFFileFormat* file_format = getOutputFormat(pOutput); local
226 if (&pSection == &(file_format->getGOT())) {
283 ELFFileFormat* file_format = getOutputFormat(pOutput); local
285 LDSection& symtab_sect = file_format->getDynSymTab();
286 LDSection& strtab_sect = file_format->getDynStrTab();
287 LDSection& hash_sect = file_format->getHashTab();
288 LDSection& dyn_sect = file_format->getDynamic();
386 dynamic().applyEntries(pLDInfo, *file_format);
450 ELFFileFormat* file_format = getOutputFormat(pOutput); local
452 if (&pSectHdr == &file_format->getGOT()
810 ELFFileFormat* file_format = getOutputFormat(pOutput); local
844 ELFFileFormat* file_format = getOutputFormat(pOutput); local
    [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
65123 int file_format; \/* File format to use for encoding *\/ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
    [all...]

Completed in 81 milliseconds