Home
last modified time | relevance | path

Searched refs:LC_ID_DYLIB (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/lld/test/MachO/
Dload-commands.s28 # NEXEC-NOT: cmd: LC_ID_DYLIB
35 # DYLIB: cmd LC_ID_DYLIB
/external/google-breakpad/src/common/mac/
Dmacho_id.cc182 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/
Dinstall-name-tool-id.test41 - cmd: LC_ID_DYLIB
/external/llvm/include/llvm/Support/
DMachO.def28 HANDLE_LOAD_COMMAND(LC_ID_DYLIB, 0x0000000Du, dylib_command)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.def34 HANDLE_LOAD_COMMAND(LC_ID_DYLIB, 0x0000000Du, dylib_command)
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-install-name-tool.rst56 Change shared library's identification name under LC_ID_DYLIB to ``<name>`` in the
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.def33 HANDLE_LOAD_COMMAND(LC_ID_DYLIB, 0x0000000Du, dylib_command)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.def33 HANDLE_LOAD_COMMAND(LC_ID_DYLIB, 0x0000000Du, dylib_command)
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp34 LC.MachOLoadCommand.load_command_data.cmd == MachO::LC_ID_DYLIB || in isLoadCommandWithPayloadString()
193 case MachO::LC_ID_DYLIB: in processLoadCommands()
DMachOLayoutBuilder.cpp369 case MachO::LC_ID_DYLIB: in layoutTail()
/external/openscreen/build/toolchain/mac/
DBUILD.gn97 …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/
Dloader.h256 #define LC_ID_DYLIB 0xd /* dynamically linked shared lib ident */ macro
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.cc279 if (cmd->cmd == LC_ID_DYLIB) { in FindTextSection()
/external/llvm-project/lldb/examples/python/
Dmach_o.py77 LC_ID_DYLIB = 0x0000000d variable
869 lc_command == LC_ID_DYLIB or
1165 'LC_ID_DYLIB': LC_ID_DYLIB,
/external/llvm-project/lld/MachO/
DInputFiles.cpp503 if (const load_command *cmd = findCommand(hdr, LC_ID_DYLIB)) { in DylibFile()
DWriter.cpp419 in.header->addLoadCommand(make<LCDylib>(LC_ID_DYLIB, config->installName)); in createLoadCommands()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryReader.cpp443 case LC_ID_DYLIB: { in readBinary()
DMachONormalizedFileBinaryWriter.cpp837 dc->cmd = LC_ID_DYLIB; in writeLoadCommands()
/external/llvm-project/llvm/tools/llvm-readobj/
DMachODumper.cpp704 Command.C.cmd == MachO::LC_ID_DYLIB || in printNeededLibraries()
/external/llvm-project/llvm/test/Object/
Dmacho-invalid.test279 …-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/
DMachODump.cpp566 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/
DMachODump.cpp1209 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/
DObjectFileMachO.cpp5744 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/
DMachOObjectFile.cpp1404 } else if (Load.C.cmd == MachO::LC_ID_DYLIB) { in MachOObjectFile()
/external/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp1404 } else if (Load.C.cmd == MachO::LC_ID_DYLIB) { in MachOObjectFile()