Searched refs:cieRflag (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/sgs/elfdump/common/ |
H A D | dwarf.c | 50 int cieRflag; /* R flag from current CIE */ member 323 &cur_pc, state->cieRflag, state->e_ident, B_FALSE, in dump_cfi() 334 state->cieRflag); in dump_cfi() 769 ciePflag = cfi_state.cieRflag = cieZflag = 0; in dump_eh_frame() 867 cfi_state.cieRflag = data[off + ndx]; in dump_eh_frame() 871 cfi_state.cieRflag, in dump_eh_frame() 872 conv_dwarf_ehe(cfi_state.cieRflag, in dump_eh_frame() 925 &ndx, &cfi_state.fdeinitloc, cfi_state.cieRflag, in dump_eh_frame() 934 cfi_state.cieRflag); in dump_eh_frame() 942 (cfi_state.cieRflag & ~DW_EH_PE_pcrel), e_ident, in dump_eh_frame() [all …]
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | unwind.c | 542 uint_t cieRflag = 0, ciePflag = 0; in ld_unwind_populate_hdr() local 585 cieRflag = 0; in ld_unwind_populate_hdr() 691 cieRflag = data[off + ndx]; in ld_unwind_populate_hdr() 712 size - off, &ndx, &initloc, cieRflag, in ld_unwind_populate_hdr() 725 osp->os_name, cieRflag); in ld_unwind_populate_hdr()
|