Lines Matching refs:subsection_len
2575 size_t subsection_len;
2582 subsection_len = bfd_get_32 (abfd, p);
2590 if (subsection_len > section_len)
2591 subsection_len = section_len;
2592 section_len -= subsection_len;
2593 end = orig_p + subsection_len;
2746 const unsigned int subsection_len = bfd_get_32 (abfd, cursor);
2747 const bfd_byte *const end = cursor + subsection_len;
2750 if (subsection_len > max_read)
2754 abfd, subsection_len, max_read);
2757 else if (subsection_len < F_MIN_SUBSECTION_DATA_LEN)
2760 abfd, subsection_len);
2765 = subsection_len - F_SUBSECTION_LEN