Home
last modified time | relevance | path

Searched refs:Begin (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/tests/input/
Dexample2.h55 bool Begin( T1 arg1, T2 arg2, int c);
58 bool ret = Begin(arg, 2, 2);
/development/vndk/tools/vtable-dumper/
Delf_handling.cpp339 uint64_t Begin = Section.getAddress(); in identifyAddend() local
341 if (ROffset >= Begin && ROffset <= End) { in identifyAddend()
342 return getAddendFromSection(Section, ROffset - Begin); in identifyAddend()
393 uint64_t Begin, in VTable() argument
397 mStartAddr(Begin), in VTable()
399 mBaseOffset(Begin) {} in VTable()