Lines Matching refs:hdr_length
590 unsigned int hdr_length, hdr_id; in _bfd_elf_parse_eh_frame() local
643 hdr_length = bfd_get_32 (abfd, buf - 4); in _bfd_elf_parse_eh_frame()
646 REQUIRE (hdr_length != 0xffffffff); in _bfd_elf_parse_eh_frame()
647 if (hdr_length == 0) in _bfd_elf_parse_eh_frame()
655 REQUIRE (skip_bytes (&buf, end, hdr_length - 4)); in _bfd_elf_parse_eh_frame()
709 hdr_length = bfd_get_32 (abfd, buf - 4); in _bfd_elf_parse_eh_frame()
712 REQUIRE ((bfd_size_type) (buf - ehbuf) + hdr_length <= sec->size); in _bfd_elf_parse_eh_frame()
713 end = buf + hdr_length; in _bfd_elf_parse_eh_frame()
716 this_inf->size = 4 + hdr_length; in _bfd_elf_parse_eh_frame()
719 if (hdr_length == 0) in _bfd_elf_parse_eh_frame()
745 cie->length = hdr_length; in _bfd_elf_parse_eh_frame()
975 buf = last_fde + 4 + hdr_length; in _bfd_elf_parse_eh_frame()