Searched refs:fileoff (Results 1 – 7 of 7) sorted by relevance
524 uint32_t fileoff; member538 uint64_t fileoff; member1033 sys::swapByteOrder(seg.fileoff); in swapStruct()1046 sys::swapByteOrder(seg.fileoff); in swapStruct()
263 uint64_t segOff = is64Bit ? LC.Data.segment_command_64_data.fileoff in writeSectionData()264 : LC.Data.segment_command_data.fileoff; in writeSectionData()
477 IO.mapRequired("fileoff", LoadCommand.fileoff); in mapping()490 IO.mapRequired("fileoff", LoadCommand.fileoff); in mapping()
496 uint32_t fileoff; member501 uint64_t fileoff; member549 cmd->fileoff = 0; in WriteSegmentCommand()567 cmd->fileoff = w->position(); in WriteSections()576 cmd->filesize = w->position() - (uintptr_t)cmd->fileoff; in WriteSections()
533 uint32_t fileoff; member547 uint64_t fileoff; member1064 sys::swapByteOrder(seg.fileoff); in swapStruct()1077 sys::swapByteOrder(seg.fileoff); in swapStruct()
313 s.flags != MachO::S_THREAD_LOCAL_ZEROFILL && S.fileoff == 0 && in parseSegmentLoadCommand()380 if (S.fileoff > FileSize) in parseSegmentLoadCommand()384 uint64_t BigSize = S.fileoff; in parseSegmentLoadCommand()
591 pub fileoff: u32,605 pub fileoff: u64,