Searched refs:unw_ent_size (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | readelf.c | 7382 unsigned long size, unw_ent_size, nentries, nrelas, i; in slurp_hppa_unwind_table() local 7425 unw_ent_size = 16; in slurp_hppa_unwind_table() 7426 nentries = size / unw_ent_size; in slurp_hppa_unwind_table() 7427 size = unw_ent_size * nentries; in slurp_hppa_unwind_table() 7432 for (tp = table; tp < table + size; tp += unw_ent_size, ++tep) in slurp_hppa_unwind_table() 7507 i = rp->r_offset / unw_ent_size; in slurp_hppa_unwind_table() 7509 switch ((rp->r_offset % unw_ent_size) / eh_addr_size) in slurp_hppa_unwind_table()
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | readelf.c | 8076 unsigned long size, unw_ent_size, nentries, nrelas, i; in slurp_hppa_unwind_table() local 8118 unw_ent_size = 16; in slurp_hppa_unwind_table() 8119 nentries = size / unw_ent_size; in slurp_hppa_unwind_table() 8120 size = unw_ent_size * nentries; in slurp_hppa_unwind_table() 8125 for (tp = table; tp < table + size; tp += unw_ent_size, ++tep) in slurp_hppa_unwind_table() 8207 i = rp->r_offset / unw_ent_size; in slurp_hppa_unwind_table() 8223 switch ((rp->r_offset % unw_ent_size) / 4) in slurp_hppa_unwind_table()
|