Lines Matching defs:table
183 /* main unwind table */
189 struct unwind_table *table;
192 list_for_each_entry(table, &unwind_tables, list) {
193 if (addr >= table->begin_addr &&
194 addr < table->end_addr) {
195 idx = search_index(addr, table->start,
196 table->origin,
197 table->stop);
199 list_move(&table->list, &unwind_tables);
215 pr_warn("unwind: Corrupt unwind table\n");
433 /* prel31 to the unwind table */