Searched refs:elf_phentsize (Results 1 - 2 of 2) sorted by relevance

/system/core/libcorkscrew/arch-x86/
H A Dptrace-x86.c35 uint32_t elf_phentsize = elf_phentsize_ehsize >> 16; local
38 uintptr_t elf_phdr = mi->start + elf_phoff + i * elf_phentsize;
/system/core/libcorkscrew/arch-arm/
H A Dptrace-arm.c39 uint32_t elf_phentsize = elf_phentsize_ehsize >> 16; local
42 uintptr_t elf_phdr = mi->start + elf_phoff + i * elf_phentsize;

Completed in 100 milliseconds