Searched refs:shdr_mioff (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | readelf.c | 1486 DiOffT shdr_mioff = 0; in ML_() local 1590 shdr_mioff = ehdr_mioff + ehdr_m.e_shoff; in ML_() 1600 shdr_mioff, shdr_mnent, shdr_ment_szB); in ML_() 1621 || !ML_(img_valid)(mimg, shdr_mioff, shdr_mnent * shdr_ment_szB)) { in ML_() 1634 INDEX_BIS(shdr_mioff, ehdr_m.e_shstrndx, shdr_ment_szB), in ML_() 1840 INDEX_BIS(shdr_mioff, i, shdr_ment_szB), sizeof(a_shdr)); in ML_() 2373 INDEX_BIS(shdr_mioff, i, shdr_ment_szB), \ in ML_()
|