Lines Matching refs:hdr_length
590 unsigned int hdr_length, hdr_id; in _bfd_elf_parse_eh_frame() local
642 hdr_length = bfd_get_32 (abfd, buf - 4); in _bfd_elf_parse_eh_frame()
645 REQUIRE (hdr_length != 0xffffffff); in _bfd_elf_parse_eh_frame()
646 if (hdr_length == 0) in _bfd_elf_parse_eh_frame()
654 REQUIRE (skip_bytes (&buf, end, hdr_length - 4)); in _bfd_elf_parse_eh_frame()
708 hdr_length = bfd_get_32 (abfd, buf - 4); in _bfd_elf_parse_eh_frame()
711 REQUIRE ((bfd_size_type) (buf - ehbuf) + hdr_length <= sec->size); in _bfd_elf_parse_eh_frame()
712 end = buf + hdr_length; in _bfd_elf_parse_eh_frame()
715 this_inf->size = 4 + hdr_length; in _bfd_elf_parse_eh_frame()
718 if (hdr_length == 0) in _bfd_elf_parse_eh_frame()
744 cie->length = hdr_length; in _bfd_elf_parse_eh_frame()
974 buf = last_fde + 4 + hdr_length; in _bfd_elf_parse_eh_frame()