Home
last modified time | relevance | path

Searched refs:MH_DEAD_STRIPPABLE_DYLIB (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/llvm-readobj/
DMachODumper.cpp209 LLVM_READOBJ_ENUM_ENT(MachO, MH_DEAD_STRIPPABLE_DYLIB),
/external/llvm/include/llvm/Support/
DMachO.h78 MH_DEAD_STRIPPABLE_DYLIB = 0x00400000u, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h78 MH_DEAD_STRIPPABLE_DYLIB = 0x00400000u, enumerator
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7630 if (f & MachO::MH_DEAD_STRIPPABLE_DYLIB) { in PrintMachHeader()
7632 f &= ~MachO::MH_DEAD_STRIPPABLE_DYLIB; in PrintMachHeader()