Searched refs:LC_REEXPORT_DYLIB (Results 1 – 23 of 23) sorted by relevance
/external/llvm-project/lld/test/MachO/ |
D | sub-library.s | 18 ## Check that they have the appropriate LC_REEXPORT_DYLIB commands, and that 28 # GOODBYE-HEADERS: cmd LC_REEXPORT_DYLIB 35 # SUPER-HEADERS: cmd LC_REEXPORT_DYLIB
|
D | reexport-stub.s | 10 # DYLIB-HEADERS: cmd LC_REEXPORT_DYLIB
|
/external/llvm/include/llvm/Support/ |
D | MachO.def | 46 HANDLE_LOAD_COMMAND(LC_REEXPORT_DYLIB, 0x8000001Fu, dylib_command)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.def | 56 HANDLE_LOAD_COMMAND(LC_REEXPORT_DYLIB, 0x8000001Fu, dylib_command)
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | MachO.def | 55 HANDLE_LOAD_COMMAND(LC_REEXPORT_DYLIB, 0x8000001Fu, dylib_command)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.def | 55 HANDLE_LOAD_COMMAND(LC_REEXPORT_DYLIB, 0x8000001Fu, dylib_command)
|
/external/openscreen/build/toolchain/mac/ |
D | BUILD.gn | 94 …and = "[ ! -e \"$dylib\" -o ! -e \"$tocname\" ] || otool -l \"$dylib\" | grep -q LC_REEXPORT_DYLIB"
|
/external/google-breakpad/src/third_party/mac_headers/mach-o/ |
D | loader.h | 282 #define LC_REEXPORT_DYLIB (0x1f | LC_REQ_DYLD) /* load and re-export dylib */ macro
|
/external/llvm-project/lldb/examples/python/ |
D | mach_o.py | 95 LC_REEXPORT_DYLIB = 0x0000001f | LC_REQ_DYLD variable 871 lc_command == LC_REEXPORT_DYLIB): 1183 'LC_REEXPORT_DYLIB': LC_REEXPORT_DYLIB,
|
/external/llvm-project/lld/MachO/ |
D | InputFiles.cpp | 537 if (cmd->cmd != LC_REEXPORT_DYLIB) in DylibFile()
|
D | Writer.cpp | 450 make<LCDylib>(LC_REEXPORT_DYLIB, dylibFile->dylibName)); in createLoadCommands()
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileBinaryReader.cpp | 460 case LC_REEXPORT_DYLIB: in readBinary()
|
D | MachONormalizedFileYAML.cpp | 547 llvm::MachO::LC_REEXPORT_DYLIB); in enumeration()
|
D | MachONormalizedFileToAtoms.cpp | 1586 if (dep.kind == llvm::MachO::LC_REEXPORT_DYLIB) in normalizedDylibToAtoms()
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-private-headers.test | 377 LOAD: cmd LC_REEXPORT_DYLIB
|
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/ |
D | private-headers.test | 381 LOAD: cmd LC_REEXPORT_DYLIB
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 706 Command.C.cmd == MachO::LC_REEXPORT_DYLIB || in printNeededLibraries()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 2221 case LC_REEXPORT_DYLIB: in ParseSymtab() 2233 if (lc.cmd == LC_REEXPORT_DYLIB) { in ParseSymtab() 5148 case LC_REEXPORT_DYLIB: in GetDependentModules()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 1213 Load.C.cmd == MachO::LC_REEXPORT_DYLIB || in PrintDylibs() 1233 if (Load.C.cmd == MachO::LC_REEXPORT_DYLIB) in PrintDylibs() 1251 else if (Load.C.cmd == MachO::LC_REEXPORT_DYLIB) in PrintDylibs() 10013 else if (dl.cmd == MachO::LC_REEXPORT_DYLIB) in PrintDylibCommand() 10198 Command.C.cmd == MachO::LC_REEXPORT_DYLIB || in PrintLoadCommands()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 375 Load.C.cmd == MachO::LC_REEXPORT_DYLIB || in MachOObjectFile()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 570 Load.C.cmd == MachO::LC_REEXPORT_DYLIB || in PrintDylibs() 599 else if (Load.C.cmd == MachO::LC_REEXPORT_DYLIB) in PrintDylibs() 8812 else if (dl.cmd == MachO::LC_REEXPORT_DYLIB) in PrintDylibCommand() 8990 Command.C.cmd == MachO::LC_REEXPORT_DYLIB || in PrintLoadCommands()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1419 } else if (Load.C.cmd == MachO::LC_REEXPORT_DYLIB) { in MachOObjectFile()
|
/external/llvm-project/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1419 } else if (Load.C.cmd == MachO::LC_REEXPORT_DYLIB) { in MachOObjectFile()
|