Searched refs:per_width (Results 1 – 1 of 1) sorted by relevance
667 int per_width; in _bfd_elf_discard_section_eh_frame() local670 per_width = get_DW_EH_PE_width (cie->per_encoding, in _bfd_elf_discard_section_eh_frame()672 REQUIRE (per_width); in _bfd_elf_discard_section_eh_frame()675 length = -(buf - ehbuf) & (per_width - 1); in _bfd_elf_discard_section_eh_frame()735 REQUIRE (skip_bytes (&buf, end, per_width)); in _bfd_elf_discard_section_eh_frame()1275 unsigned int per_width, per_encoding; in _bfd_elf_write_section_eh_frame() local1333 per_width = get_DW_EH_PE_width (per_encoding, ptr_size); in _bfd_elf_write_section_eh_frame()1334 BFD_ASSERT (per_width != 0); in _bfd_elf_write_section_eh_frame()1339 + ((buf - contents + per_width - 1) in _bfd_elf_write_section_eh_frame()1340 & ~((bfd_size_type) per_width - 1))); in _bfd_elf_write_section_eh_frame()[all …]