Searched refs:ehdr_dimg (Results 1 – 1 of 1) sorted by relevance
2409 ElfXX_Ehdr ehdr_dimg; in ML_() local2410 ML_(img_get)(&ehdr_dimg, dimg, ehdr_dioff, sizeof(ehdr_dimg)); in ML_()2412 DiOffT phdr_dioff = ehdr_dimg.e_phoff; in ML_()2413 UWord phdr_dnent = ehdr_dimg.e_phnum; in ML_()2414 UWord phdr_dent_szB = ehdr_dimg.e_phentsize; in ML_()2416 DiOffT shdr_dioff = ehdr_dimg.e_shoff; in ML_()2417 UWord shdr_dnent = ehdr_dimg.e_shnum; in ML_()2418 UWord shdr_dent_szB = ehdr_dimg.e_shentsize; in ML_()2450 vg_assert(ehdr_dimg.e_shstrndx != SHN_UNDEF); in ML_()2456 INDEX_BIS(shdr_dioff, ehdr_dimg.e_shstrndx, in ML_()[all …]