HomeSort by relevance Sort by last modified time
    Searched defs:reloff (Results 1 - 6 of 6) sorted by null

  /external/opencv3/3rdparty/libjasper/
jas_icc.c 263 long reloff; local
310 reloff = tagtabent->off - curoff;
311 if (reloff > 0) {
312 if (jas_stream_gobble(in, reloff) != reloff)
314 curoff += reloff;
315 } else if (reloff < 0) {
364 long reloff; local
436 reloff = newoff - curoff;
437 assert(reloff >= 0)
    [all...]
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 49 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_32_external
67 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_64_external
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 140 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_32
157 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_64
972 /* reloff left as zero. */
997 /* reloff left as zero. */
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 67 bfd_vma reloff; member in struct:bfd_mach_o_section
335 structures (and the reloff and nreloc fields in the section headers are
  /external/v8/src/
gdb-jit.cc 210 uint32_t reloff; member in struct:v8::internal::MachOSectionHeader
244 header->reloff = 0;
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 595 uint32_t reloff; member in struct:llvm::MachO::section
609 uint32_t reloff; member in struct:llvm::MachO::section_64
    [all...]

Completed in 226 milliseconds