Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dunwind.c703 uint64_t initloc; in ld_unwind_populate_hdr() local
712 size - off, &ndx, &initloc, cieRflag, in ld_unwind_populate_hdr()
739 if (initloc != 0) { in ld_unwind_populate_hdr()
751 (uint_t)(initloc - hdraddr); in ld_unwind_populate_hdr()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_frame2.c987 Dwarf_Small *initloc = frame_ptr; in dwarf_create_fde_from_after_start() local
1174 new_fde->fd_initial_loc_pos = initloc; in dwarf_create_fde_from_after_start()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg373 @ MSG_STR_INITLOC "initloc"
430 @ MSG_UNW_FDEINITLOC " initloc: %#llx addrrange: %#llx endloc: %#llx"
H A Delfdump.c572 uint64_t initloc, initloc0 = 0; in unwind_eh_frame() local
664 &initloc, table_enc, ehdr->e_ident, B_TRUE, in unwind_eh_frame()
679 if ((tabndx != 0) && (initloc0 > initloc)) in unwind_eh_frame()
701 EC_XWORD(initloc), in unwind_eh_frame()
703 initloc0 = initloc; in unwind_eh_frame()