Lines Matching refs:subsection_len
493 bfd_vma subsection_len; in _bfd_elf_parse_attributes() local
499 subsection_len = bfd_get_32 (abfd, p); in _bfd_elf_parse_attributes()
501 subsection_len = 0; in _bfd_elf_parse_attributes()
503 if (subsection_len == 0) in _bfd_elf_parse_attributes()
505 if (subsection_len > section_len) in _bfd_elf_parse_attributes()
506 subsection_len = section_len; in _bfd_elf_parse_attributes()
507 section_len -= subsection_len; in _bfd_elf_parse_attributes()
508 subsection_len -= n + 4; in _bfd_elf_parse_attributes()
509 end = p + subsection_len; in _bfd_elf_parse_attributes()
553 p += subsection_len; in _bfd_elf_parse_attributes()
554 subsection_len = 0; in _bfd_elf_parse_attributes()