Home | History | Annotate | Download | only in Object

Lines Matching refs:Sect

531     InMemoryStruct<macho::Section64> Sect;
532 getSection64(DRI, Sect);
533 Result = Sect->Address;
535 InMemoryStruct<macho::Section> Sect;
536 getSection(DRI, Sect);
537 Result = Sect->Address;
545 InMemoryStruct<macho::Section64> Sect;
546 getSection64(DRI, Sect);
547 Result = Sect->Size;
549 InMemoryStruct<macho::Section> Sect;
550 getSection(DRI, Sect);
551 Result = Sect->Size;
559 InMemoryStruct<macho::Section64> Sect;
560 getSection64(DRI, Sect);
561 Result = MachOObj->getData(Sect->Offset, Sect->Size);
563 InMemoryStruct<macho::Section> Sect;
564 getSection(DRI, Sect);
565 Result = MachOObj->getData(Sect->Offset, Sect->Size);
573 InMemoryStruct<macho::Section64> Sect;
574 getSection64(DRI, Sect);
575 Result = uint64_t(1) << Sect->Align;
577 InMemoryStruct<macho::Section> Sect;
578 getSection(DRI, Sect);
579 Result = uint64_t(1) << Sect->Align;
587 InMemoryStruct<macho::Section64> Sect;
588 getSection64(DRI, Sect);
589 Result = Sect->Flags & macho::SF_PureInstructions;
591 InMemoryStruct<macho::Section> Sect;
592 getSection(DRI, Sect);
593 Result = Sect->Flags & macho::SF_PureInstructions;
629 InMemoryStruct<macho::Section64> Sect;
630 getSection64(DRI, Sect);
631 unsigned SectionType = Sect->Flags & MachO::SectionFlagMaskSectionType;
635 InMemoryStruct<macho::Section> Sect;
636 getSection(DRI, Sect);
637 unsigned SectionType = Sect->Flags & MachO::SectionFlagMaskSectionType;
694 InMemoryStruct<macho::Section64> Sect;
695 getSection64(Sec, Sect);
696 last_reloc = Sect->NumRelocationTableEntries;
698 InMemoryStruct<macho::Section> Sect;
699 getSection(Sec, Sect);
700 last_reloc = Sect->NumRelocationTableEntries;
727 InMemoryStruct<macho::Section64> Sect;
728 getSection64(Sections[Rel.d.b], Sect);
729 relOffset = Sect->RelocationTableOffset;
731 InMemoryStruct<macho::Section> Sect;
732 getSection(Sections[Rel.d.b], Sect);
733 relOffset = Sect->RelocationTableOffset;
747 InMemoryStruct<macho::Section64> Sect;
748 getSection64(Sections[Rel.d.b], Sect);
749 sectAddress += Sect->Address;
751 InMemoryStruct<macho::Section> Sect;
752 getSection(Sections[Rel.d.b], Sect);
753 sectAddress += Sect->Address;
922 InMemoryStruct<macho::Section64> Sect;
923 getSection64(Sections[Rel.d.b], Sect);
924 sectAddress += Sect->Offset;
926 InMemoryStruct<macho::Section> Sect;
927 getSection(Sections[Rel.d.b], Sect);
928 sectAddress += Sect->Offset;
1114 // X86 sect diff's must be followed by a relocation of type
1144 // X86 sect diff's must be followed by a relocation of type