Searched refs:ehdr_dimg (Results 1 – 1 of 1) sorted by relevance
2668 ElfXX_Ehdr ehdr_dimg; in ML_() local2669 ML_(img_get)(&ehdr_dimg, dimg, ehdr_dioff, sizeof(ehdr_dimg)); in ML_()2671 DiOffT phdr_dioff = ehdr_dimg.e_phoff; in ML_()2672 UWord phdr_dnent = ehdr_dimg.e_phnum; in ML_()2673 UWord phdr_dent_szB = ehdr_dimg.e_phentsize; in ML_()2675 DiOffT shdr_dioff = ehdr_dimg.e_shoff; in ML_()2676 UWord shdr_dnent = ehdr_dimg.e_shnum; in ML_()2677 UWord shdr_dent_szB = ehdr_dimg.e_shentsize; in ML_()2709 vg_assert(ehdr_dimg.e_shstrndx != SHN_UNDEF); in ML_()2715 INDEX_BIS(shdr_dioff, ehdr_dimg.e_shstrndx, in ML_()[all …]