Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf-attrs.c485 bfd_vma subsection_len; in _bfd_elf_parse_attributes() local
490 subsection_len = bfd_get_32 (abfd, p); in _bfd_elf_parse_attributes()
492 if (subsection_len == 0) in _bfd_elf_parse_attributes()
494 if (subsection_len > section_len) in _bfd_elf_parse_attributes()
495 subsection_len = section_len; in _bfd_elf_parse_attributes()
496 section_len -= subsection_len; in _bfd_elf_parse_attributes()
497 subsection_len -= n + 4; in _bfd_elf_parse_attributes()
498 end = p + subsection_len; in _bfd_elf_parse_attributes()
539 p += subsection_len; in _bfd_elf_parse_attributes()
540 subsection_len = 0; in _bfd_elf_parse_attributes()