Searched refs:section_64 (Results 1 – 16 of 16) sorted by relevance
81 void SwapStruct(MachO::section_64 &S) { in SwapStruct()266 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr()418 MachO::section_64 Sect = O->getSection64(Sec); in getSectionFlags()678 MachO::section_64 Sect = getSection64(Sec); in getSectionAddress()690 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()706 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()723 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()829 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()1776 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64()1777 return getStruct<MachO::section_64>(this, Sections[DRI.d.a]); in getSection64()[all …]
188 MachO::section_64 getSection64(DataRefImpl DRI) const;190 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
194 std::vector<llvm::MachO::section_64> m_mach_sections;
1101 struct section_64 sect64; in CreateSections()
33 const section_64* section = getsectbynamefromheader_64(
175 NumSections * (is64Bit() ? sizeof(MachO::section_64) : in WriteSegmentLoadCommand()246 assert(OS.tell() - Start == (is64Bit() ? sizeof(MachO::section_64) : in WriteSection()780 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64): in WriteObject()
143 struct section_64 s; in parse_macho()155 memcpy(&s, seg_buf, sizeof(struct section_64)); in parse_macho()
60 MachO::section_64 S = MOOF->getSection64(StubsSec.getRawDataRefImpl()); in MCMachObjectSymbolizer()
142 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSectionSizes()209 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSegmentSizes()
174 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
158 MachO::section_64 Sect = Obj.getSection64(LCI, i); in DumpSegment64Command()
598 struct section_64 { struct
67 #define SECTION section_64
83 ((MachO::section_64 *)data)->addr = Addr; in updateSectionAddress()
78 # define SECTION section_64