Home
last modified time | relevance | path

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

/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test381 LOAD: cmd LC_LAZY_LOAD_DYLIB
/external/llvm/include/llvm/Support/
DMachO.h120 LC_LAZY_LOAD_DYLIB = 0x00000020u, enumerator
/external/llvm/lib/Object/
DMachOObjectFile.cpp306 Load.C.cmd == MachO::LC_LAZY_LOAD_DYLIB || in MachOObjectFile()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp530 Load.C.cmd == MachO::LC_LAZY_LOAD_DYLIB || in PrintDylibs()
556 else if (Load.C.cmd == MachO::LC_LAZY_LOAD_DYLIB) in PrintDylibs()
8449 else if (dl.cmd == MachO::LC_LAZY_LOAD_DYLIB) in PrintDylibCommand()
8626 Command.C.cmd == MachO::LC_LAZY_LOAD_DYLIB || in PrintLoadCommands()