Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c1481 UWord phdr_mnent = 0; in ML_() local
1587 phdr_mnent = ehdr_m.e_phnum; in ML_()
1598 phdr_mioff, phdr_mnent, phdr_ment_szB); in ML_()
1614 if (phdr_mnent == 0 in ML_()
1615 || !ML_(img_valid)(mimg, phdr_mioff, phdr_mnent * phdr_ment_szB)) { in ML_()
1663 for (i = 0; i < phdr_mnent; i++) { in ML_()
1766 phdr_mioff, phdr_mnent, phdr_ment_szB in ML_()