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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dunwind.c454 * the actual 'initloc' of a bintab entry - to
703 uint64_t initloc; local
712 size - off, &ndx, &initloc, cieRflag,
732 * Ignore FDEs with initloc set to 0.
733 * initloc will not be 0 unless this FDE was
739 if (initloc != 0) {
751 (uint_t)(initloc - hdraddr);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame2.c745 Dwarf_Small *initloc = frame_ptr; local
888 new_fde->fd_initial_loc_pos = initloc;
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c564 uint64_t initloc, initloc0 = 0; local
656 &initloc, table_enc, ehdr->e_ident, B_TRUE,
671 if ((tabndx != 0) && (initloc0 > initloc))
693 EC_XWORD(initloc),
695 initloc0 = initloc;

Completed in 76 milliseconds