Searched refs:MaxVMProtection (Results 1 - 3 of 3) sorted by relevance
/external/llvm/include/llvm/Object/ | ||
H A D | MachOFormat.h | 190 uint32_t MaxVMProtection; member in struct:llvm::object::macho::SegmentLoadCommand 204 uint32_t MaxVMProtection; member in struct:llvm::object::macho::Segment64LoadCommand |
/external/llvm/tools/macho-dump/ | ||
H A D | macho-dump.cpp | 131 SLC.MaxVMProtection, SLC.InitialVMProtection, 155 SLC.MaxVMProtection, SLC.InitialVMProtection, |
/external/llvm/lib/Object/ | ||
H A D | MachOObjectFile.cpp | 177 SwapValue(C.MaxVMProtection); 191 SwapValue(C.MaxVMProtection); |
Completed in 1536 milliseconds