/openbsd/gnu/llvm/llvm/tools/dsymutil/ |
H A D | MachOUtils.cpp | 124 struct MachO::segment_command_64 adaptFrom32bits(MachO::segment_command Seg) { in adaptFrom32bits() 125 MachO::segment_command_64 Seg64; in adaptFrom32bits() 145 MachO::segment_command_64 Segment; in iterateOnSegments() 237 const MachO::segment_command_64 &Seg, in getSection() 346 return sizeof(MachO::segment_command_64) + in segmentLoadCommandSize() 462 iterateOnSegments(InputBinary, [&](const MachO::segment_command_64 &Segment) { in generateDsymCompanion()
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.def | 49 HANDLE_LOAD_COMMAND(LC_SEGMENT_64, 0x00000019u, segment_command_64) 104 LOAD_COMMAND_STRUCT(segment_command_64)
|
H A D | MachO.h | 556 struct segment_command_64 { struct 1196 inline void swapStruct(segment_command_64 &seg) { in swapStruct()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
H A D | ObjectFileMachO.h | 219 void SanitizeSegmentCommand(llvm::MachO::segment_command_64 &seg_cmd, 270 std::vector<llvm::MachO::segment_command_64> m_mach_segments;
|
H A D | ObjectFileMachO.cpp | 1375 llvm::MachO::segment_command_64 &seg_cmd, uint32_t cmd_idx) { in SanitizeSegmentCommand() 1431 GetSegmentPermissions(const llvm::MachO::segment_command_64 &seg_cmd) { in GetSegmentPermissions() 1602 llvm::MachO::segment_command_64 load_cmd; in ProcessSegmentCommand() 6506 std::vector<llvm::MachO::segment_command_64> segment_load_commands; 6597 uint32_t segment_size = sizeof(llvm::MachO::segment_command_64); 6602 llvm::MachO::segment_command_64 segment = { 6678 sizeof(llvm::MachO::segment_command_64);
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/MachO/ |
H A D | MachOLayoutBuilder.cpp | 36 Size += sizeof(MachO::segment_command_64) + in computeSizeOfCmds() 201 sizeof(MachO::segment_command_64) + in layoutSegments() 328 MLC->segment_command_64_data.cmdsize = sizeof(MachO::segment_command_64); in layoutTail()
|
H A D | MachOReader.cpp | 147 LoadCmd.Ptr + offsetof(MachO::segment_command_64, segname))) == in readLoadCommands() 152 extractSections<MachO::section_64, MachO::segment_command_64>( in readLoadCommands()
|
H A D | MachOWriter.cpp | 175 sizeof(MachO::segment_command_64)); in writeLoadCommands() 176 Begin += sizeof(MachO::segment_command_64); in writeLoadCommands()
|
/openbsd/gnu/llvm/lld/MachO/ |
H A D | Target.h | 153 using segment_command = llvm::MachO::segment_command_64;
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 228 void mapLoadCommandData<MachO::segment_command_64>( in mapLoadCommandData() 539 void MappingTraits<MachO::segment_command_64>::mapping( in mapping() 540 IO &IO, MachO::segment_command_64 &LoadCommand) { in mapping()
|
H A D | MachOEmitter.cpp | 147 size_t writeLoadCommandData<MachO::segment_command_64>( in writeLoadCommandData()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_mac.cpp | 400 if (NextSegmentLoad<LC_SEGMENT_64, struct segment_command_64>( in Next()
|
/openbsd/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 227 MachODumper::processLoadCommandData<MachO::segment_command_64>( in processLoadCommandData() 231 return extractSections<MachO::section_64, MachO::segment_command_64>( in processLoadCommandData()
|
/openbsd/gnu/llvm/llvm/tools/llvm-gsymutil/ |
H A D | llvm-gsymutil.cpp | 220 MachO::segment_command_64 SLC = MachO->getSegment64LoadCommand(Command); in getImageBaseAddress()
|
/openbsd/gnu/llvm/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 223 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in printDarwinSectionSizes() 292 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in printDarwinSegmentSizes()
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebuggerSupportPlugin.cpp | 33 using SegmentLC = MachO::segment_command_64;
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 187 is64Bit() ? sizeof(MachO::segment_command_64): in writeSegmentLoadCommand() 804 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64): in writeObject()
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 102 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) : in getSectionPtr() 1405 if ((Err = parseSegmentLoadCommand<MachO::segment_command_64, in MachOObjectFile() 2109 Contents = ::getSegmentContents<MachO::segment_command_64>(*this, LoadCmd, in getSegmentContents() 2133 return ::getSegmentContents<MachO::segment_command_64>(*this, LoadCmd); in getSegmentContents() 3257 MachO::segment_command_64 SLC_64 = O->getSegment64LoadCommand(Command); in MachOAbstractFixupEntry() 4654 MachO::segment_command_64 4656 return getStruct<MachO::segment_command_64>(*this, L.Ptr); in getSegment64LoadCommand()
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | MachO.h | 654 MachO::segment_command_64
|
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 342 MachO::segment_command_64 SLC = MachOObj->getSegment64LoadCommand(Command); in getSectionsAndSymbols() 685 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintIndirectSymbols() 1021 const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintRelocations() 1074 MachO::segment_command_64 SLC = O->getSegment64LoadCommand(Command); in PrintFunctionStarts() 1234 MachO::segment_command_64 SLC = O->getSegment64LoadCommand(Command); in GetSegmentNames() 3263 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessCstringPointer() 3319 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessIndirectSymbol() 3470 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessPointerPointer() 8852 expected_cmdsize += sizeof(struct MachO::segment_command_64); in PrintSegmentCommand() 10406 MachO::segment_command_64 SLC_64 = Obj->getSegment64LoadCommand(Command); in PrintLoadCommands() [all …]
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 388 MachO::segment_command_64 SC = Obj->getSegment64LoadCommand(L); in getSegment()
|
/openbsd/gnu/llvm/llvm/tools/sancov/ |
H A D | sancov.cpp | 621 MachO::segment_command_64 Seg = O.getSegment64LoadCommand(Load); in findMachOIndirectCovFunctions()
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachProcess.mm | 845 struct segment_command_64 seg; 846 if (ReadMemory(load_cmds_p, sizeof(struct segment_command_64), &seg) != 847 sizeof(struct segment_command_64)) {
|