| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/ |
| H A D | getsect.d | 231 struct section_64; in version() 308 const(section_64)* getsectbynamefromheader_64( in version() local 379 const(section_64)* getsectbyname( in version() local 459 const(section_64)* getsectbynamefromheader_64(
|
| H A D | loader.d | 736 struct section_64 in version() struct 2800 struct section_64 struct
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
| H A D | MachOYAML.h | 321 template <> struct MappingTraits<MachO::section_64> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 322 static void mapping(IO &IO, MachO::section_64 &LoadCommand); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | MachOEmitter.cpp | 145 auto TempSec = constructSection<MachO::section_64>(Sec); in writeLoadCommandData() 150 sizeof(MachO::section_64)); in writeLoadCommandData() 151 BytesWritten += sizeof(MachO::section_64); in writeLoadCommandData()
|
| H A D | MachOYAML.cpp | 471 void MappingTraits<MachO::section_64>::mapping(IO &IO, in mapping() 472 MachO::section_64 &Section) { in mapping()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
| H A D | MachOReader.cpp | 56 template <> Section constructSection(MachO::section_64 Sec, uint32_t Index) { in constructSection() 135 extractSections<MachO::section_64, MachO::segment_command_64>( in readLoadCommands()
|
| H A D | MachOLayoutBuilder.cpp | 38 sizeof(MachO::section_64) * LC.Sections.size(); in computeSizeOfCmds() 203 sizeof(MachO::section_64) * LC.Sections.size(); in layoutSegments()
|
| H A D | MachOWriter.cpp | 189 writeSectionInLoadCommand<MachO::section_64>(*Sec, Begin); in writeLoadCommands()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 101 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr() 179 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags() 1394 MachO::section_64>( in MachOObjectFile() 1937 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() 1968 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() 1983 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() 2080 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() 4268 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64() 4270 return getStruct<MachO::section_64>(*this, Sections[DRI.d.a]); in getSection64() 4279 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| H A D | MachOUtils.cpp | 232 static MachO::section_64 349 NumSections * sizeof(MachO::section_64); in segmentLoadCommandSize()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 189 NumSections * (is64Bit() ? sizeof(MachO::section_64) : in writeSegmentLoadCommand() 256 (is64Bit() ? sizeof(MachO::section_64) : sizeof(MachO::section))); in writeSection() 770 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64): in writeObject()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | MachO.h | 489 MachO::section_64 getSection64(DataRefImpl DRI) const; 491 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_procmaps_mac.cc | 76 NextSectionLoad<struct section_64>(module, data_, IsWritable()); in AddAddressRanges()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps_mac.cc | 78 NextSectionLoad<struct section_64>(module, data_, IsWritable()); in AddAddressRanges()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_procmaps_mac.cpp | 77 NextSectionLoad<struct section_64>(module, data_, IsWritable()); in AddAddressRanges()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | macho2yaml.cpp | 127 MachODumper::constructSection(MachO::section_64 Sec, size_t SecIndex) { in constructSection() 218 return extractSections<MachO::section_64, MachO::segment_command_64>( in processLoadCommandData()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-size/ |
| H A D | llvm-size.cpp | 240 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSectionSizes() 302 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSegmentSizes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 120 const MachO::section_64 &Sec64 = in createNormalizedSections()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 577 struct section_64 { struct 1088 inline void swapStruct(section_64 §) { in swapStruct()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 668 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols() 1004 const MachO::section_64 Sec = O->getSection64(Load, J); in PrintRelocations() 1432 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection() 1522 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection() 1743 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents() 3008 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer() 3064 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessIndirectSymbol() 3215 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessPointerPointer() 8564 expected_cmdsize *= sizeof(struct MachO::section_64); in PrintSegmentCommand() 10104 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 344 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/ |
| H A D | sancov.cpp | 614 MachO::section_64 Sec = O.getSection64(Load, J); in findMachOIndirectCovFunctions()
|