Searched refs:subsection_len (Results 1 – 1 of 1) sorted by relevance
493 bfd_vma subsection_len; in _bfd_elf_parse_attributes() local499 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()[all …]