Lines Matching refs:this_inf
471 struct eh_cie_fde *this_inf; in _bfd_elf_parse_eh_frame() local
591 this_inf = sec_info->entry + sec_info->count; in _bfd_elf_parse_eh_frame()
602 this_inf->offset = last_fde - ehbuf; in _bfd_elf_parse_eh_frame()
603 this_inf->size = 4 + hdr_length; in _bfd_elf_parse_eh_frame()
604 this_inf->reloc_index = cookie->rel - cookie->rels; in _bfd_elf_parse_eh_frame()
624 this_inf->cie = 1; in _bfd_elf_parse_eh_frame()
629 cie->cie_inf = this_inf; in _bfd_elf_parse_eh_frame()
710 this_inf->u.cie.personality_offset = buf - start; in _bfd_elf_parse_eh_frame()
738 this_inf->make_relative = 1; in _bfd_elf_parse_eh_frame()
746 this_inf->add_augmentation_size = 1; in _bfd_elf_parse_eh_frame()
747 this_inf->u.cie.add_fde_encoding = 1; in _bfd_elf_parse_eh_frame()
748 this_inf->make_relative = 1; in _bfd_elf_parse_eh_frame()
772 this_inf->u.cie.u.full_cie = cie; in _bfd_elf_parse_eh_frame()
773 this_inf->u.cie.per_encoding_relative in _bfd_elf_parse_eh_frame()
780 unsigned int cie_offset = this_inf->offset + 4 - hdr_id; in _bfd_elf_parse_eh_frame()
788 this_inf->u.fde.cie_inf = cie->cie_inf; in _bfd_elf_parse_eh_frame()
789 this_inf->make_relative = cie->cie_inf->make_relative; in _bfd_elf_parse_eh_frame()
790 this_inf->add_augmentation_size in _bfd_elf_parse_eh_frame()
807 this_inf->u.fde.next_for_section = elf_fde_list (rsec); in _bfd_elf_parse_eh_frame()
808 elf_fde_list (rsec) = this_inf; in _bfd_elf_parse_eh_frame()
824 this_inf->u.fde.cie_inf = NULL; in _bfd_elf_parse_eh_frame()
841 this_inf->lsda_offset = buf - start; in _bfd_elf_parse_eh_frame()
877 || (set_loc_count && this_inf->cie)) in _bfd_elf_parse_eh_frame()
879 this_inf->size -= end - insns_end; in _bfd_elf_parse_eh_frame()
880 if (insns_end != end && this_inf->cie) in _bfd_elf_parse_eh_frame()
887 || this_inf->make_relative)) in _bfd_elf_parse_eh_frame()
892 this_inf->set_loc = (unsigned int *) in _bfd_elf_parse_eh_frame()
894 REQUIRE (this_inf->set_loc); in _bfd_elf_parse_eh_frame()
895 this_inf->set_loc[0] = set_loc_count; in _bfd_elf_parse_eh_frame()
901 this_inf->set_loc[++cnt] = p + 1 - start; in _bfd_elf_parse_eh_frame()
906 this_inf->removed = 1; in _bfd_elf_parse_eh_frame()
907 this_inf->fde_encoding = cie->fde_encoding; in _bfd_elf_parse_eh_frame()
908 this_inf->lsda_encoding = cie->lsda_encoding; in _bfd_elf_parse_eh_frame()