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

  /external/oprofile/libutil++/
bfd_support.cpp 103 size_t crc_offset = filename_len + 1; local
104 crc_offset = (crc_offset + 3) & ~3;
107 reinterpret_cast<bfd_byte *>(contents + crc_offset));
  /external/f2fs-tools/fsck/
mount.c 268 size_t crc_offset; local
276 crc_offset = le32_to_cpu(cp_block->checksum_offset);
277 if (crc_offset >= blk_size)
280 crc = *(unsigned int *)((unsigned char *)cp_block + crc_offset);
281 if (f2fs_crc_valid(crc, cp_block, crc_offset))
294 crc_offset = le32_to_cpu(cp_block->checksum_offset);
295 if (crc_offset >= blk_size)
298 crc = *(unsigned int *)((unsigned char *)cp_block + crc_offset);
299 if (f2fs_crc_valid(crc, cp_block, crc_offset))
  /external/elfutils/0.153/src/
strip.c 1050 off_t crc_offset = strlen (debug_basename) + 1; local
1052 crc_offset = ((crc_offset - 1) & ~3) + 4;
1056 = crc_offset + 4;
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 2356 UInt crc_offset local
    [all...]

Completed in 97 milliseconds