Home
last modified time | relevance | path

Searched refs:initprot (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h527 uint32_t initprot; member
541 uint32_t initprot; member
1036 sys::swapByteOrder(seg.initprot); in swapStruct()
1049 sys::swapByteOrder(seg.initprot); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h536 uint32_t initprot; member
550 uint32_t initprot; member
1067 sys::swapByteOrder(seg.initprot); in swapStruct()
1080 sys::swapByteOrder(seg.initprot); in swapStruct()
/third_party/boost/libs/dll/test/
Dstructures_tests.cpp247 CHECK_FIELD(initprot); in generic_header_check()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp480 IO.mapRequired("initprot", LoadCommand.initprot); in mapping()
493 IO.mapRequired("initprot", LoadCommand.initprot); in mapping()
/third_party/boost/boost/dll/detail/
Dmacho_info.hpp113 vm_prot_t initprot; /* initial VM protection */ member