Home
last modified time | relevance | path

Searched refs:punw (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/arch/ia64/kernel/
Dunwind.c2193 Elf64_Phdr *punw = NULL, *phdr = (Elf64_Phdr *) (GATE_ADDR + GATE_EHDR->e_phoff); in create_gate_table() local
2198 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()