HomeSort by relevance Sort by last modified time
    Searched full:p_unwind (Results 1 - 1 of 1) sorted by null

  /external/libunwind/src/ia64/
Gtables.c 475 const Elf64_Phdr *phdr, *p_unwind, *p_dynamic, *p_text; local
490 p_unwind = NULL;
505 p_unwind = phdr;
509 if (!p_text || !p_unwind)
512 if (likely (p_unwind->p_vaddr >= p_text->p_vaddr
513 && p_unwind->p_vaddr < p_text->p_vaddr + p_text->p_memsz))
523 if (phdr->p_type == PT_LOAD && p_unwind->p_vaddr >= phdr->p_vaddr
524 && p_unwind->p_vaddr < phdr->p_vaddr + phdr->p_memsz)
553 di->u.ti.table_data = (void *) (p_unwind->p_vaddr + load_base);
554 di->u.ti.table_len = p_unwind->p_memsz / sizeof (unw_word_t)
    [all...]

Completed in 112 milliseconds