Searched refs:DW_EH_PE_pcrel (Results 1 – 21 of 21) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/ |
D | dw2gencfi.c | 204 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() 1750 if ((encoding & 0x70) == DW_EH_PE_pcrel) in output_cfi_insn() 1859 enc |= DW_EH_PE_pcrel; in output_cie() 2180 emit_expr_encoded (&exp, DW_EH_PE_sdata4 | DW_EH_PE_pcrel, FALSE); in cfi_emit_eh_header()
|
D | ChangeLog-0203 | 1001 (output_cie): Don't use DW_EH_PE_pcrel if neither DIFF_EXPR_OK
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mips.h | 181 (enc | (compact_eh ? DW_EH_PE_pcrel : 0))
|
D | tc-mips.c | 19302 if (encoding == (DW_EH_PE_sdata4 | DW_EH_PE_pcrel)) in mips_cfi_reloc_for_encoding()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf-eh-frame.c | 452 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()
|
D | elf32-i386.c | 627 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */ 6397 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
|
D | elf64-x86-64.c | 638 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */ 6953 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding */
|
D | elf32-ppc.c | 6279 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding. */
|
D | ChangeLog-0001 | 164 or pcrel. Fix address computation for DW_EH_PE_pcrel relocs. 165 Update LSDA field if LSDA encoding is DW_EH_PE_pcrel, because
|
D | elf64-ppc.c | 12134 DW_EH_PE_pcrel | DW_EH_PE_sdata4, /* FDE encoding. */
|
D | elfxx-mips.c | 16195 return DW_EH_PE_pcrel | DW_EH_PE_sdata4; in _bfd_mips_elf_compact_eh_encoding()
|
/toolchain/binutils/binutils-2.27/elfcpp/ |
D | dwarf.h | 124 DW_EH_PE_pcrel = 0x10, enumerator
|
/toolchain/binutils/binutils-2.27/include/ |
D | dwarf2.h | 401 #define DW_EH_PE_pcrel 0x10 macro
|
/toolchain/binutils/binutils-2.27/gold/ |
D | ehframe.cc | 154 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()
|
D | s390.cc | 1475 (elfcpp::DW_EH_PE_pcrel // FDE encoding. 1492 (elfcpp::DW_EH_PE_pcrel // FDE encoding.
|
D | i386.cc | 1362 (elfcpp::DW_EH_PE_pcrel // FDE encoding.
|
D | x86_64.cc | 1762 (elfcpp::DW_EH_PE_pcrel // FDE encoding.
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | ChangeLog-2004 | 419 DW_EH_PE_pcrel adjustment for ET_REL.
|
D | ChangeLog-2010 | 84 code handling DW_EH_PE_pcrel into..
|
D | ChangeLog-0203 | 1203 DW_EH_PE_pcrel addresses.
|
D | dwarf.c | 159 if ((encoding & 0x70) == DW_EH_PE_pcrel) in get_encoded_value()
|