Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddwarf_ehe.c103 case DW_EH_PE_pcrel: in conv_dwarf_ehe()
/illumos-gate/usr/src/cmd/sgs/include/
H A Ddwarf.h229 #define DW_EH_PE_pcrel 0x10 /* Value is reletive to the location */ macro
/illumos-gate/usr/src/cmd/sgs/common/
H A Dleb128.c305 case DW_EH_PE_pcrel: in dwarf_ehe_extract()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Ddwarf.c942 (cfi_state.cieRflag & ~DW_EH_PE_pcrel), e_ident, in dump_eh_frame()
951 (cfi_state.cieRflag & ~DW_EH_PE_pcrel)); in dump_eh_frame()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dunwind.c518 hdrdata[hdroff++] = DW_EH_PE_sdata4 | DW_EH_PE_pcrel; in ld_unwind_populate_hdr()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf.h1226 #define DW_EH_PE_pcrel 0x10 /* GNU */ macro
H A Ddwarf_names_enum.h979 DW_EH_PE_pcrel = 0x0010, enumerator
H A Ddwarf_frame2.c1671 if (section_pointer && ((gnu_encoding & 0x70) == DW_EH_PE_pcrel)) { in read_encoded_ptr()
H A Ddwarf_names.c2920 case DW_EH_PE_pcrel: in dwarf_get_EH_name()