Home
last modified time | relevance | path

Searched refs:this_inf (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Delf-eh-frame.c452 struct eh_cie_fde *ent, *this_inf; in _bfd_elf_discard_section_eh_frame() local
555 this_inf = sec_info->entry + sec_info->count; in _bfd_elf_discard_section_eh_frame()
572 this_inf->offset = last_fde - ehbuf; in _bfd_elf_discard_section_eh_frame()
573 this_inf->size = 4 + hdr_length; in _bfd_elf_discard_section_eh_frame()
593 this_inf->cie = 1; in _bfd_elf_discard_section_eh_frame()
605 ecies[ecie_count].offset = this_inf->offset; in _bfd_elf_discard_section_eh_frame()
761 this_inf->add_augmentation_size = 1; in _bfd_elf_discard_section_eh_frame()
762 this_inf->add_fde_encoding = 1; in _bfd_elf_discard_section_eh_frame()
792 unsigned int cie_offset = this_inf->offset + 4 - hdr_id; in _bfd_elf_discard_section_eh_frame()
808 this_inf->removed = 1; in _bfd_elf_discard_section_eh_frame()
[all …]