Searched refs:sec64 (Results 1 – 2 of 2) sorted by relevance
308 struct section_64 sec64; in WalkerCB() local310 if (!walker->ReadBytes(&sec64, sizeof(sec64), offset)) in WalkerCB()314 breakpad_swap_section_64(&sec64, 1, NXHostByteOrder()); in WalkerCB()318 if ((sec64.flags & SECTION_TYPE) != S_ZEROFILL && sec64.offset != 0) in WalkerCB()320 header_offset + sec64.offset, in WalkerCB()321 (size_t)sec64.size); in WalkerCB()
164 uint64_t sec64 = 0; in read_size() local166 if (ioctl(dev_fd, BLKGETSIZE64, &sec64) == 0) { in read_size()167 sec64 = sec64 >> 9; //convert to 512 block size. in read_size()168 if (sec64 != (uint32_t) sec64) { in read_size()170 sec64 = (uint32_t) - 1L; in read_size()172 return sec64; in read_size()