/external/llvm-project/lld/test/MachO/ |
D | load-commands.s | 28 # NEXEC-NOT: cmd: LC_ID_DYLIB 35 # DYLIB: cmd LC_ID_DYLIB
|
/external/google-breakpad/src/common/mac/ |
D | macho_id.cc | 182 if (dylib_cmd.cmd == LC_ID_DYLIB) { in IDCommand() 353 if (cmd->cmd == LC_ID_DYLIB) { in IDWalkerCB()
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/ |
D | install-name-tool-id.test | 41 - cmd: LC_ID_DYLIB
|
/external/llvm/include/llvm/Support/ |
D | MachO.def | 28 HANDLE_LOAD_COMMAND(LC_ID_DYLIB, 0x0000000Du, dylib_command)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.def | 34 HANDLE_LOAD_COMMAND(LC_ID_DYLIB, 0x0000000Du, dylib_command)
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-install-name-tool.rst | 56 Change shared library's identification name under LC_ID_DYLIB to ``<name>`` in the
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | MachO.def | 33 HANDLE_LOAD_COMMAND(LC_ID_DYLIB, 0x0000000Du, dylib_command)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.def | 33 HANDLE_LOAD_COMMAND(LC_ID_DYLIB, 0x0000000Du, dylib_command)
|
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
D | MachOObjcopy.cpp | 34 LC.MachOLoadCommand.load_command_data.cmd == MachO::LC_ID_DYLIB || in isLoadCommandWithPayloadString() 193 case MachO::LC_ID_DYLIB: in processLoadCommands()
|
D | MachOLayoutBuilder.cpp | 369 case MachO::LC_ID_DYLIB: in layoutTail()
|
/external/openscreen/build/toolchain/mac/ |
D | BUILD.gn | 97 …extract_toc_command = "{ otool -l \"$dylib\" | grep LC_ID_DYLIB -A 5; nm -gP \"$dylib\" | cut -f1-…
|
/external/google-breakpad/src/third_party/mac_headers/mach-o/ |
D | loader.h | 256 #define LC_ID_DYLIB 0xd /* dynamically linked shared lib ident */ macro
|
/external/google-breakpad/src/client/mac/handler/ |
D | dynamic_images.cc | 279 if (cmd->cmd == LC_ID_DYLIB) { in FindTextSection()
|
/external/llvm-project/lldb/examples/python/ |
D | mach_o.py | 77 LC_ID_DYLIB = 0x0000000d variable 869 lc_command == LC_ID_DYLIB or 1165 'LC_ID_DYLIB': LC_ID_DYLIB,
|
/external/llvm-project/lld/MachO/ |
D | InputFiles.cpp | 503 if (const load_command *cmd = findCommand(hdr, LC_ID_DYLIB)) { in DylibFile()
|
D | Writer.cpp | 419 in.header->addLoadCommand(make<LCDylib>(LC_ID_DYLIB, config->installName)); in createLoadCommands()
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileBinaryReader.cpp | 443 case LC_ID_DYLIB: { in readBinary()
|
D | MachONormalizedFileBinaryWriter.cpp | 837 dc->cmd = LC_ID_DYLIB; in writeLoadCommands()
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 704 Command.C.cmd == MachO::LC_ID_DYLIB || in printNeededLibraries()
|
/external/llvm-project/llvm/test/Object/ |
D | macho-invalid.test | 279 …-invalid-dylib-id-more-than-one': truncated or malformed object (more than one LC_ID_DYLIB command) 282 …E: macho-invalid-dylib-wrong-filetype': truncated or malformed object (LC_ID_DYLIB load command in… 285 INVALID-DYLIB-NO-ID: macho-invalid-dylib-no-id': truncated or malformed object (no LC_ID_DYLIB load…
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 566 if ((JustId && Load.C.cmd == MachO::LC_ID_DYLIB) || in PrintDylibs() 567 (!JustId && (Load.C.cmd == MachO::LC_ID_DYLIB || in PrintDylibs() 591 if (Load.C.cmd == MachO::LC_ID_DYLIB) in PrintDylibs() 8806 if (dl.cmd == MachO::LC_ID_DYLIB) in PrintDylibCommand() 8988 Command.C.cmd == MachO::LC_ID_DYLIB || in PrintLoadCommands()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 1209 if ((JustId && Load.C.cmd == MachO::LC_ID_DYLIB) || in PrintDylibs() 1210 (!JustId && (Load.C.cmd == MachO::LC_ID_DYLIB || in PrintDylibs() 1243 if (Load.C.cmd == MachO::LC_ID_DYLIB) in PrintDylibs() 10007 if (dl.cmd == MachO::LC_ID_DYLIB) in PrintDylibCommand() 10196 Command.C.cmd == MachO::LC_ID_DYLIB || in PrintLoadCommands()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 5744 if (load_cmd.cmd == LC_ID_DYLIB) { in GetVersion() 5757 if (version_cmd == LC_ID_DYLIB) { in GetVersion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1404 } else if (Load.C.cmd == MachO::LC_ID_DYLIB) { in MachOObjectFile()
|
/external/llvm-project/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1404 } else if (Load.C.cmd == MachO::LC_ID_DYLIB) { in MachOObjectFile()
|