Home
last modified time | relevance | path

Searched refs:fileoff (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h524 uint32_t fileoff; member
538 uint64_t fileoff; member
1033 sys::swapByteOrder(seg.fileoff); in swapStruct()
1046 sys::swapByteOrder(seg.fileoff); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOEmitter.cpp263 uint64_t segOff = is64Bit ? LC.Data.segment_command_64_data.fileoff in writeSectionData()
264 : LC.Data.segment_command_data.fileoff; in writeSectionData()
DMachOYAML.cpp477 IO.mapRequired("fileoff", LoadCommand.fileoff); in mapping()
490 IO.mapRequired("fileoff", LoadCommand.fileoff); in mapping()
/third_party/node/deps/v8/src/diagnostics/
Dgdb-jit.cc496 uint32_t fileoff; member
501 uint64_t fileoff; member
549 cmd->fileoff = 0; in WriteSegmentCommand()
567 cmd->fileoff = w->position(); in WriteSections()
576 cmd->filesize = w->position() - (uintptr_t)cmd->fileoff; in WriteSections()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h533 uint32_t fileoff; member
547 uint64_t fileoff; member
1064 sys::swapByteOrder(seg.fileoff); in swapStruct()
1077 sys::swapByteOrder(seg.fileoff); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp313 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()
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs591 pub fileoff: u32,
605 pub fileoff: u64,