Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Delfcode.h467 valid_section_index_p (unsigned index, unsigned num_sections) in valid_section_index_p() function
777 if (! valid_section_index_p (i_shdrp[shindex].sh_link, num_sec)) in elf_object_p()
783 && ! valid_section_index_p (i_shdrp[shindex].sh_info, num_sec)) in elf_object_p()
801 if (! valid_section_index_p (i_ehdrp->e_shstrndx, elf_numsections (abfd))) in elf_object_p()
H A DChangeLog-20062174 * elfcode.h (valid_section_index_p): New function: Checks for a
2177 (elf_object_p): Use valid_section_index_p.