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