Home
last modified time | relevance | path

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

/seL4-master/src/arch/x86/32/kernel/
A Delf.c25 Elf32_Phdr_t *phdr = (Elf32_Phdr_t *)((paddr_t)elfFile + elfFile->e_phoff); in elf_getMemoryBounds()
53 Elf32_Phdr_t *phdr = (Elf32_Phdr_t *)((paddr_t)elfFile + elfFile->e_phoff); in elf_load()
/seL4-master/src/arch/x86/64/kernel/
A Delf.c28 Elf64_Phdr_t *phdr = (Elf64_Phdr_t *)((paddr_t)elf + elf->e_phoff); in elf_getMemoryBounds()
55 Elf64_Phdr_t *phdr = (Elf64_Phdr_t *)((paddr_t)elf + elf->e_phoff); in elf_load()
/seL4-master/include/arch/x86/arch/64/mode/kernel/
A Delf.h18 uint64_t e_phoff; member
/seL4-master/include/arch/x86/arch/32/mode/kernel/
A Delf.h20 uint32_t e_phoff; /* Program header table */ member

Completed in 3 milliseconds