Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/
Dtrusty_app.c83 #define ELF_PHDR Elf64_Phdr macro
97 #define ELF_PHDR Elf32_Phdr macro
806 const ELF_PHDR* phdr = in load_app_elf_options()
809 if (!address_range_within_img(phdr, sizeof(ELF_PHDR), in load_app_elf_options()
1169 static status_t select_load_bias(ELF_PHDR* phdr, in select_load_bias()
1221 ELF_PHDR* prg_hdr = (ELF_PHDR*)(trusty_app_image + elf_hdr->e_phoff); in elf_vaddr_mapped()
1240 ELF_PHDR* prg_hdr; in alloc_address_map()
1245 prg_hdr = (ELF_PHDR*)(trusty_app_image + elf_hdr->e_phoff); in alloc_address_map()
1247 if (!address_range_within_img(prg_hdr, sizeof(ELF_PHDR) * elf_hdr->e_phnum, in alloc_address_map()