Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DMachOUtils.cpp124 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 DMachO.def49 HANDLE_LOAD_COMMAND(LC_SEGMENT_64, 0x00000019u, segment_command_64)
104 LOAD_COMMAND_STRUCT(segment_command_64)
H A DMachO.h556 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 DObjectFileMachO.h219 void SanitizeSegmentCommand(llvm::MachO::segment_command_64 &seg_cmd,
270 std::vector<llvm::MachO::segment_command_64> m_mach_segments;
H A DObjectFileMachO.cpp1375 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 DObjectContainerMachOFileset.cpp151 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 DMachOLayoutBuilder.cpp36 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 DMachOReader.cpp147 LoadCmd.Ptr + offsetof(MachO::segment_command_64, segname))) == in readLoadCommands()
152 extractSections<MachO::section_64, MachO::segment_command_64>( in readLoadCommands()
H A DMachOWriter.cpp175 sizeof(MachO::segment_command_64)); in writeLoadCommands()
176 Begin += sizeof(MachO::segment_command_64); in writeLoadCommands()
/openbsd/gnu/llvm/lld/MachO/
H A DTarget.h153 using segment_command = llvm::MachO::segment_command_64;
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp228 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 DMachOEmitter.cpp147 size_t writeLoadCommandData<MachO::segment_command_64>( in writeLoadCommandData()
/openbsd/gnu/llvm/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c145 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 Dsanitizer_procmaps_mac.cpp400 if (NextSegmentLoad<LC_SEGMENT_64, struct segment_command_64>( in Next()
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp227 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 Dllvm-gsymutil.cpp220 MachO::segment_command_64 SLC = MachO->getSegment64LoadCommand(Command); in getImageBaseAddress()
/openbsd/gnu/llvm/llvm/tools/llvm-size/
H A Dllvm-size.cpp223 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 DDebuggerSupportPlugin.cpp33 using SegmentLC = MachO::segment_command_64;
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMachObjectWriter.cpp187 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 DMachOObjectFile.cpp102 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 DMachO.h654 MachO::segment_command_64
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp342 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 DMachODumper.cpp388 MachO::segment_command_64 SC = Obj->getSegment64LoadCommand(L); in getSegment()
/openbsd/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp621 MachO::segment_command_64 Seg = O.getSegment64LoadCommand(Load); in findMachOIndirectCovFunctions()
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm845 struct segment_command_64 seg;
846 if (ReadMemory(load_cmds_p, sizeof(struct segment_command_64), &seg) !=
847 sizeof(struct segment_command_64)) {

12