Home | History | Annotate | Download | only in llvm-readobj

Lines Matching refs:sec_end

235   const char *sec_end = sec_start + vn_size;
239 if (p + sizeof(Elf_Verneed) > sec_end)
248 if (paux + sizeof(Elf_Vernaux) > sec_end)
269 const char *sec_end = sec_start + vd_size;
273 if (p + sizeof(Elf_Verdef) > sec_end)