Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Ddwarf.c690 dump_cfi_state_t cfi_state; in dump_eh_frame() local
699 cfi_state.file = file; in dump_eh_frame()
700 cfi_state.sh_name = sh_name; in dump_eh_frame()
701 cfi_state.e_machine = e_machine; in dump_eh_frame()
702 cfi_state.e_ident = e_ident; in dump_eh_frame()
703 cfi_state.sh_addr = sh_addr; in dump_eh_frame()
704 cfi_state.do_swap = _elf_sys_encoding() != e_ident[EI_DATA]; in dump_eh_frame()
705 cfi_state.gotaddr = gotaddr; in dump_eh_frame()
722 &ndx, 4, cfi_state.do_swap, &length) == DW_OVERFLOW) { in dump_eh_frame()
750 4, cfi_state.do_swap, &id) == DW_OVERFLOW) { in dump_eh_frame()
[all …]