HomeSort by relevance Sort by last modified time
    Searched refs:mVTables (Results 1 - 2 of 2) sorted by null

  /development/vndk/tools/vtable-dumper/
elf_handling.cpp 130 for (const VTable &Vtable : mVTables) {
163 for (VTable &Vtable : mVTables) {
186 mVTables.emplace_back(
203 if (mVTables.size() == 0) {
206 std::sort(mVTables.begin(), mVTables.end());
225 It = std::lower_bound(mVTables.begin(), mVTables.end(), RelOffset);
226 if (It != mVTables.begin() && It->getStartAddr() != RelOffset) {
elf_handling.h 135 std::vector<VTable> mVTables;

Completed in 56 milliseconds