Searched refs:per_width (Results 1 – 2 of 2) sorted by relevance
842 unsigned int per_width; in read_cie() local846 per_width = 2; in read_cie()849 per_width = 4; in read_cie()852 per_width = 8; in read_cie()855 per_width = size / 8; in read_cie()864 len += per_width - 1; in read_cie()865 len &= ~ (per_width - 1); in read_cie()873 if (static_cast<unsigned int>(pcieend - p) < per_width) in read_cie()875 p += per_width; in read_cie()
699 int per_width; in _bfd_elf_parse_eh_frame() local702 per_width = get_DW_EH_PE_width (cie->per_encoding, in _bfd_elf_parse_eh_frame()704 REQUIRE (per_width); in _bfd_elf_parse_eh_frame()707 length = -(buf - ehbuf) & (per_width - 1); in _bfd_elf_parse_eh_frame()720 REQUIRE (skip_bytes (&buf, end, per_width)); in _bfd_elf_parse_eh_frame()1470 unsigned int per_width, per_encoding; in _bfd_elf_write_section_eh_frame() local1530 per_width = get_DW_EH_PE_width (per_encoding, ptr_size); in _bfd_elf_write_section_eh_frame()1531 BFD_ASSERT (per_width != 0); in _bfd_elf_write_section_eh_frame()1536 + ((buf - contents + per_width - 1) in _bfd_elf_write_section_eh_frame()1537 & ~((bfd_size_type) per_width - 1))); in _bfd_elf_write_section_eh_frame()[all …]