| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Target.h | 108 using segment_command = llvm::MachO::segment_command_64; member 124 using segment_command = llvm::MachO::segment_command; member
|
| H A D | ObjC.cpp | 31 findCommand<typename LP::segment_command>(hdr, LP::segmentLCType)) { in hasObjCSection()
|
| H A D | Writer.cpp | 224 return sizeof(typename LP::segment_command) + in getSize() 229 using SegmentCommand = typename LP::segment_command; in writeTo()
|
| H A D | InputFiles.cpp | 751 using SegmentCommand = typename LP::segment_command; in parse()
|
| H A D | SyntheticSections.cpp | 734 using SegmentCommand = typename LP::segment_command; in collectDataInCodeEntries()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.def | 15 HANDLE_LOAD_COMMAND(LC_SEGMENT, 0x00000001u, segment_command) 100 LOAD_COMMAND_STRUCT(segment_command)
|
| H A D | MachO.h | 535 struct segment_command { struct 1075 inline void swapStruct(segment_command &seg) { in swapStruct()
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileBinaryReader.cpp | 327 const segment_command *seg = in readBinary() 328 reinterpret_cast<const segment_command*>(lc); in readBinary() 331 (lc + sizeof(segment_command)); in readBinary() 332 const unsigned lcSize = sizeof(segment_command) in readBinary()
|
| H A D | MachONormalizedFileBinaryWriter.cpp | 163 typedef llvm::MachO::segment_command command; 263 (_is64 ? sizeof(segment_command_64) : sizeof(segment_command)); in MachOFileLayout() 387 (_is64 ? sizeof(segment_command_64) : sizeof(segment_command)); in loadCommandsSize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
| H A D | MachOLayoutBuilder.cpp | 32 Size += sizeof(MachO::segment_command) + in computeSizeOfCmds() 192 sizeof(MachO::segment_command) + in layoutSegments() 276 MLC->segment_command_data.cmdsize = sizeof(MachO::segment_command); in layoutTail()
|
| H A D | Object.cpp | 169 strnlen(SegName, sizeof(MachO::segment_command::segname))); in extractSegmentName()
|
| H A D | MachOWriter.cpp | 184 memcpy(Begin, &MLC.segment_command_data, sizeof(MachO::segment_command)); in writeLoadCommands() 185 Begin += sizeof(MachO::segment_command); in writeLoadCommands()
|
| H A D | MachOReader.cpp | 127 extractSections<MachO::section, MachO::segment_command>( in readLoadCommands()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MachOYAML.cpp | 207 void mapLoadCommandData<MachO::segment_command>( in mapLoadCommandData() 487 void MappingTraits<MachO::segment_command>::mapping( in mapping() 488 IO &IO, MachO::segment_command &LoadCommand) { in mapping()
|
| H A D | MachOEmitter.cpp | 125 size_t writeLoadCommandData<MachO::segment_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/compact-unwind/ |
| H A D | compact-unwind-dumper.c | 202 struct segment_command seg; in scan_macho_load_commands() 203 memcpy(&seg, offset, sizeof(struct segment_command)); in scan_macho_load_commands() 209 offset += sizeof(struct segment_command); in scan_macho_load_commands()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps_mac.cpp | 341 if (NextSegmentLoad<LC_SEGMENT, struct segment_command>( in Next()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-size/ |
| H A D | llvm-size.cpp | 246 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSectionSizes() 315 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSegmentSizes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 186 sizeof(MachO::segment_command); in writeSegmentLoadCommand() 771 sizeof(MachO::segment_command) + NumSections * sizeof(MachO::section); in writeObject()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | MachO.h | 497 MachO::segment_command
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 99 sizeof(MachO::segment_command); in getSectionPtr() 1398 if ((Err = parseSegmentLoadCommand<MachO::segment_command, in MachOObjectFile() 4308 MachO::segment_command 4310 return getStruct<MachO::segment_command>(*this, L.Ptr); in getSegmentLoadCommand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 361 MachO::segment_command SC = Obj->getSegmentLoadCommand(L); in getSegment()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 316 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command); in getSectionsAndSymbols() 694 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols() 1022 const MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintRelocations() 1049 MachO::segment_command SLC = O->getSegmentLoadCommand(Command); in PrintFunctionStarts() 3027 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer() 3093 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol() 8560 expected_cmdsize += sizeof(struct MachO::segment_command); in PrintSegmentCommand() 10084 MachO::segment_command SLC = Obj->getSegmentLoadCommand(Command); in PrintLoadCommands() 10258 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); in printMachOExportsTrie()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 1137 MachO::segment_command Seg = MachO.getSegmentLoadCommand(Command); in dumpSymbolsFromDLInfoMachO()
|