Home
last modified time | relevance | path

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

12

/dragonfly/contrib/gcc-4.7/gcc/
H A Ddwarf2asm.c434 S(DW_EH_PE_absptr | DW_EH_PE_pcrel, "pcrel") in eh_data_format_name()
435 S(DW_EH_PE_uleb128 | DW_EH_PE_pcrel, "pcrel uleb128") in eh_data_format_name()
436 S(DW_EH_PE_udata2 | DW_EH_PE_pcrel, "pcrel udata2") in eh_data_format_name()
437 S(DW_EH_PE_udata4 | DW_EH_PE_pcrel, "pcrel udata4") in eh_data_format_name()
438 S(DW_EH_PE_udata8 | DW_EH_PE_pcrel, "pcrel udata8") in eh_data_format_name()
439 S(DW_EH_PE_sleb128 | DW_EH_PE_pcrel, "pcrel sleb128") in eh_data_format_name()
440 S(DW_EH_PE_sdata2 | DW_EH_PE_pcrel, "pcrel sdata2") in eh_data_format_name()
441 S(DW_EH_PE_sdata4 | DW_EH_PE_pcrel, "pcrel sdata4") in eh_data_format_name()
442 S(DW_EH_PE_sdata8 | DW_EH_PE_pcrel, "pcrel sdata8") in eh_data_format_name()
476 S(DW_EH_PE_indirect | DW_EH_PE_absptr | DW_EH_PE_pcrel, in eh_data_format_name()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddwarf2asm.c468 S(DW_EH_PE_absptr | DW_EH_PE_pcrel, "pcrel") in eh_data_format_name()
469 S(DW_EH_PE_uleb128 | DW_EH_PE_pcrel, "pcrel uleb128") in eh_data_format_name()
470 S(DW_EH_PE_udata2 | DW_EH_PE_pcrel, "pcrel udata2") in eh_data_format_name()
471 S(DW_EH_PE_udata4 | DW_EH_PE_pcrel, "pcrel udata4") in eh_data_format_name()
472 S(DW_EH_PE_udata8 | DW_EH_PE_pcrel, "pcrel udata8") in eh_data_format_name()
473 S(DW_EH_PE_sleb128 | DW_EH_PE_pcrel, "pcrel sleb128") in eh_data_format_name()
474 S(DW_EH_PE_sdata2 | DW_EH_PE_pcrel, "pcrel sdata2") in eh_data_format_name()
475 S(DW_EH_PE_sdata4 | DW_EH_PE_pcrel, "pcrel sdata4") in eh_data_format_name()
476 S(DW_EH_PE_sdata8 | DW_EH_PE_pcrel, "pcrel sdata8") in eh_data_format_name()
510 S(DW_EH_PE_indirect | DW_EH_PE_absptr | DW_EH_PE_pcrel, in eh_data_format_name()
[all …]
H A Ddwarf2cfi.c3505 if ((enc & 0x70) != 0 && (enc & 0x70) != DW_EH_PE_pcrel) in dwarf2out_do_cfi_asm()
3508 if ((enc & 0x70) != 0 && (enc & 0x70) != DW_EH_PE_pcrel) in dwarf2out_do_cfi_asm()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dunwind-pe.h53 #define DW_EH_PE_pcrel 0x10 macro
109 case DW_EH_PE_pcrel: in base_of_encoded_value()
262 result += ((encoding & 0x70) == DW_EH_PE_pcrel in read_encoded_value_with_base()
H A Dunwind-dw2-fde-dip.c146 case DW_EH_PE_pcrel: in base_from_cb_data()
H A Dunwind-dw2-fde.c244 case DW_EH_PE_pcrel: in base_from_object()
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dunwind-pe.h53 #define DW_EH_PE_pcrel 0x10 macro
109 case DW_EH_PE_pcrel: in base_of_encoded_value()
262 result += ((encoding & 0x70) == DW_EH_PE_pcrel in read_encoded_value_with_base()
H A Dunwind-dw2-fde-dip.c153 case DW_EH_PE_pcrel: in base_from_cb_data()
H A Dunwind-dw2-fde.c275 case DW_EH_PE_pcrel: in base_from_object()
/dragonfly/contrib/binutils-2.34/gas/
H A Ddw2gencfi.c205 else if ((encoding & 0x70) == DW_EH_PE_pcrel) in emit_expr_encoded()
1004 && (encoding & 0x70) != DW_EH_PE_pcrel in dot_cfi_personality()
1030 if ((encoding & 0x70) == DW_EH_PE_pcrel) in dot_cfi_personality()
1075 && (encoding & 0x70) != DW_EH_PE_pcrel in dot_cfi_lsda()
1103 if ((encoding & 0x70) == DW_EH_PE_pcrel) in dot_cfi_lsda()
1152 && (encoding & 0x70) != DW_EH_PE_pcrel in dot_cfi_val_encoded_addr()
1170 if ((encoding & 0x70) != DW_EH_PE_pcrel) in dot_cfi_val_encoded_addr()
1802 if ((encoding & 0x70) == DW_EH_PE_pcrel) in output_cfi_insn()
1927 enc |= DW_EH_PE_pcrel; in output_cie()
2256 emit_expr_encoded (&exp, DW_EH_PE_sdata4 | DW_EH_PE_pcrel, FALSE); in cfi_emit_eh_header()
/dragonfly/contrib/binutils-2.27/gas/
H A Ddw2gencfi.c204 else if ((encoding & 0x70) == DW_EH_PE_pcrel) in emit_expr_encoded()
988 && (encoding & 0x70) != DW_EH_PE_pcrel in dot_cfi_personality()
1014 if ((encoding & 0x70) == DW_EH_PE_pcrel) in dot_cfi_personality()
1059 && (encoding & 0x70) != DW_EH_PE_pcrel in dot_cfi_lsda()
1087 if ((encoding & 0x70) == DW_EH_PE_pcrel) in dot_cfi_lsda()
1136 && (encoding & 0x70) != DW_EH_PE_pcrel in dot_cfi_val_encoded_addr()
1154 if ((encoding & 0x70) != DW_EH_PE_pcrel) in dot_cfi_val_encoded_addr()
1747 if ((encoding & 0x70) == DW_EH_PE_pcrel) in output_cfi_insn()
1856 enc |= DW_EH_PE_pcrel; in output_cie()
2177 emit_expr_encoded (&exp, DW_EH_PE_sdata4 | DW_EH_PE_pcrel, FALSE); in cfi_emit_eh_header()
/dragonfly/contrib/gdb-7/bfd/
H A Delf-eh-frame.c445 return encoding | DW_EH_PE_pcrel; in make_pc_relative()
777 = (cie->per_encoding & 0x70) == DW_EH_PE_pcrel; in _bfd_elf_parse_eh_frame()
878 && ((cie->fde_encoding & 0x70) == DW_EH_PE_pcrel in _bfd_elf_parse_eh_frame()
1530 BFD_ASSERT (((per_encoding & 0x70) == DW_EH_PE_pcrel) in _bfd_elf_write_section_eh_frame()
1627 case DW_EH_PE_pcrel: in _bfd_elf_write_section_eh_frame()
1657 if ((ent->lsda_encoding & 0x70) == DW_EH_PE_pcrel in _bfd_elf_write_section_eh_frame()
1666 if ((ent->lsda_encoding & 0x70) == DW_EH_PE_pcrel) in _bfd_elf_write_section_eh_frame()
1704 if ((ent->fde_encoding & 0x70) == DW_EH_PE_pcrel) in _bfd_elf_write_section_eh_frame()
1882 return DW_EH_PE_pcrel | DW_EH_PE_sdata4; in _bfd_elf_encode_eh_address()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf-eh-frame.c452 return encoding | DW_EH_PE_pcrel; in make_pc_relative()
878 = (cie->per_encoding & 0x70) == DW_EH_PE_pcrel; in _bfd_elf_parse_eh_frame()
991 && ((cie->fde_encoding & 0x70) == DW_EH_PE_pcrel in _bfd_elf_parse_eh_frame()
1865 BFD_ASSERT (((per_encoding & 0x70) == DW_EH_PE_pcrel) in _bfd_elf_write_section_eh_frame()
1964 case DW_EH_PE_pcrel: in _bfd_elf_write_section_eh_frame()
1997 if ((ent->lsda_encoding & 0x70) == DW_EH_PE_pcrel in _bfd_elf_write_section_eh_frame()
2006 if ((ent->lsda_encoding & 0x70) == DW_EH_PE_pcrel) in _bfd_elf_write_section_eh_frame()
2044 if ((ent->fde_encoding & 0x70) == DW_EH_PE_pcrel) in _bfd_elf_write_section_eh_frame()
2384 return DW_EH_PE_pcrel | DW_EH_PE_sdata4; in _bfd_elf_encode_eh_address()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf-eh-frame.c465 return encoding | DW_EH_PE_pcrel; in make_pc_relative()
894 = (cie->per_encoding & 0x70) == DW_EH_PE_pcrel; in _bfd_elf_parse_eh_frame()
1008 && ((cie->fde_encoding & 0x70) == DW_EH_PE_pcrel in _bfd_elf_parse_eh_frame()
2067 BFD_ASSERT (((per_encoding & 0x70) == DW_EH_PE_pcrel) in _bfd_elf_write_section_eh_frame()
2166 case DW_EH_PE_pcrel: in _bfd_elf_write_section_eh_frame()
2199 if ((ent->lsda_encoding & 0x70) == DW_EH_PE_pcrel in _bfd_elf_write_section_eh_frame()
2208 if ((ent->lsda_encoding & 0x70) == DW_EH_PE_pcrel) in _bfd_elf_write_section_eh_frame()
2246 if ((ent->fde_encoding & 0x70) == DW_EH_PE_pcrel) in _bfd_elf_write_section_eh_frame()
2573 return DW_EH_PE_pcrel | DW_EH_PE_sdata4; in _bfd_elf_encode_eh_address()
H A Delf64-x86-64.c683 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
718 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
753 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
788 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
824 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
5370 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
H A Delf32-i386.c678 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
713 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
749 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
4708 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
/dragonfly/contrib/binutils-2.34/gold/
H A Dehframe.cc154 oview[1] = elfcpp::DW_EH_PE_pcrel | elfcpp::DW_EH_PE_sdata4; in do_sized_write()
274 case elfcpp::DW_EH_PE_pcrel: in get_fde_pc()
1126 Cie cie(NULL, 0, 0, elfcpp::DW_EH_PE_pcrel | elfcpp::DW_EH_PE_sdata4, "", in add_ehframe_for_plt()
1156 Cie cie(NULL, 0, 0, elfcpp::DW_EH_PE_pcrel | elfcpp::DW_EH_PE_sdata4, "", in remove_ehframe_for_plt()
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Ddwarf.h124 DW_EH_PE_pcrel = 0x10, enumerator
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Ddwarf.h137 DW_EH_PE_pcrel = 0x10, enumerator
/dragonfly/contrib/gdb-7/include/
H A Ddwarf2.h371 #define DW_EH_PE_pcrel 0x10 macro
/dragonfly/contrib/binutils-2.27/include/
H A Ddwarf2.h379 #define DW_EH_PE_pcrel 0x10 macro
/dragonfly/contrib/binutils-2.27/gold/
H A Dehframe.cc154 oview[1] = elfcpp::DW_EH_PE_pcrel | elfcpp::DW_EH_PE_sdata4; in do_sized_write()
274 case elfcpp::DW_EH_PE_pcrel: in get_fde_pc()
1126 Cie cie(NULL, 0, 0, elfcpp::DW_EH_PE_pcrel | elfcpp::DW_EH_PE_sdata4, "", in add_ehframe_for_plt()
/dragonfly/contrib/binutils-2.34/include/
H A Ddwarf2.h482 #define DW_EH_PE_pcrel 0x10 macro
/dragonfly/contrib/gcc-8.0/include/
H A Ddwarf2.h483 #define DW_EH_PE_pcrel 0x10 macro
/dragonfly/contrib/gcc-4.7/include/
H A Ddwarf2.h925 #define DW_EH_PE_pcrel 0x10 macro

12