Lines Matching refs:Sect
406 macho::Section64 Sect = O->getSection64(Sec); in getSectionFlags() local
407 return Sect.Flags; in getSectionFlags()
409 macho::Section Sect = O->getSection(Sec); in getSectionFlags() local
410 return Sect.Flags; in getSectionFlags()
685 macho::Section64 Sect = getSection64(Sec); in getSectionAddress() local
686 Res = Sect.Address; in getSectionAddress()
688 macho::Section Sect = getSection(Sec); in getSectionAddress() local
689 Res = Sect.Address; in getSectionAddress()
697 macho::Section64 Sect = getSection64(Sec); in getSectionSize() local
698 Res = Sect.Size; in getSectionSize()
700 macho::Section Sect = getSection(Sec); in getSectionSize() local
701 Res = Sect.Size; in getSectionSize()
713 macho::Section64 Sect = getSection64(Sec); in getSectionContents() local
714 Offset = Sect.Offset; in getSectionContents()
715 Size = Sect.Size; in getSectionContents()
717 macho::Section Sect =getSection(Sec); in getSectionContents() local
718 Offset = Sect.Offset; in getSectionContents()
719 Size = Sect.Size; in getSectionContents()
730 macho::Section64 Sect = getSection64(Sec); in getSectionAlignment() local
731 Align = Sect.Align; in getSectionAlignment()
733 macho::Section Sect = getSection(Sec); in getSectionAlignment() local
734 Align = Sect.Align; in getSectionAlignment()
820 macho::Section64 Sect = getSection64(Sec); in getSectionRelBegin() local
821 Offset = Sect.RelocationTableOffset; in getSectionRelBegin()
823 macho::Section Sect = getSection(Sec); in getSectionRelBegin() local
824 Offset = Sect.RelocationTableOffset; in getSectionRelBegin()
837 macho::Section64 Sect = getSection64(Sec); in getSectionRelEnd() local
838 Offset = Sect.RelocationTableOffset; in getSectionRelEnd()
839 Num = Sect.NumRelocationTableEntries; in getSectionRelEnd()
841 macho::Section Sect = getSection(Sec); in getSectionRelEnd() local
842 Offset = Sect.RelocationTableOffset; in getSectionRelEnd()
843 Num = Sect.NumRelocationTableEntries; in getSectionRelEnd()