Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DSymbols.cpp96 for (size_t symbol_idx = 0; symbol_idx < count_;) { in BuildRemapTable() local
100 size_t read = std::min<size_t>(sizeof(buffer), (count_ - symbol_idx) * entry_size_); in BuildRemapTable()
101 size_t size = elf_memory->Read(offset_ + symbol_idx * entry_size_, buffer, read); in BuildRemapTable()
105 for (size_t offset = 0; offset + sizeof(SymType) <= size; offset += entry_size_, symbol_idx++) { in BuildRemapTable()
112 remap_->push_back(symbol_idx); // Indices of function symbols only. in BuildRemapTable()