Home
last modified time | relevance | path

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

/external/llvm-project/lld/test/MachO/
Dsub-library.s18 ## 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
Dreexport-stub.s10 # DYLIB-HEADERS: cmd LC_REEXPORT_DYLIB
/external/llvm/include/llvm/Support/
DMachO.def46 HANDLE_LOAD_COMMAND(LC_REEXPORT_DYLIB, 0x8000001Fu, dylib_command)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.def56 HANDLE_LOAD_COMMAND(LC_REEXPORT_DYLIB, 0x8000001Fu, dylib_command)
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.def55 HANDLE_LOAD_COMMAND(LC_REEXPORT_DYLIB, 0x8000001Fu, dylib_command)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.def55 HANDLE_LOAD_COMMAND(LC_REEXPORT_DYLIB, 0x8000001Fu, dylib_command)
/external/openscreen/build/toolchain/mac/
DBUILD.gn94 …and = "[ ! -e \"$dylib\" -o ! -e \"$tocname\" ] || otool -l \"$dylib\" | grep -q LC_REEXPORT_DYLIB"
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h282 #define LC_REEXPORT_DYLIB (0x1f | LC_REQ_DYLD) /* load and re-export dylib */ macro
/external/llvm-project/lldb/examples/python/
Dmach_o.py95 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/
DInputFiles.cpp537 if (cmd->cmd != LC_REEXPORT_DYLIB) in DylibFile()
DWriter.cpp450 make<LCDylib>(LC_REEXPORT_DYLIB, dylibFile->dylibName)); in createLoadCommands()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryReader.cpp460 case LC_REEXPORT_DYLIB: in readBinary()
DMachONormalizedFileYAML.cpp547 llvm::MachO::LC_REEXPORT_DYLIB); in enumeration()
DMachONormalizedFileToAtoms.cpp1586 if (dep.kind == llvm::MachO::LC_REEXPORT_DYLIB) in normalizedDylibToAtoms()
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test377 LOAD: cmd LC_REEXPORT_DYLIB
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/
Dprivate-headers.test381 LOAD: cmd LC_REEXPORT_DYLIB
/external/llvm-project/llvm/tools/llvm-readobj/
DMachODumper.cpp706 Command.C.cmd == MachO::LC_REEXPORT_DYLIB || in printNeededLibraries()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2221 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/
DMachODump.cpp1213 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/
DMachOObjectFile.cpp375 Load.C.cmd == MachO::LC_REEXPORT_DYLIB || in MachOObjectFile()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp570 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/
DMachOObjectFile.cpp1419 } else if (Load.C.cmd == MachO::LC_REEXPORT_DYLIB) { in MachOObjectFile()
/external/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp1419 } else if (Load.C.cmd == MachO::LC_REEXPORT_DYLIB) { in MachOObjectFile()