Home
last modified time | relevance | path

Searched refs:code_enc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Deh_frame.c79 int code_enc = 0; in _Unw_Decode_FDE() local
130 code_enc = _Unw_get_val(&cdata, creloc, in _Unw_Decode_FDE()
140 if (code_enc == 0) in _Unw_Decode_FDE()
141 code_enc = 0x4; in _Unw_Decode_FDE()
143 func = _Unw_get_val(&data, reloc, ADDR, 1, 1, code_enc); in _Unw_Decode_FDE()
144 range = _Unw_get_val(&data, reloc, SIZE, 1, 1, code_enc); in _Unw_Decode_FDE()
181 f->code_enc = code_enc; in _Unw_Decode_FDE()
H A Dunwind_context.h74 int code_enc; member
H A Dcall_frame_inst.c268 f->data_align, f->code_align, f->code_enc); in _Unw_Rollback_Registers()
273 f->data_align, f->code_align, f->code_enc); in _Unw_Rollback_Registers()