| /llvm-project-15.0.7/lldb/tools/compact-unwind/ |
| H A D | compact-unwind-dumper.c | 184 struct section_64 sect; in scan_macho_load_commands() 185 memset(§, 0, sizeof(struct section_64)); in scan_macho_load_commands() 186 memcpy(§, offset, sizeof(struct section_64)); in scan_macho_load_commands() 199 struct section_64 sect; in scan_macho_load_commands() 200 memset(§, 0, sizeof(struct section_64)); in scan_macho_load_commands() 201 memcpy(§, offset, sizeof(struct section_64)); in scan_macho_load_commands() 212 struct section_64 sect; in scan_macho_load_commands() 213 memset(§, 0, sizeof(struct section_64)); in scan_macho_load_commands() 214 memcpy(§, offset, sizeof(struct section_64)); in scan_macho_load_commands() 225 offset += sizeof(struct section_64); in scan_macho_load_commands()
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | MachOYAML.h | 324 template <> struct MappingTraits<MachO::section_64> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 325 static void mapping(IO &IO, MachO::section_64 &LoadCommand); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Target.h | 137 using section = llvm::MachO::section_64;
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOReader.cpp | 53 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 D | MachOLayoutBuilder.cpp | 37 sizeof(MachO::section_64) * LC.Sections.size(); in computeSizeOfCmds() 202 sizeof(MachO::section_64) * LC.Sections.size(); in layoutSegments()
|
| H A D | MachOWriter.cpp | 178 writeSectionInLoadCommand<MachO::section_64>(*Sec, Begin); in writeLoadCommands()
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | MachOEmitter.cpp | 147 auto TempSec = constructSection<MachO::section_64>(Sec); in writeLoadCommandData() 152 sizeof(MachO::section_64)); in writeLoadCommandData() 153 BytesWritten += sizeof(MachO::section_64); in writeLoadCommandData()
|
| H A D | MachOYAML.cpp | 500 void MappingTraits<MachO::section_64>::mapping(IO &IO, in mapping() 501 MachO::section_64 &Section) { in mapping()
|
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | MachOUtils.cpp | 234 static MachO::section_64 346 NumSections * sizeof(MachO::section_64); in segmentLoadCommandSize()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 191 NumSections * (is64Bit() ? sizeof(MachO::section_64) : in writeSegmentLoadCommand() 258 (is64Bit() ? sizeof(MachO::section_64) : sizeof(MachO::section))); in writeSection() 803 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64): in writeObject()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.h | 268 std::vector<llvm::MachO::section_64> m_mach_sections;
|
| H A D | ObjectFileMachO.cpp | 1696 llvm::MachO::section_64 sect64; in ProcessSegmentCommand()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 104 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr() 182 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags() 1401 MachO::section_64>( in MachOObjectFile() 1944 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() 1975 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() 1990 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() 2134 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() 4434 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64() 4436 return getStruct<MachO::section_64>(*this, Sections[DRI.d.a]); in getSection64() 4448 return getStruct<MachO::section_64>(*this, Sec); in getSection64() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps_mac.cpp | 77 NextSectionLoad<struct section_64>(module, data_, IsWritable()); in AddAddressRanges()
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | macho2yaml.cpp | 131 MachODumper::constructSection(MachO::section_64 Sec, size_t SecIndex) { in constructSection() 229 return extractSections<MachO::section_64, MachO::segment_command_64>( in processLoadCommandData()
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | MachO.h | 616 MachO::section_64 getSection64(DataRefImpl DRI) const; 618 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
|
| /llvm-project-15.0.7/llvm/tools/llvm-size/ |
| H A D | llvm-size.cpp | 230 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSectionSizes() 292 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSegmentSizes()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebuggerSupportPlugin.cpp | 34 using Section = MachO::section_64;
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 579 struct section_64 { struct 1111 inline void swapStruct(section_64 §) { in swapStruct()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 129 const MachO::section_64 &Sec64 = in createNormalizedSections()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 674 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols() 1010 const MachO::section_64 Sec = O->getSection64(Load, J); in PrintRelocations() 1452 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection() 1542 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection() 1763 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents() 3031 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer() 3087 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessIndirectSymbol() 3238 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessPointerPointer() 8587 expected_cmdsize *= sizeof(struct MachO::section_64); in PrintSegmentCommand() 10141 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 358 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
|
| /llvm-project-15.0.7/llvm/tools/sancov/ |
| H A D | sancov.cpp | 637 MachO::section_64 Sec = O.getSection64(Load, J); in findMachOIndirectCovFunctions()
|