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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp 74 unsigned SecOffset = 0;
79 TheU->setDebugInfoOffset(SecOffset);
88 SecOffset += EndOffset;
  /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 2287 Address secoffset = out_offsets[shndx]; local
    [all...]
  /external/libchrome/base/third_party/nspr/
prtime.cc 264 * 'secOffset' should be less than 86400 (i.e., a day).
269 ApplySecOffset(PRExplodedTime *time, PRInt32 secOffset)
271 time->tm_sec += secOffset;
    [all...]

Completed in 239 milliseconds