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

  /system/core/libcorkscrew/arch-x86/
ptrace-x86.c 39 uint32_t elf_phdr_type; local
40 if (!try_get_word_ptrace(pid, elf_phdr + offsetof(Elf32_Phdr, p_type), &elf_phdr_type)) {
43 if (elf_phdr_type == PT_GNU_EH_FRAME) {
  /system/core/libcorkscrew/arch-arm/
ptrace-arm.c 43 uint32_t elf_phdr_type; local
44 if (!try_get_word_ptrace(pid, elf_phdr + offsetof(Elf32_Phdr, p_type), &elf_phdr_type)) {
47 if (elf_phdr_type == PT_ARM_EXIDX) {

Completed in 131 milliseconds