Home
last modified time | relevance | path

Searched refs:segment_command_64 (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp211 void mapLoadCommandData<MachO::segment_command_64>( in mapLoadCommandData()
485 void MappingTraits<MachO::segment_command_64>::mapping( in mapping()
486 IO &IO, MachO::segment_command_64 &LoadCommand) { in mapping()
H A DMachOEmitter.cpp130 size_t writeLoadCommandData<MachO::segment_command_64>( in writeLoadCommandData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMachObjectWriter.cpp179 // struct segment_command_64 (72 bytes) in writeSegmentLoadCommand()
185 is64Bit() ? sizeof(MachO::segment_command_64): in writeSegmentLoadCommand()
770 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64): in writeObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMachO.h498 MachO::segment_command_64
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h532 struct segment_command_64 { struct
1028 inline void swapStruct(segment_command_64 &seg) { in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h541 struct segment_command_64 { struct
1059 inline void swapStruct(segment_command_64 &seg) { in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp99 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) : in getSectionPtr()
1393 if ((Err = parseSegmentLoadCommand<MachO::segment_command_64, in MachOObjectFile()
4296 MachO::segment_command_64
4298 return getStruct<MachO::segment_command_64>(*this, L.Ptr); in getSegment64LoadCommand()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs599 pub struct segment_command_64 { structure names

Completed in 62 milliseconds