Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dunwind.c327 Xword fde_cnt; in ld_unwind_make_hdr() local
375 fde_cnt = 0; in ld_unwind_make_hdr()
425 fde_cnt++; in ld_unwind_make_hdr()
442 size = 12 + (8 * fde_cnt); in ld_unwind_make_hdr()
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c552 uint64_t ndx, frame_ptr, fde_cnt, tabndx; in unwind_eh_frame() local
619 switch (dwarf_ehe_extract(data, datasize, &ndx, &fde_cnt, in unwind_eh_frame()
636 EC_XWORD(fde_cnt)); in unwind_eh_frame()
642 for (tabndx = 0; tabndx < fde_cnt; tabndx++) { in unwind_eh_frame()