Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DElfInterface.h209 static void GetMaxSize(Memory* memory, uint64_t* size) { in GetMaxSize() function
237 static void GetMaxSize(Memory* memory, uint64_t* size) { in GetMaxSize() function
/system/core/libunwindstack/
DElf.cpp231 ElfInterface32::GetMaxSize(memory, size); in GetInfo()
233 ElfInterface64::GetMaxSize(memory, size); in GetInfo()