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

  /system/core/libcorkscrew/arch-x86/
ptrace-x86.c 29 uint32_t elf_shentsize_phnum; local
34 &elf_shentsize_phnum)) {
36 uint32_t elf_phnum = elf_shentsize_phnum & 0xffff;
  /system/core/libcorkscrew/arch-arm/
ptrace-arm.c 33 uint32_t elf_shentsize_phnum; local
38 &elf_shentsize_phnum)) {
40 uint32_t elf_phnum = elf_shentsize_phnum & 0xffff;

Completed in 115 milliseconds