Searched refs:ehdr_mioff (Results 1 – 1 of 1) sorted by relevance
1480 DiOffT ehdr_mioff = 0; in ML_() local1584 vg_assert(ehdr_mioff == 0); // ensured by its initialisation in ML_()1585 ok = ML_(img_valid)(mimg, ehdr_mioff, sizeof(ehdr_m)); in ML_()1587 ML_(img_get)(&ehdr_m, mimg, ehdr_mioff, sizeof(ehdr_m)); in ML_()1589 phdr_mioff = ehdr_mioff + ehdr_m.e_phoff; in ML_()1593 shdr_mioff = ehdr_mioff + ehdr_m.e_shoff; in ML_()1640 = ehdr_mioff /* isn't this always zero? */ + a_shdr.sh_offset; in ML_()1754 INDEX_BIS(ehdr_mioff + a_phdr.p_offset, in ML_()1777 strtab_mioff = ehdr_mioff + offset; in ML_()1778 vg_assert(ehdr_mioff == 0); // should always be in ML_()