Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c184 struct section_64 sect; in scan_macho_load_commands()
185 memset(&sect, 0, sizeof(struct section_64)); in scan_macho_load_commands()
186 memcpy(&sect, offset, sizeof(struct section_64)); in scan_macho_load_commands()
199 struct section_64 sect; in scan_macho_load_commands()
200 memset(&sect, 0, sizeof(struct section_64)); in scan_macho_load_commands()
201 memcpy(&sect, offset, sizeof(struct section_64)); in scan_macho_load_commands()
212 struct section_64 sect; in scan_macho_load_commands()
213 memset(&sect, 0, sizeof(struct section_64)); in scan_macho_load_commands()
214 memcpy(&sect, offset, sizeof(struct section_64)); in scan_macho_load_commands()
225 offset += sizeof(struct section_64); in scan_macho_load_commands()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h338 template <> struct MappingTraits<MachO::section_64> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
339 static void mapping(IO &IO, MachO::section_64 &LoadCommand); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/openbsd-src/gnu/llvm/lld/MachO/
H A DTarget.h154 using section = llvm::MachO::section_64;
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp53 Section constructSection(const MachO::section_64 &Sec, uint32_t Index) { in constructSection()
152 extractSections<MachO::section_64, MachO::segment_command_64>( in readLoadCommands()
H A DMachOLayoutBuilder.cpp37 sizeof(MachO::section_64) * LC.Sections.size(); in computeSizeOfCmds()
202 sizeof(MachO::section_64) * LC.Sections.size(); in layoutSegments()
H A DMachOWriter.cpp179 writeSectionInLoadCommand<MachO::section_64>(*Sec, Begin); in writeLoadCommands()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp151 auto TempSec = constructSection<MachO::section_64>(Sec); in writeLoadCommandData()
156 sizeof(MachO::section_64)); in writeLoadCommandData()
157 BytesWritten += sizeof(MachO::section_64); in writeLoadCommandData()
H A DMachOYAML.cpp510 void MappingTraits<MachO::section_64>::mapping(IO &IO, in mapping()
511 MachO::section_64 &Section) { in mapping()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DMachOUtils.cpp235 static MachO::section_64
347 NumSections * sizeof(MachO::section_64); in segmentLoadCommandSize()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMachObjectWriter.cpp191 NumSections * (is64Bit() ? sizeof(MachO::section_64) : in writeSegmentLoadCommand()
257 (is64Bit() ? sizeof(MachO::section_64) : sizeof(MachO::section))); in writeSection()
804 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64): in writeObject()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h271 std::vector<llvm::MachO::section_64> m_mach_sections;
H A DObjectFileMachO.cpp1712 llvm::MachO::section_64 sect64; in ProcessSegmentCommand()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp104 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr()
182 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags()
1406 MachO::section_64>( in MachOObjectFile()
1953 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()
1984 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()
1999 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()
2178 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()
4615 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64()
4617 return getStruct<MachO::section_64>(*this, Sections[DRI.d.a]); in getSection64()
4626 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64()
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp77 NextSectionLoad<struct section_64>(module, data_, IsWritable()); in AddAddressRanges()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h644 MachO::section_64 getSection64(DataRefImpl DRI) const;
646 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp133 MachODumper::constructSection(MachO::section_64 Sec, size_t SecIndex) { in constructSection()
231 return extractSections<MachO::section_64, MachO::segment_command_64>( in processLoadCommandData()
/openbsd-src/gnu/llvm/llvm/tools/llvm-size/
H A Dllvm-size.cpp233 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSectionSizes()
295 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSegmentSizes()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp34 using Section = MachO::section_64;
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h584 struct section_64 { struct
1222 inline void swapStruct(section_64 &sect) { in swapStruct()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp133 const MachO::section_64 &Sec64 = in createNormalizedSections()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp687 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols()
1023 const MachO::section_64 Sec = O->getSection64(Load, J); in PrintRelocations()
1683 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
1773 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
1994 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents()
3265 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer()
3321 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessIndirectSymbol()
3472 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessPointerPointer()
8851 expected_cmdsize *= sizeof(struct MachO::section_64); in PrintSegmentCommand()
10413 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DMachODumper.cpp357 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp623 MachO::section_64 Sec = O.getSection64(Load, J); in findMachOIndirectCovFunctions()