Home | History | Annotate | Download | only in libcollector

Lines Matching defs:e_phoff

405   Elf64_Off e_phoff;
410 e_phoff = ehdr32->e_phoff;
416 e_phoff = ehdr64->e_phoff;
422 (e_phoff + e_phentsize * (e_phnum - 1) > sz))
432 TprintfT (DBG_LT2, "check_fd_dynamic(): elfclass=%d, e_phoff=%lu e_phnum=%lu e_phentsize=%lu\n",
433 (int) elfclass, (unsigned long) e_phoff, (unsigned long) e_phnum,
442 ((Elf32_Phdr*) (p + e_phoff + e_phentsize * i))->p_type)
451 ((Elf64_Phdr*) (p + e_phoff + e_phentsize * i))->p_type)