Lines Matching refs:width
168 read_value (bfd *abfd, bfd_byte *buf, int width, int is_signed) in read_value() argument
172 switch (width) in read_value()
203 write_value (bfd *abfd, bfd_byte *buf, bfd_vma value, int width) in write_value() argument
205 switch (width) in write_value()
1162 unsigned int width in _bfd_elf_discard_section_eh_frame() local
1165 = read_value (abfd, sec->contents + ent->offset + 8 + width, in _bfd_elf_discard_section_eh_frame()
1166 width, get_DW_EH_PE_signed (ent->fde_encoding)); in _bfd_elf_discard_section_eh_frame()
1578 unsigned int width; in _bfd_elf_write_section_eh_frame() local
1591 width = get_DW_EH_PE_width (ent->fde_encoding, ptr_size); in _bfd_elf_write_section_eh_frame()
1592 value = read_value (abfd, buf, width, in _bfd_elf_write_section_eh_frame()
1642 write_value (abfd, buf, value, width); in _bfd_elf_write_section_eh_frame()
1656 = read_value (abfd, buf + width, width, FALSE); in _bfd_elf_write_section_eh_frame()
1667 width = get_DW_EH_PE_width (ent->lsda_encoding, ptr_size); in _bfd_elf_write_section_eh_frame()
1668 value = read_value (abfd, buf, width, in _bfd_elf_write_section_eh_frame()
1678 write_value (abfd, buf, value, width); in _bfd_elf_write_section_eh_frame()
1685 buf += width * 2; in _bfd_elf_write_section_eh_frame()
1696 width = get_DW_EH_PE_width (ent->fde_encoding, ptr_size); in _bfd_elf_write_section_eh_frame()
1705 value = read_value (abfd, buf, width, in _bfd_elf_write_section_eh_frame()
1716 write_value (abfd, buf, value, width); in _bfd_elf_write_section_eh_frame()