Searched refs:Begin (Results 1 – 2 of 2) sorted by relevance
55 bool Begin( T1 arg1, T2 arg2, int c);58 bool ret = Begin(arg, 2, 2);
339 uint64_t Begin = Section.getAddress(); in identifyAddend() local341 if (ROffset >= Begin && ROffset <= End) { in identifyAddend()342 return getAddendFromSection(Section, ROffset - Begin); in identifyAddend()393 uint64_t Begin, in VTable() argument397 mStartAddr(Begin), in VTable()399 mBaseOffset(Begin) {} in VTable()