Searched refs:ehdr_m (Results 1 – 1 of 1) sorted by relevance
1583 ElfXX_Ehdr ehdr_m; in ML_() local1585 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_()1590 phdr_mnent = ehdr_m.e_phnum; in ML_()1591 phdr_ment_szB = ehdr_m.e_phentsize; in ML_()1593 shdr_mioff = ehdr_mioff + ehdr_m.e_shoff; in ML_()1594 shdr_mnent = ehdr_m.e_shnum; in ML_()1595 shdr_ment_szB = ehdr_m.e_shentsize; in ML_()1631 vg_assert(ehdr_m.e_shstrndx != SHN_UNDEF); in ML_()[all …]