Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DMachODumper.cpp101 { "DynamicLibraryStub", MachO::MH_DYLIB_STUB },
/external/llvm/include/llvm/Support/
DMachO.h48 MH_DYLIB_STUB = 0x9u, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h48 MH_DYLIB_STUB = 0x9u, enumerator
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7536 case MachO::MH_DYLIB_STUB: in PrintMachHeader()