Searched defs:fde_count (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame3.c70 Dwarf_Signed fde_count; local
84 &fde_data, &fde_count, err);
163 for (i = 0; i < fde_count; i++) {
H A Ddwarf_frame2.c264 Dwarf_Word fde_count = 0; local
414 fde_count++;
432 if(fde_count > 0) {
455 if (fde_count > 0) {
457 _dwarf_get_alloc(dbg, DW_DLA_LIST, fde_count);
462 for (i = 0; i < fde_count; i++) {
473 *fde_element_count = fde_count;
476 dbg->de_fde_count_eh = fde_count;
481 dbg->de_fde_count = fde_count;
488 if(fde_count >
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dunwind.c46 * encoded fde_count
72 * The encoding format of the fde_count field. A value of
90 * fde_count
97 * A binary search table containing fde_count entries. Each
439 * 4 bytes fde_count +4
440 * [4 bytes] [4bytes] * fde_count ...
493 uint_t fde_count; local
530 * 4 bytes fde_count +4
535 fde_count = 0;
740 bintabndx = fde_count *
[all...]

Completed in 49 milliseconds