Searched refs:unw_table_entry (Results 1 – 4 of 4) sorted by relevance
56 const struct unw_table_entry *array;
1500 static inline const struct unw_table_entry *1503 const struct unw_table_entry *e = NULL; in lookup()1529 const struct unw_table_entry *e = NULL; in build_script()2085 const struct unw_table_entry *start = table_start, *end = table_end; in init_unwind_table()2100 const struct unw_table_entry *start = table_start, *end = table_end; in unw_add_unwind_table()2189 const struct unw_table_entry *entry, *start, *end; 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()
849 struct unw_table_entry *start = (void *) mod->arch.unwind->sh_addr; in register_unwind_table()850 struct unw_table_entry *end = start + mod->arch.unwind->sh_size / sizeof (*start); in register_unwind_table()851 struct unw_table_entry *e1, *e2, *core, *init; in register_unwind_table()
97 struct unw_table_entry { struct
Completed in 15 milliseconds