Home
last modified time | relevance | path

Searched refs:segment_command (Results 1 – 22 of 22) sorted by relevance

/openbsd/src/gnu/llvm/lld/MachO/
DTarget.h153 using segment_command = llvm::MachO::segment_command_64; member
169 using segment_command = llvm::MachO::segment_command; member
DObjC.cpp33 findCommand<typename LP::segment_command>(hdr, LP::segmentLCType)) { in objectHasObjCSection()
DWriter.cpp227 return sizeof(typename LP::segment_command) + in getSize()
232 using SegmentCommand = typename LP::segment_command; in writeTo()
DInputFiles.cpp966 using SegmentCommand = typename LP::segment_command; in parse()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DMachO.def15 HANDLE_LOAD_COMMAND(LC_SEGMENT, 0x00000001u, segment_command)
103 LOAD_COMMAND_STRUCT(segment_command)
DMachO.h542 struct segment_command { struct
1209 inline void swapStruct(segment_command &seg) { in swapStruct()
/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
DMachOUtils.cpp124 struct MachO::segment_command_64 adaptFrom32bits(MachO::segment_command Seg) { in adaptFrom32bits()
230 const MachO::segment_command &Seg, in getSection()
349 return sizeof(MachO::segment_command) + NumSections * sizeof(MachO::section); in segmentLoadCommandSize()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DMachOYAML.cpp222 void mapLoadCommandData<MachO::segment_command>( in mapLoadCommandData()
526 void MappingTraits<MachO::segment_command>::mapping( in mapping()
527 IO &IO, MachO::segment_command &LoadCommand) { in mapping()
DMachOEmitter.cpp131 size_t writeLoadCommandData<MachO::segment_command>(MachOYAML::LoadCommand &LC, in writeLoadCommandData()
/openbsd/src/gnu/llvm/lldb/tools/compact-unwind/
Dcompact-unwind-dumper.c159 struct segment_command seg; in scan_macho_load_commands()
160 memcpy(&seg, offset, sizeof(struct segment_command)); in scan_macho_load_commands()
166 offset += sizeof(struct segment_command); in scan_macho_load_commands()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_mac.cpp407 if (NextSegmentLoad<LC_SEGMENT, struct segment_command>( in Next()
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Dmacho2yaml.cpp217 MachODumper::processLoadCommandData<MachO::segment_command>( in processLoadCommandData()
221 return extractSections<MachO::section, MachO::segment_command>( in processLoadCommandData()
/openbsd/src/gnu/llvm/llvm/tools/llvm-gsymutil/
Dllvm-gsymutil.cpp215 MachO::segment_command SLC = MachO->getSegmentLoadCommand(Command); in getImageBaseAddress()
/openbsd/src/gnu/llvm/llvm/tools/llvm-size/
Dllvm-size.cpp249 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSectionSizes()
318 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSegmentSizes()
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMachObjectWriter.cpp188 sizeof(MachO::segment_command); in writeSegmentLoadCommand()
805 sizeof(MachO::segment_command) + NumSections * sizeof(MachO::section); in writeObject()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DMachOObjectFile.cpp103 sizeof(MachO::segment_command); in getSectionPtr()
1411 if ((Err = parseSegmentLoadCommand<MachO::segment_command, in MachOObjectFile()
2105 Contents = ::getSegmentContents<MachO::segment_command>(*this, LoadCmd, in getSegmentContents()
2128 return ::getSegmentContents<MachO::segment_command>(*this, LoadCmd); in getSegmentContents()
3251 MachO::segment_command SLC = O->getSegmentLoadCommand(Command); in MachOAbstractFixupEntry()
4649 MachO::segment_command
4651 return getStruct<MachO::segment_command>(*this, L.Ptr); in getSegmentLoadCommand()
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DMachO.h652 MachO::segment_command
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp335 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command); in getSectionsAndSymbols()
713 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols()
1041 const MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintRelocations()
1068 MachO::segment_command SLC = O->getSegmentLoadCommand(Command); in PrintFunctionStarts()
1231 MachO::segment_command SLC = O->getSegmentLoadCommand(Command); in GetSegmentNames()
3284 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer()
3350 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol()
8847 expected_cmdsize += sizeof(struct MachO::segment_command); in PrintSegmentCommand()
10393 MachO::segment_command SLC = Obj->getSegmentLoadCommand(Command); in PrintLoadCommands()
10569 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); in printMachOExportsTrie()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DMachODumper.cpp374 MachO::segment_command SC = Obj->getSegmentLoadCommand(L); in getSegment()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DMachProcess.mm822 struct segment_command seg;
823 if (ReadMemory(load_cmds_p, sizeof(struct segment_command), &seg) !=
824 sizeof(struct segment_command)) {
/openbsd/src/gnu/llvm/llvm/tools/llvm-nm/
Dllvm-nm.cpp1225 MachO::segment_command Seg = MachO.getSegmentLoadCommand(Command); in dumpSymbolsFromDLInfoMachO()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp6600 segment_size = sizeof(llvm::MachO::segment_command);
6681 sizeof(llvm::MachO::segment_command);