Searched refs:tep (Results 1 – 1 of 1) sorted by relevance
6348 struct ia64_unw_table_entry * tep; in slurp_ia64_unwind_table() local6390 tep = aux->table; in slurp_ia64_unwind_table()6391 for (tp = table; tp < table + size; ++tep) in slurp_ia64_unwind_table()6393 tep->start.section = SHN_UNDEF; in slurp_ia64_unwind_table()6394 tep->end.section = SHN_UNDEF; in slurp_ia64_unwind_table()6395 tep->info.section = SHN_UNDEF; in slurp_ia64_unwind_table()6396 tep->start.offset = byte_get (tp, eh_addr_size); tp += eh_addr_size; in slurp_ia64_unwind_table()6397 tep->end.offset = byte_get (tp, eh_addr_size); tp += eh_addr_size; in slurp_ia64_unwind_table()6398 tep->info.offset = byte_get (tp, eh_addr_size); tp += eh_addr_size; in slurp_ia64_unwind_table()6399 tep->start.offset += aux->seg_base; in slurp_ia64_unwind_table()[all …]