Home
last modified time | relevance | path

Searched refs:unw_ent_size (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c5548 unsigned long size, unw_ent_size, nentries, nrelas, i; in slurp_hppa_unwind_table() local
5588 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()