Searched refs:hdr_length (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf-eh-frame.c | 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() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf-eh-frame.c | 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() [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | socket_wrapper.c | 694 unsigned char hdr_length; member 878 packet->ip.p.tcp.hdr_length = 0x50; /* 5 * 32 bit words */ in swrap_packet_init()
|