Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Support/
HDMachO.h100 LC_LOAD_DYLIB = 0x0000000Cu, enumerator
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp304 } else if (Load.C.cmd == MachO::LC_LOAD_DYLIB || in MachOObjectFile()
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp530 Load.C.cmd == MachO::LC_LOAD_DYLIB || in PrintDylibs()
555 else if (Load.C.cmd == MachO::LC_LOAD_DYLIB) in PrintDylibs()
8235 else if (dl.cmd == MachO::LC_LOAD_DYLIB) in PrintDylibCommand()
8412 } else if (Command.C.cmd == MachO::LC_LOAD_DYLIB || in PrintLoadCommands()