Searched refs:GetMaxSizeWithTemplate (Results 1 – 2 of 2) sorted by relevance
137 static void GetMaxSizeWithTemplate(Memory* memory, uint64_t* size);210 GetMaxSizeWithTemplate<Elf32_Ehdr>(memory, size); in GetMaxSize()238 GetMaxSizeWithTemplate<Elf64_Ehdr>(memory, size); in GetMaxSize()
571 void ElfInterface::GetMaxSizeWithTemplate(Memory* memory, uint64_t* size) { in GetMaxSizeWithTemplate() function in unwindstack::ElfInterface707 template void ElfInterface::GetMaxSizeWithTemplate<Elf32_Ehdr>(Memory*, uint64_t*);708 template void ElfInterface::GetMaxSizeWithTemplate<Elf64_Ehdr>(Memory*, uint64_t*);