Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dgetsect.d231 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 Dloader.d736 struct section_64 in version() struct
2800 struct section_64 struct
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h321 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 DMachOEmitter.cpp145 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 DMachOYAML.cpp471 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 DMachOReader.cpp56 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 DMachOLayoutBuilder.cpp38 sizeof(MachO::section_64) * LC.Sections.size(); in computeSizeOfCmds()
203 sizeof(MachO::section_64) * LC.Sections.size(); in layoutSegments()
H A DMachOWriter.cpp189 writeSectionInLoadCommand<MachO::section_64>(*Sec, Begin); in writeLoadCommands()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp101 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 DMachOUtils.cpp232 static MachO::section_64
349 NumSections * sizeof(MachO::section_64); in segmentLoadCommandSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMachObjectWriter.cpp189 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 DMachO.h489 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 Dsanitizer_procmaps_mac.cc76 NextSectionLoad<struct section_64>(module, data_, IsWritable()); in AddAddressRanges()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc78 NextSectionLoad<struct section_64>(module, data_, IsWritable()); in AddAddressRanges()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp77 NextSectionLoad<struct section_64>(module, data_, IsWritable()); in AddAddressRanges()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp127 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 Dllvm-size.cpp240 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 DMachOLinkGraphBuilder.cpp120 const MachO::section_64 &Sec64 = in createNormalizedSections()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h577 struct section_64 { struct
1088 inline void swapStruct(section_64 &sect) { in swapStruct()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp668 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 DMachODumper.cpp344 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp614 MachO::section_64 Sec = O.getSection64(Load, J); in findMachOIndirectCovFunctions()