Searched refs:symbol_index (Results 1 – 2 of 2) sorted by relevance
47 uint32_t symbol_index, Memory* elf_memory) { in ReadFuncInfo() argument48 auto it = symbols_.find(symbol_index); in ReadFuncInfo()53 if (!elf_memory->ReadFully(offset_ + symbol_index * entry_size_, &sym, sizeof(sym))) { in ReadFuncInfo()61 return &symbols_.emplace(symbol_index, info).first->second; in ReadFuncInfo()74 size_t symbol_index = RemapIndices ? remap_.value()[current] : current; in BinarySearch() local75 const Info* info = ReadFuncInfo<SymType>(symbol_index, elf_memory); in BinarySearch()
56 const Info* ReadFuncInfo(uint32_t symbol_index, Memory* elf_memory);