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()
785 cie->fde_encoding = DW_EH_PE_omit; in _bfd_elf_parse_eh_frame()
808 REQUIRE (read_byte (&buf, end, &cie->fde_encoding)); in _bfd_elf_parse_eh_frame()
810 REQUIRE (get_DW_EH_PE_width (cie->fde_encoding, ptr_size)); in _bfd_elf_parse_eh_frame()
857 if ((cie->fde_encoding & 0x70) == DW_EH_PE_absptr) in _bfd_elf_parse_eh_frame()
862 else if (cie->fde_encoding == DW_EH_PE_omit in _bfd_elf_parse_eh_frame()
877 if (cie->fde_encoding == DW_EH_PE_omit) in _bfd_elf_parse_eh_frame()
878 cie->fde_encoding = DW_EH_PE_absptr; in _bfd_elf_parse_eh_frame()
935 length = get_DW_EH_PE_width (cie->fde_encoding, ptr_size); in _bfd_elf_parse_eh_frame()
991 length = get_DW_EH_PE_width (cie->fde_encoding, ptr_size); in _bfd_elf_parse_eh_frame()
1008 && ((cie->fde_encoding & 0x70) == DW_EH_PE_pcrel in _bfd_elf_parse_eh_frame()
1029 this_inf->fde_encoding = cie->fde_encoding; in _bfd_elf_parse_eh_frame()
1398 width = get_DW_EH_PE_width (ent->fde_encoding, ptr_size); in offset_adjust()
1506 = get_DW_EH_PE_width (ent->fde_encoding, ptr_size); in _bfd_elf_discard_section_eh_frame()
1509 width, get_DW_EH_PE_signed (ent->fde_encoding)); in _bfd_elf_discard_section_eh_frame()
1523 && (((ent->fde_encoding & 0x70) == DW_EH_PE_absptr in _bfd_elf_discard_section_eh_frame()
1525 || (ent->fde_encoding & 0x70) == DW_EH_PE_aligned)) in _bfd_elf_discard_section_eh_frame()
1584 eh_alignment = get_DW_EH_PE_width (ent->fde_encoding, ptr_size); in _bfd_elf_discard_section_eh_frame()
2091 BFD_ASSERT (*buf == ent->fde_encoding); in _bfd_elf_write_section_eh_frame()
2121 width = get_DW_EH_PE_width (ent->fde_encoding, ptr_size); in _bfd_elf_write_section_eh_frame()
2123 get_DW_EH_PE_signed (ent->fde_encoding)); in _bfd_elf_write_section_eh_frame()
2127 switch (ent->fde_encoding & 0x70) in _bfd_elf_write_section_eh_frame()
2228 width = get_DW_EH_PE_width (ent->fde_encoding, ptr_size); in _bfd_elf_write_section_eh_frame()
2238 get_DW_EH_PE_signed (ent->fde_encoding)); in _bfd_elf_write_section_eh_frame()
2242 if ((ent->fde_encoding & 0x70) == DW_EH_PE_pcrel) in _bfd_elf_write_section_eh_frame()