Searched refs:dwarf_ehe_buf (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | dwarf_ehe.c | 54 conv_dwarf_ehe(uint_t flags, Conv_dwarf_ehe_buf_t *dwarf_ehe_buf) in conv_dwarf_ehe() argument 56 char *buf = dwarf_ehe_buf->buf; in conv_dwarf_ehe() 67 return (conv_invalid_val(&dwarf_ehe_buf->inv_buf, flags, 0)); in conv_dwarf_ehe() 101 return (conv_invalid_val(&dwarf_ehe_buf->inv_buf, flags, 0)); in conv_dwarf_ehe() 124 return (conv_invalid_val(&dwarf_ehe_buf->inv_buf, flags, 0)); in conv_dwarf_ehe()
|
/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | dwarf.c | 689 Conv_dwarf_ehe_buf_t dwarf_ehe_buf; in dump_eh_frame() local 861 &dwarf_ehe_buf)); in dump_eh_frame() 873 &dwarf_ehe_buf)); in dump_eh_frame() 882 cieLflag, &dwarf_ehe_buf)); in dump_eh_frame()
|
H A D | elfdump.c | 551 Conv_dwarf_ehe_buf_t dwarf_ehe_buf; in unwind_eh_frame() local 616 conv_dwarf_ehe(frame_ptr_enc, &dwarf_ehe_buf), in unwind_eh_frame() 635 conv_dwarf_ehe(fde_cnt_enc, &dwarf_ehe_buf), in unwind_eh_frame() 638 conv_dwarf_ehe(table_enc, &dwarf_ehe_buf)); in unwind_eh_frame()
|