Home | History | Annotate | Download | only in Object

Lines Matching refs:sec_end

815   const char *sec_end = sec_start + vd_size;
819 if (p + sizeof(Elf_Verdef) > sec_end)
840 const char *sec_end = sec_start + vn_size;
844 if (p + sizeof(Elf_Verneed) > sec_end)
853 if (paux + sizeof(Elf_Vernaux) > sec_end)