Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c1632 { ElfXX_Shdr a_shdr; in ML_() local
1633 ML_(img_get)(&a_shdr, mimg, in ML_()
1635 sizeof(a_shdr)); in ML_()
1637 = ehdr_mioff /* isn't this always zero? */ + a_shdr.sh_offset; in ML_()
1838 ElfXX_Shdr a_shdr; in ML_() local
1839 ML_(img_get)(&a_shdr, mimg, in ML_()
1840 INDEX_BIS(shdr_mioff, i, shdr_ment_szB), sizeof(a_shdr)); in ML_()
1841 DiOffT name_mioff = shdr_strtab_mioff + a_shdr.sh_name; in ML_()
1843 Addr svma = a_shdr.sh_addr; in ML_()
1844 OffT foff = a_shdr.sh_offset; in ML_()
[all …]