Home
last modified time | relevance | path

Searched refs:section_len (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-arm.c7598 bfd_vma section_len; in elf32_arm_parse_attributes() local
7600 section_len = bfd_get_32 (abfd, p); in elf32_arm_parse_attributes()
7602 if (section_len > len) in elf32_arm_parse_attributes()
7603 section_len = len; in elf32_arm_parse_attributes()
7604 len -= section_len; in elf32_arm_parse_attributes()
7606 section_len -= namelen + 4; in elf32_arm_parse_attributes()
7610 p += namelen + section_len; in elf32_arm_parse_attributes()
7615 while (section_len > 0) in elf32_arm_parse_attributes()
7627 if (subsection_len > section_len) in elf32_arm_parse_attributes()
7628 subsection_len = section_len; in elf32_arm_parse_attributes()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c8551 bfd_vma section_len; in process_arm_specific() local
8578 section_len = byte_get (p, 4); in process_arm_specific()
8580 if (section_len > len) in process_arm_specific()
8583 (int)section_len, (int)len); in process_arm_specific()
8584 section_len = len; in process_arm_specific()
8586 len -= section_len; in process_arm_specific()
8594 section_len -= namelen + 4; in process_arm_specific()
8595 while (section_len > 0) in process_arm_specific()
8601 if (size > section_len) in process_arm_specific()
8605 size = section_len; in process_arm_specific()
[all …]