Home
last modified time | relevance | path

Searched refs:e_phentsize (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/ldelf/
A Dta_elf.h46 unsigned int e_phentsize; member
A Dta_elf.c113 ehdr->e_phentsize != sizeof(Elf32_Phdr) || in e32_parse_ehdr()
123 elf->e_phentsize = ehdr->e_phentsize; in e32_parse_ehdr()
137 ehdr->e_flags || ehdr->e_phentsize != sizeof(Elf64_Phdr) || in e64_parse_ehdr()
148 elf->e_phentsize = ehdr->e_phentsize; in e64_parse_ehdr()
176 ehdr->e_phentsize != sizeof(Elf64_Phdr) || in e64_parse_ehdr()
186 elf->e_phentsize = ehdr->e_phentsize; in e64_parse_ehdr()
513 if (MUL_OVERFLOW(elf->e_phnum, elf->e_phentsize, &sz) || in init_elf()
/optee_os-3.20.0/lib/libutee/include/
A Delf32.h67 Elf32_Half e_phentsize; /* Size of program header entry. */ member
A Delf64.h76 Elf64_Half e_phentsize; /* Size of program header entry. */ member

Completed in 15 milliseconds