Searched defs:Elf (Results 1 - 1 of 1) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
H A DElf.h51 class Elf { class in namespace:unwindstack
53 Elf(Memory* memory) : memory_(memory) {} function in class:unwindstack::Elf
54 virtual ~Elf() = default;
125 static std::unordered_map<std::string, std::pair<std::shared_ptr<Elf>, bool>>* cache_;

Completed in 69 milliseconds