Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/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()
/src/contrib/llvm-project/lld/MachO/
H A DTarget.h154 using section = llvm::MachO::section_64;
/src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp54 Section constructSection(const MachO::section_64 &Sec, uint32_t Index) { in constructSection()
154 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.cpp179 writeSectionInLoadCommand<MachO::section_64>(*Sec, Begin); in writeLoadCommands()
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp152 auto TempSec = constructSection<MachO::section_64>(Sec); in writeLoadCommandData()
157 sizeof(MachO::section_64)); in writeLoadCommandData()
158 BytesWritten += sizeof(MachO::section_64); in writeLoadCommandData()
H A DMachOYAML.cpp511 void MappingTraits<MachO::section_64>::mapping(IO &IO, in mapping()
512 MachO::section_64 &Section) { in mapping()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1456 NumRuntimeSections * sizeof(MachO::section_64); in createObjCRuntimeObject()
1488 MachO::section_64 Sec; in populateObjCRuntimeObject()
1496 memset(&SD.Sec, 0, sizeof(MachO::section_64)); in populateObjCRuntimeObject()
1600 (TextSections.size() + DataSections.size()) * sizeof(MachO::section_64); in populateObjCRuntimeObject()
1619 Secs.size() * sizeof(MachO::section_64); in populateObjCRuntimeObject()
/src/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp232 NumSections * (is64Bit() ? sizeof(MachO::section_64) : in writeSegmentLoadCommand()
301 (is64Bit() ? sizeof(MachO::section_64) : sizeof(MachO::section))); in writeSection()
816 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64): in writeObject()
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp77 NextSectionLoad<struct section_64>(module, data_, IsWritable()); in AddAddressRanges()
/src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp104 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr()
184 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags()
1413 MachO::section_64>( in MachOObjectFile()
1960 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()
1991 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()
2006 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()
2185 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()
4626 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64()
4628 return getStruct<MachO::section_64>(*this, Sections[DRI.d.a]); in getSection64()
4637 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64()
[all …]
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h648 MachO::section_64 getSection64(DataRefImpl DRI) const;
650 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
/src/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp225 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSectionSizes()
287 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSegmentSizes()
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h581 using Section = MachO::section_64;
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h580 struct section_64 { struct
1223 inline void swapStruct(section_64 &sect) { in swapStruct()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp135 const MachO::section_64 &Sec64 = in createNormalizedSections()
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp661 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols()
997 const MachO::section_64 Sec = O->getSection64(Load, J); in PrintRelocations()
1657 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
1747 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
1961 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents()
3227 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer()
3283 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessIndirectSymbol()
3434 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessPointerPointer()
8553 expected_cmdsize *= sizeof(struct MachO::section_64); in PrintSegmentCommand()
10117 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands()
/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp357 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()