Searched refs:unw_table_entry (Results 1 – 4 of 4) sorted by relevance
55 const struct unw_table_entry *array;
1499 static inline const struct unw_table_entry *1502 const struct unw_table_entry *e = NULL; in lookup()1528 const struct unw_table_entry *e = NULL; in build_script()2084 const struct unw_table_entry *start = table_start, *end = table_end; in init_unwind_table()2099 const struct unw_table_entry *start = table_start, *end = table_end; in unw_add_unwind_table()2188 const struct unw_table_entry *entry, *start, *end; 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()
857 struct unw_table_entry *start = (void *) mod->arch.unwind->sh_addr; in register_unwind_table()858 struct unw_table_entry *end = start + mod->arch.unwind->sh_size / sizeof (*start); in register_unwind_table()859 struct unw_table_entry tmp, *e1, *e2, *core, *init; in register_unwind_table()
96 struct unw_table_entry { struct