Home | History | Annotate | Download | only in Object

Lines Matching refs:SectBegin

623   uint64_t SectBegin, SectEnd;
624 getSectionAddress(Sec, SectBegin);
626 SectEnd += SectBegin;
632 Result = (SymAddr >= SectBegin) && (SymAddr < SectEnd);
637 Result = (SymAddr >= SectBegin) && (SymAddr < SectEnd);