Searched refs:unw_ent_size (Results 1 – 1 of 1) sorted by relevance
5548 unsigned long size, unw_ent_size, nentries, nrelas, i; in slurp_hppa_unwind_table() local5588 unw_ent_size = 16; in slurp_hppa_unwind_table()5589 nentries = size / unw_ent_size; in slurp_hppa_unwind_table()5590 size = unw_ent_size * nentries; in slurp_hppa_unwind_table()5594 for (tp = table; tp < table + size; tp += unw_ent_size, ++tep) in slurp_hppa_unwind_table()5678 i = rp->r_offset / unw_ent_size; in slurp_hppa_unwind_table()5680 switch ((rp->r_offset % unw_ent_size) / eh_addr_size) in slurp_hppa_unwind_table()