Searched refs:ehdr_dimg (Results 1 – 1 of 1) sorted by relevance
2514 ElfXX_Ehdr ehdr_dimg; in ML_() local2515 ML_(img_get)(&ehdr_dimg, dimg, ehdr_dioff, sizeof(ehdr_dimg)); in ML_()2517 DiOffT phdr_dioff = ehdr_dimg.e_phoff; in ML_()2518 UWord phdr_dnent = ehdr_dimg.e_phnum; in ML_()2519 UWord phdr_dent_szB = ehdr_dimg.e_phentsize; in ML_()2521 DiOffT shdr_dioff = ehdr_dimg.e_shoff; in ML_()2522 UWord shdr_dnent = ehdr_dimg.e_shnum; in ML_()2523 UWord shdr_dent_szB = ehdr_dimg.e_shentsize; in ML_()2555 vg_assert(ehdr_dimg.e_shstrndx != SHN_UNDEF); in ML_()2561 INDEX_BIS(shdr_dioff, ehdr_dimg.e_shstrndx, in ML_()[all …]