Searched refs:punw (Results 1 – 1 of 1) sorted by relevance
2193 Elf64_Phdr *punw = NULL, *phdr = (Elf64_Phdr *) (GATE_ADDR + GATE_EHDR->e_phoff); in create_gate_table() local2198 punw = phdr; in create_gate_table()2202 if (!punw) { in create_gate_table()2207 start = (const struct unw_table_entry *) punw->p_vaddr; in create_gate_table()2208 end = (struct unw_table_entry *) ((char *) start + punw->p_memsz); in create_gate_table()