Searched refs:ehdr_img (Results 1 – 1 of 1) sorted by relevance
1307 ElfXX_Ehdr* ehdr_img = NULL; in ML_() local1424 ehdr_img = (ElfXX_Ehdr*)oimage; in ML_()1427 ok &= ML_(is_elf_object_file)(ehdr_img, n_oimage); in ML_()1436 phdr_img = (ElfXX_Phdr*)( ((UChar*)ehdr_img) + ehdr_img->e_phoff ); in ML_()1437 phdr_nent = ehdr_img->e_phnum; in ML_()1438 phdr_ent_szB = ehdr_img->e_phentsize; in ML_()1440 shdr_img = (ElfXX_Shdr*)( ((UChar*)ehdr_img) + ehdr_img->e_shoff ); in ML_()1441 shdr_nent = ehdr_img->e_shnum; in ML_()1442 shdr_ent_szB = ehdr_img->e_shentsize; in ML_()1474 vg_assert( ehdr_img->e_shstrndx != SHN_UNDEF ); in ML_()[all …]