Lines Matching refs:hdr_length
472 unsigned int hdr_length, hdr_id; in _bfd_elf_parse_eh_frame() local
533 hdr_length = bfd_get_32 (abfd, buf - 4); in _bfd_elf_parse_eh_frame()
536 REQUIRE (hdr_length != 0xffffffff); in _bfd_elf_parse_eh_frame()
537 if (hdr_length == 0) in _bfd_elf_parse_eh_frame()
545 REQUIRE (skip_bytes (&buf, end, hdr_length - 4)); in _bfd_elf_parse_eh_frame()
596 hdr_length = bfd_get_32 (abfd, buf - 4); in _bfd_elf_parse_eh_frame()
599 REQUIRE ((bfd_size_type) (buf - ehbuf) + hdr_length <= sec->size); in _bfd_elf_parse_eh_frame()
600 end = buf + hdr_length; in _bfd_elf_parse_eh_frame()
603 this_inf->size = 4 + hdr_length; in _bfd_elf_parse_eh_frame()
606 if (hdr_length == 0) in _bfd_elf_parse_eh_frame()
630 cie->length = hdr_length; in _bfd_elf_parse_eh_frame()
852 buf = last_fde + 4 + hdr_length; in _bfd_elf_parse_eh_frame()