Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c1635 { ElfXX_Shdr a_shdr; in ML_() local
1636 ML_(img_get)(&a_shdr, mimg, in ML_()
1638 sizeof(a_shdr)); in ML_()
1640 = ehdr_mioff /* isn't this always zero? */ + a_shdr.sh_offset; in ML_()
1841 ElfXX_Shdr a_shdr; in ML_() local
1842 ML_(img_get)(&a_shdr, mimg, in ML_()
1843 INDEX_BIS(shdr_mioff, i, shdr_ment_szB), sizeof(a_shdr)); in ML_()
1844 DiOffT name_mioff = shdr_strtab_mioff + a_shdr.sh_name; in ML_()
1846 Addr svma = a_shdr.sh_addr; in ML_()
1847 OffT foff = a_shdr.sh_offset; in ML_()
[all …]