| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.def | 49 HANDLE_LOAD_COMMAND(LC_SEGMENT_64, 0x00000019u, segment_command_64) 105 LOAD_COMMAND_STRUCT(segment_command_64)
|
| H A D | MachO.h | 552 struct segment_command_64 { struct 1197 inline void swapStruct(segment_command_64 &seg) { in swapStruct()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ |
| H A D | ObjectContainerMachOFileset.cpp | 151 segment_command_64 segment; in ParseFileset() 152 data.CopyData(load_cmd_offset, sizeof(segment_command_64), &segment); in ParseFileset()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOLayoutBuilder.cpp | 37 Size += sizeof(MachO::segment_command_64) + in computeSizeOfCmds() 202 sizeof(MachO::segment_command_64) + in layoutSegments() 329 MLC->segment_command_64_data.cmdsize = sizeof(MachO::segment_command_64); in layoutTail()
|
| H A D | MachOReader.cpp | 148 LoadCmd.Ptr + offsetof(MachO::segment_command_64, segname))) == in readLoadCommands() 153 extractSections<MachO::section_64, MachO::segment_command_64>( in readLoadCommands()
|
| H A D | MachOWriter.cpp | 174 sizeof(MachO::segment_command_64)); in writeLoadCommands() 175 Begin += sizeof(MachO::segment_command_64); in writeLoadCommands()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Target.h | 169 using segment_command = llvm::MachO::segment_command_64;
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MachOYAML.cpp | 227 void mapLoadCommandData<MachO::segment_command_64>( in mapLoadCommandData() 541 void MappingTraits<MachO::segment_command_64>::mapping( in mapping() 542 IO &IO, MachO::segment_command_64 &LoadCommand) { in mapping()
|
| H A D | MachOEmitter.cpp | 146 size_t writeLoadCommandData<MachO::segment_command_64>( in writeLoadCommandData()
|
| /freebsd/contrib/llvm-project/lldb/tools/compact-unwind/ |
| H A D | compact-unwind-dumper.c | 145 struct segment_command_64 seg; in scan_macho_load_commands() 146 memcpy(&seg, offset, sizeof(struct segment_command_64)); in scan_macho_load_commands() 152 offset += sizeof(struct segment_command_64); in scan_macho_load_commands()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps_mac.cpp | 427 if (NextSegmentLoad<LC_SEGMENT_64, struct segment_command_64>( in Next()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 1478 (NeedTextSegment + 1) * sizeof(MachO::segment_command_64) + in createObjCRuntimeObject() 1616 Hdr.ncmds * sizeof(MachO::segment_command_64) + in populateObjCRuntimeObject() 1631 MachO::segment_command_64 SegLC; in populateObjCRuntimeObject() 1635 SegLC.cmdsize = sizeof(MachO::segment_command_64) + in populateObjCRuntimeObject()
|
| H A D | DebuggerSupportPlugin.cpp | |
| /freebsd/contrib/llvm-project/llvm/tools/llvm-size/ |
| H A D | llvm-size.cpp | 219 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in printDarwinSectionSizes() 288 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in printDarwinSegmentSizes()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 232 is64Bit() ? sizeof(MachO::segment_command_64): in writeSegmentLoadCommand() 821 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64): in writeObject()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 102 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) : in getSectionPtr() 1413 if ((Err = parseSegmentLoadCommand<MachO::segment_command_64, in MachOObjectFile() 2117 Contents = ::getSegmentContents<MachO::segment_command_64>(*this, LoadCmd, in getSegmentContents() 2141 return ::getSegmentContents<MachO::segment_command_64>(*this, LoadCmd); in getSegmentContents() 3263 MachO::segment_command_64 SLC_64 = O->getSegment64LoadCommand(Command); in MachOAbstractFixupEntry() 4664 MachO::segment_command_64 4666 return getStruct<MachO::segment_command_64>(*this, L.Ptr); in getSegment64LoadCommand()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | MachO.h | 663 MachO::segment_command_64
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 312 MachO::segment_command_64 SLC = MachOObj->getSegment64LoadCommand(Command); in getSectionsAndSymbols() 655 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintIndirectSymbols() 991 const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintRelocations() 1044 MachO::segment_command_64 SLC = O->getSegment64LoadCommand(Command); in PrintFunctionStarts() 1204 MachO::segment_command_64 SLC = O->getSegment64LoadCommand(Command); in GetSegmentNames() 3229 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessCstringPointer() 3285 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessIndirectSymbol() 3436 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessPointerPointer() 8573 expected_cmdsize += sizeof(struct MachO::segment_command_64); in PrintSegmentCommand() 10129 MachO::segment_command_64 SLC_64 = Obj->getSegment64LoadCommand(Command); in PrintLoadCommands() [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 388 MachO::segment_command_64 SC = Obj->getSegment64LoadCommand(L); in getSegment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Signals.inc | 679 auto CmdSeg64 = (const struct segment_command_64 *)Cmd;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 1254 MachO::segment_command_64 Seg = MachO.getSegment64LoadCommand(Command); in dumpSymbolsFromDLInfoMachO()
|