Home
last modified time | relevance | path

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

/optee_os/ta/remoteproc/src/
H A Delf_parser.h59 TEE_Result e32_parse_ehdr(uint8_t *fw, size_t size);
H A Delf_parser.c20 TEE_Result e32_parse_ehdr(uint8_t *fw, size_t size) in e32_parse_ehdr() function
H A Dremoteproc_core.c797 res = e32_parse_ehdr(ctx->fw_img, ctx->fw_img_sz); in remoteproc_load_elf()
/optee_os/ldelf/
H A Dta_elf.c101 static TEE_Result e32_parse_ehdr(struct ta_elf *elf, Elf32_Ehdr *ehdr) in e32_parse_ehdr() function
170 static TEE_Result e32_parse_ehdr(struct ta_elf *elf __unused, in e32_parse_ehdr() function
514 res = e32_parse_ehdr(elf, (void *)va); in init_elf()