Searched refs:initloc (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dunwind.c458 * the actual 'initloc' of a bintab entry - to
659 uint64_t initloc; local
662 initloc = dwarf_ehe_extract(&data[off],
667 * Ignore FDEs with initloc set to 0.
668 * initloc will not be 0 unless this FDE was
674 if (initloc != 0) {
686 (uint_t)(initloc - hdraddr);
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c553 uint64_t initloc, initloc0; local
603 initloc = dwarf_ehe_extract(data, &ndx, table_enc,
606 if ((tabndx != 0) && (initloc0 > initloc))
611 EC_XWORD(initloc),
615 initloc0 = initloc;

Completed in 216 milliseconds