Searched refs:offset_map (Results 1 – 2 of 2) sorted by relevance
43 auto it = node.offset_map.find(file_offset); in FindElfInApkByOffset()44 if (it != node.offset_map.end()) { in FindElfInApkByOffset()49 node.offset_map[file_offset] = std::move(elf); in FindElfInApkByOffset()67 node.offset_map[result->entry_offset()] = std::move(elf); in FindElfInApkByName()
77 std::unordered_map<uint64_t, std::unique_ptr<EmbeddedElf>> offset_map; member