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