Searched refs:shdr_ment_szB (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | readelf.c | 1579 UWord shdr_ment_szB = 0; in ML_() local 1687 shdr_ment_szB = ehdr_m.e_shentsize; in ML_() 1695 shdr_mioff, shdr_mnent, shdr_ment_szB); in ML_() 1716 || !ML_(img_valid)(mimg, shdr_mioff, shdr_mnent * shdr_ment_szB)) { in ML_() 1729 INDEX_BIS(shdr_mioff, ehdr_m.e_shstrndx, shdr_ment_szB), in ML_() 1945 INDEX_BIS(shdr_mioff, i, shdr_ment_szB), sizeof(a_shdr)); in ML_() 2496 INDEX_BIS(shdr_mioff, i, shdr_ment_szB), \ in ML_()
|