Home
last modified time | relevance | path

Searched refs:LC_PREPAGE (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.def29 // LC_PREPAGE is obsolete and no longer supported.
30 HANDLE_LOAD_COMMAND(LC_PREPAGE, 0x0000000Au, load_command)
/openbsd/gnu/llvm/lldb/examples/python/
H A Dmach_o.py73 LC_PREPAGE = 0x0000000a variable
1161 'LC_PREPAGE': LC_PREPAGE,
/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp1239 cmd == MachO::LC_PREPAGE || in isLoadCommandObsolete()