Searched refs:ehdr_mioff (Results 1 – 1 of 1) sorted by relevance
1477 DiOffT ehdr_mioff = 0; in ML_() local1581 vg_assert(ehdr_mioff == 0); // ensured by its initialisation in ML_()1582 ok = ML_(img_valid)(mimg, ehdr_mioff, sizeof(ehdr_m)); in ML_()1584 ML_(img_get)(&ehdr_m, mimg, ehdr_mioff, sizeof(ehdr_m)); in ML_()1586 phdr_mioff = ehdr_mioff + ehdr_m.e_phoff; in ML_()1590 shdr_mioff = ehdr_mioff + ehdr_m.e_shoff; in ML_()1637 = ehdr_mioff /* isn't this always zero? */ + a_shdr.sh_offset; in ML_()1751 INDEX_BIS(ehdr_mioff + a_phdr.p_offset, in ML_()1774 strtab_mioff = ehdr_mioff + offset; in ML_()1775 vg_assert(ehdr_mioff == 0); // should always be in ML_()