Home
last modified time | relevance | path

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

/optee_os/ta/remoteproc/src/
H A Delf_parser.c30 size < (ehdr->e_shoff + sizeof(Elf32_Shdr))) in e32_parse_ehdr()
107 if (fw + fw_size <= fw || fw + ehdr->e_shoff < fw) in e32_parser_find_rsc_table()
110 shdr = (void *)(fw + ehdr->e_shoff); in e32_parser_find_rsc_table()
H A Delf_parser.h42 uintptr_t e_shoff; member
/optee_os/ldelf/
H A Dta_elf.h44 vaddr_t e_shoff; member
H A Dta_elf.c127 elf->e_shoff = ehdr->e_shoff; in e32_parse_ehdr()
152 elf->e_shoff = ehdr->e_shoff; in e64_parse_ehdr()
190 elf->e_shoff = ehdr->e_shoff; in e64_parse_ehdr()
1123 if (elf->e_shoff < SMALL_PAGE_SIZE) { in copy_section_headers()
1125 offs = MIN(SMALL_PAGE_SIZE - elf->e_shoff, sz); in copy_section_headers()
1126 memcpy(elf->shdr, (void *)(elf->load_addr + elf->e_shoff), in copy_section_headers()
1133 elf->e_shoff + offs); in copy_section_headers()
/optee_os/lib/libutee/include/
H A Delf32.h64 Elf32_Off e_shoff; /* Section header file offset. */ member
H A Delf64.h73 Elf64_Off e_shoff; /* Section header file offset. */ member