Searched refs:GetMaxSizeWithTemplate (Results 1 – 2 of 2) sorted by relevance
131 static void GetMaxSizeWithTemplate(Memory* memory, uint64_t* size);199 GetMaxSizeWithTemplate<Elf32_Ehdr>(memory, size); in GetMaxSize()229 GetMaxSizeWithTemplate<Elf64_Ehdr>(memory, size); in GetMaxSize()
528 void ElfInterface::GetMaxSizeWithTemplate(Memory* memory, uint64_t* size) { in GetMaxSizeWithTemplate() function in unwindstack::ElfInterface665 template void ElfInterface::GetMaxSizeWithTemplate<Elf32_Ehdr>(Memory*, uint64_t*);666 template void ElfInterface::GetMaxSizeWithTemplate<Elf64_Ehdr>(Memory*, uint64_t*);