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

Lines Matching refs:sec_end

422   const char *sec_end = sec_start + vn_size;
426 if (p + sizeof(Elf_Verneed) > sec_end)
435 if (paux + sizeof(Elf_Vernaux) > sec_end)
456 const char *sec_end = sec_start + vd_size;
460 if (p + sizeof(Elf_Verdef) > sec_end)