Searched refs:a_shdr (Results 1 – 1 of 1) sorted by relevance
1571 { ElfXX_Shdr a_shdr; in ML_() local1572 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_() local1773 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 …]