Searched refs:PutElfInMemory (Results 1 – 1 of 1) sorted by relevance
/system/core/libunwindstack/tests/fuzz/ |
D | UnwinderComponentCreator.cpp | 208 void PutElfInMemory(MemoryFake* memory, uint64_t offset, uint8_t class_type, uint8_t machine_type, in PutElfInMemory() function 298 PutElfInMemory<Elf64_Ehdr, Elf64_Shdr>(memory, offset, class_type, machine_type, pc, size); in PutElfFilesInMemory() 300 PutElfInMemory<Elf32_Ehdr, Elf32_Shdr>(memory, offset, class_type, machine_type, pc, size); in PutElfFilesInMemory()
|