Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c1572 UWord phdr_mnent = 0; in ML_() local
1682 phdr_mnent = ehdr_m.e_phnum; in ML_()
1693 phdr_mioff, phdr_mnent, phdr_ment_szB); in ML_()
1709 if (phdr_mnent == 0 in ML_()
1710 || !ML_(img_valid)(mimg, phdr_mioff, phdr_mnent * phdr_ment_szB)) { in ML_()
1758 for (i = 0; i < phdr_mnent; i++) { in ML_()
1871 phdr_mioff, phdr_mnent, phdr_ment_szB in ML_()