Home
last modified time | relevance | path

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

/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test375 LOAD: cmd LC_REEXPORT_DYLIB
/external/llvm/include/llvm/Support/
DMachO.h119 LC_REEXPORT_DYLIB = 0x8000001Fu, enumerator
/external/llvm/lib/Object/
DMachOObjectFile.cpp323 Load.C.cmd == MachO::LC_REEXPORT_DYLIB || in MachOObjectFile()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp556 Load.C.cmd == MachO::LC_REEXPORT_DYLIB || in PrintDylibs()
585 else if (Load.C.cmd == MachO::LC_REEXPORT_DYLIB) in PrintDylibs()
8290 else if (dl.cmd == MachO::LC_REEXPORT_DYLIB) in PrintDylibCommand()
8469 Command.C.cmd == MachO::LC_REEXPORT_DYLIB || in PrintLoadCommands()