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

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
dyn-sec64.d 2 #source: dyn-sec64.s
4 #ld: -Tdyn-sec64.ld -shared -melf64btsmip
  /external/google-breakpad/src/common/mac/
macho_id.cc 308 struct section_64 sec64; local
310 if (!walker->ReadBytes(&sec64, sizeof(sec64), offset))
314 breakpad_swap_section_64(&sec64, 1, NXHostByteOrder());
318 if ((sec64.flags & SECTION_TYPE) != S_ZEROFILL && sec64.offset != 0)
320 header_offset + sec64.offset,
321 (size_t)sec64.size);
  /external/toybox/toys/pending/
fdisk.c 164 uint64_t sec64 = 0; local
166 if (ioctl(dev_fd, BLKGETSIZE64, &sec64) == 0) {
167 sec64 = sec64 >> 9; //convert to 512 block size.
168 if (sec64 != (uint32_t) sec64) {
170 sec64 = (uint32_t) - 1L;
172 return sec64;
    [all...]

Completed in 242 milliseconds