Lines Matching refs:per_width
817 int per_width; in _bfd_elf_parse_eh_frame() local
820 per_width = get_DW_EH_PE_width (cie->per_encoding, in _bfd_elf_parse_eh_frame()
822 REQUIRE (per_width); in _bfd_elf_parse_eh_frame()
825 length = -(buf - ehbuf) & (per_width - 1); in _bfd_elf_parse_eh_frame()
827 if (per_width == 8) in _bfd_elf_parse_eh_frame()
840 REQUIRE (skip_bytes (&buf, end, per_width)); in _bfd_elf_parse_eh_frame()
1997 unsigned int per_width, per_encoding; in _bfd_elf_write_section_eh_frame() local
2061 per_width = get_DW_EH_PE_width (per_encoding, ptr_size); in _bfd_elf_write_section_eh_frame()
2062 BFD_ASSERT (per_width != 0); in _bfd_elf_write_section_eh_frame()
2067 + ((buf - contents + per_width - 1) in _bfd_elf_write_section_eh_frame()
2068 & ~((bfd_size_type) per_width - 1))); in _bfd_elf_write_section_eh_frame()
2073 val = read_value (abfd, buf, per_width, in _bfd_elf_write_section_eh_frame()
2084 write_value (abfd, buf, val, per_width); in _bfd_elf_write_section_eh_frame()
2087 buf += per_width; in _bfd_elf_write_section_eh_frame()