HomeSort by relevance Sort by last modified time
    Searched refs:elf_phentsize_ehsize (Results 1 - 2 of 2) sorted by null

  /system/core/libcorkscrew/arch-x86/
ptrace-x86.c 28 uint32_t elf_phentsize_ehsize; local
32 &elf_phentsize_ehsize)
35 uint32_t elf_phentsize = elf_phentsize_ehsize >> 16;
  /system/core/libcorkscrew/arch-arm/
ptrace-arm.c 32 uint32_t elf_phentsize_ehsize; local
36 &elf_phentsize_ehsize)
39 uint32_t elf_phentsize = elf_phentsize_ehsize >> 16;

Completed in 94 milliseconds