Searched refs:ehdr_m (Results 1 – 1 of 1) sorted by relevance
1675 ElfXX_Ehdr ehdr_m; in ML_() local1677 ok = ML_(img_valid)(mimg, ehdr_mioff, sizeof(ehdr_m)); in ML_()1679 ML_(img_get)(&ehdr_m, mimg, ehdr_mioff, sizeof(ehdr_m)); in ML_()1681 phdr_mioff = ehdr_mioff + ehdr_m.e_phoff; in ML_()1682 phdr_mnent = ehdr_m.e_phnum; in ML_()1683 phdr_ment_szB = ehdr_m.e_phentsize; in ML_()1685 shdr_mioff = ehdr_mioff + ehdr_m.e_shoff; in ML_()1686 shdr_mnent = ehdr_m.e_shnum; in ML_()1687 shdr_ment_szB = ehdr_m.e_shentsize; in ML_()1723 vg_assert(ehdr_m.e_shstrndx != SHN_UNDEF); in ML_()[all …]