Lines Matching refs:fde_encoding
52 unsigned char fde_encoding; member
238 && c1->fde_encoding == c2->fde_encoding in cie_eq()
272 h = iterative_hash_object (c->fde_encoding, h); in cie_compute_hash()
786 cie->fde_encoding = DW_EH_PE_omit; in _bfd_elf_parse_eh_frame()
809 REQUIRE (read_byte (&buf, end, &cie->fde_encoding)); in _bfd_elf_parse_eh_frame()
811 REQUIRE (get_DW_EH_PE_width (cie->fde_encoding, ptr_size)); in _bfd_elf_parse_eh_frame()
858 if ((cie->fde_encoding & 0x70) == DW_EH_PE_absptr) in _bfd_elf_parse_eh_frame()
863 else if (cie->fde_encoding == DW_EH_PE_omit in _bfd_elf_parse_eh_frame()
878 if (cie->fde_encoding == DW_EH_PE_omit) in _bfd_elf_parse_eh_frame()
879 cie->fde_encoding = DW_EH_PE_absptr; in _bfd_elf_parse_eh_frame()
936 length = get_DW_EH_PE_width (cie->fde_encoding, ptr_size); in _bfd_elf_parse_eh_frame()
992 length = get_DW_EH_PE_width (cie->fde_encoding, ptr_size); in _bfd_elf_parse_eh_frame()
1009 && ((cie->fde_encoding & 0x70) == DW_EH_PE_pcrel in _bfd_elf_parse_eh_frame()
1030 this_inf->fde_encoding = cie->fde_encoding; in _bfd_elf_parse_eh_frame()
1399 width = get_DW_EH_PE_width (ent->fde_encoding, ptr_size); in offset_adjust()
1507 = get_DW_EH_PE_width (ent->fde_encoding, ptr_size); in _bfd_elf_discard_section_eh_frame()
1510 width, get_DW_EH_PE_signed (ent->fde_encoding)); in _bfd_elf_discard_section_eh_frame()
1524 && (((ent->fde_encoding & 0x70) == DW_EH_PE_absptr in _bfd_elf_discard_section_eh_frame()
1526 || (ent->fde_encoding & 0x70) == DW_EH_PE_aligned)) in _bfd_elf_discard_section_eh_frame()
1585 eh_alignment = get_DW_EH_PE_width (ent->fde_encoding, ptr_size); in _bfd_elf_discard_section_eh_frame()
2092 BFD_ASSERT (*buf == ent->fde_encoding); in _bfd_elf_write_section_eh_frame()
2122 width = get_DW_EH_PE_width (ent->fde_encoding, ptr_size); in _bfd_elf_write_section_eh_frame()
2124 get_DW_EH_PE_signed (ent->fde_encoding)); in _bfd_elf_write_section_eh_frame()
2128 switch (ent->fde_encoding & 0x70) in _bfd_elf_write_section_eh_frame()
2229 width = get_DW_EH_PE_width (ent->fde_encoding, ptr_size); in _bfd_elf_write_section_eh_frame()
2239 get_DW_EH_PE_signed (ent->fde_encoding)); in _bfd_elf_write_section_eh_frame()
2243 if ((ent->fde_encoding & 0x70) == DW_EH_PE_pcrel) in _bfd_elf_write_section_eh_frame()