Home
last modified time | relevance | path

Searched refs:e_shentsize (Results 1 – 6 of 6) sorted by relevance

/optee_os/ta/remoteproc/src/
H A Delf_parser.h46 uint32_t e_shentsize; member
H A Delf_parser.c37 ehdr->e_shentsize != sizeof(Elf32_Shdr)) { in e32_parse_ehdr()
/optee_os/ldelf/
H A Dta_elf.h48 unsigned int e_shentsize; member
H A Dta_elf.c113 ehdr->e_shentsize != sizeof(Elf32_Shdr)) in e32_parse_ehdr()
131 elf->e_shentsize = ehdr->e_shentsize; in e32_parse_ehdr()
145 ehdr->e_shentsize != sizeof(Elf64_Shdr)) in e64_parse_ehdr()
156 elf->e_shentsize = ehdr->e_shentsize; in e64_parse_ehdr()
184 ehdr->e_shentsize != sizeof(Elf64_Shdr)) in e64_parse_ehdr()
194 elf->e_shentsize = ehdr->e_shentsize; in e64_parse_ehdr()
1111 if (MUL_OVERFLOW(elf->e_shnum, elf->e_shentsize, &sz)) in copy_section_headers()
/optee_os/lib/libutee/include/
H A Delf32.h69 Elf32_Half e_shentsize; /* Size of section header entry. */ member
H A Delf64.h78 Elf64_Half e_shentsize; /* Size of section header entry. */ member