Searched refs:dysymtab_command (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.def | 32 HANDLE_LOAD_COMMAND(LC_DYSYMTAB, 0x0000000Bu, dysymtab_command) 86 LOAD_COMMAND_STRUCT(dysymtab_command)
|
| H A D | MachO.h | 688 struct dysymtab_command { struct 1224 inline void swapStruct(dysymtab_command &dst) { in swapStruct()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 456 if (Load.C.cmdsize < sizeof(MachO::dysymtab_command)) in checkDysymtabCommand() 461 MachO::dysymtab_command Dysymtab = in checkDysymtabCommand() 462 getStruct<MachO::dysymtab_command>(Obj, Load.Ptr); in checkDysymtabCommand() 463 if (Dysymtab.cmdsize != sizeof(MachO::dysymtab_command)) in checkDysymtabCommand() 1581 MachO::dysymtab_command Dysymtab = in MachOObjectFile() 1582 getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in MachOObjectFile() 2046 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand(); in extrel_end() 2063 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand(); in locrel_end() 4457 return getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in getDysymtabLoadCommand() 4460 MachO::dysymtab_command Cmd; in getDysymtabLoadCommand() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileBinaryWriter.cpp | 408 size += sizeof(dysymtab_command); in loadCommandsSize() 878 dysymtab_command* dst = reinterpret_cast<dysymtab_command*>(lc); in writeLoadCommands() 880 dst->cmdsize = sizeof(dysymtab_command); in writeLoadCommands() 902 lc += sizeof(dysymtab_command); in writeLoadCommands()
|
| H A D | MachONormalizedFileBinaryReader.cpp | 266 const dysymtab_command *d = reinterpret_cast<const dysymtab_command*>(lc); in readBinary()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 291 W.write<uint32_t>(sizeof(MachO::dysymtab_command)); in writeDysymtabLoadCommand() 311 assert(W.OS.tell() - Start == sizeof(MachO::dysymtab_command)); in writeDysymtabLoadCommand() 787 sizeof(MachO::dysymtab_command)); in writeObject()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOI386.h | 213 MachO::dysymtab_command DySymTabCmd = Obj.getDysymtabLoadCommand(); in populateJumpTable()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | MachO.h | 555 getIndirectSymbolTableEntry(const MachO::dysymtab_command &DLC, 560 MachO::dysymtab_command getDysymtabLoadCommand() const;
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | MachOYAML.cpp | 316 void MappingTraits<MachO::dysymtab_command>::mapping( in mapping() 317 IO &IO, MachO::dysymtab_command &LoadCommand) { in mapping()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldMachO.cpp | 188 MachO::dysymtab_command DySymTabCmd = Obj.getDysymtabLoadCommand(); in populateIndirectSymbolPointersSection()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 793 MachO::dysymtab_command DLC = Obj->getDysymtabLoadCommand(); in printMachODysymtab() 841 MachO::dysymtab_command DLC = Obj->getDysymtabLoadCommand(); in printMachOIndirectSymbols()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/compact-unwind/ |
| H A D | compact-unwind-dumper.c | 286 struct dysymtab_command dysymtab_cmd; in scan_macho_load_commands() 287 memcpy(&dysymtab_cmd, offset, sizeof(struct dysymtab_command)); in scan_macho_load_commands()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 348 MachO::dysymtab_command Dysymtab = O->getDysymtabLoadCommand(); in PrintIndirectSymbolTable() 371 MachO::dysymtab_command Dysymtab = O->getDysymtabLoadCommand(); in PrintIndirectSymbolTable() 729 const MachO::dysymtab_command Dysymtab = O->getDysymtabLoadCommand(); in PrintRelocations() 2724 MachO::dysymtab_command Dysymtab = info->O->getDysymtabLoadCommand(); in GuessIndirectSymbol() 8392 static void PrintDysymtabLoadCommand(MachO::dysymtab_command dyst, in PrintDysymtabLoadCommand() 8397 if (dyst.cmdsize != sizeof(struct MachO::dysymtab_command)) in PrintDysymtabLoadCommand() 9680 MachO::dysymtab_command Dysymtab = Obj->getDysymtabLoadCommand(); in PrintLoadCommands()
|