Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c1571 { ElfXX_Shdr a_shdr; in ML_() local
1572 ML_(img_get)(&a_shdr, mimg, in ML_()
1574 sizeof(a_shdr)); in ML_()
1576 = ehdr_mioff /* isn't this always zero? */ + a_shdr.sh_offset; in ML_()
1772 ElfXX_Shdr a_shdr; in ML_() local
1773 ML_(img_get)(&a_shdr, mimg, in ML_()
1774 INDEX_BIS(shdr_mioff, i, shdr_ment_szB), sizeof(a_shdr)); in ML_()
1775 DiOffT name_mioff = shdr_strtab_mioff + a_shdr.sh_name; in ML_()
1777 Addr svma = a_shdr.sh_addr; in ML_()
1778 OffT foff = a_shdr.sh_offset; in ML_()
[all …]