HomeSort by relevance Sort by last modified time
    Searched full:secoffset (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/
EfiLoadFv.cmm 63 LOCAL &ffsfilestart &ffsfilesize &ffsfiletype &secoffset &secsize
78 &secoffset=&ffsfilestart+0x18
81 while &secoffset<(&ffsfilestart+&ffsfilesize)
83 print "secoffset at &secoffset"
86 &secsize=(Data.Long(a:&secoffset)&0x00ffffff)
88 gosub ProcessFvSection &secoffset
91 &secoffset=(&secoffset+&secsize)
94 ;print "secoffset at &secoffset"
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp 78 unsigned SecOffset = 0;
83 TheU->setDebugInfoOffset(SecOffset);
84 SecOffset += computeSizeAndOffsetsForUnit(TheU.get());
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf64Convert.c 564 UINT32 SecOffset;
630 SecOffset = mCoffSectionsOffset[RelShdr->sh_info];
683 Targ = mCoffFile + SecOffset + (Rel->r_offset - SecShdr->sh_addr);
698 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)),
706 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)),
714 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)),
725 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)),
729 - (SecOffset - SecShdr->sh_addr));
756 if (((SecShdr->sh_addr ^ SecOffset) & 0xfff) != 0 ||
785 (mCoffSectionsOffset[Sym->st_shndx] - SecOffset)) {
    [all...]
Elf32Convert.c 568 UINT32 SecOffset;
633 SecOffset = mCoffSectionsOffset[RelShdr->sh_info];
683 Targ = mCoffFile + SecOffset + (Rel->r_offset - SecShdr->sh_addr);
707 - (SecOffset - SecShdr->sh_addr);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 28 uint32_t SecOffset;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 28 uint32_t SecOffset;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 28 uint32_t SecOffset;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 28 uint32_t SecOffset;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 28 uint32_t SecOffset;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 28 uint32_t SecOffset;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 28 uint32_t SecOffset;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 28 uint32_t SecOffset;
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 618 off_t secoffset; local
653 secoffset = wrapper_sect_offset + subsect_offset;
657 if (!(*pfn) (data, name, secoffset, secsize))
714 &secoffset, &secsize);
716 if (!(*pfn) (data, name, secoffset, secsize))
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
object.cc 2298 Address secoffset = out_offsets[shndx]; local
    [all...]
  /external/libchrome/base/third_party/nspr/
prtime.cc 195 * 'secOffset' should be less than 86400 (i.e., a day).
200 ApplySecOffset(PRExplodedTime *time, PRInt32 secOffset)
202 time->tm_sec += secOffset;
    [all...]

Completed in 525 milliseconds