Searched refs:ehdr_dimg (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c2273 ElfXX_Ehdr* ehdr_dimg = (ElfXX_Ehdr*)dimage; local
2274 ElfXX_Phdr* phdr_dimg = (ElfXX_Phdr*)( ((UChar*)ehdr_dimg)
2275 + ehdr_dimg->e_phoff );
2276 UWord phdr_dnent = ehdr_dimg->e_phnum;
2277 UWord phdr_dent_szB = ehdr_dimg->e_phentsize;
2278 ElfXX_Shdr* shdr_dimg = (ElfXX_Shdr*)( ((UChar*)ehdr_dimg)
2279 + ehdr_dimg->e_shoff );
2280 UWord shdr_dnent = ehdr_dimg->e_shnum;
2281 UWord shdr_dent_szB = ehdr_dimg->e_shentsize;
2316 vg_assert( ehdr_dimg
[all...]

Completed in 70 milliseconds