Searched refs:e_phoff (Results 1 - 24 of 24) sorted by relevance

/seL4-refos-master/kernel/include/arch/x86/arch/32/mode/kernel/
H A Delf.h20 uint32_t e_phoff; /* Program header table */ member in struct:Elf32_Header
/seL4-refos-master/kernel/include/arch/x86/arch/64/mode/kernel/
H A Delf.h18 uint64_t e_phoff; member in struct:Elf64_Header
/seL4-refos-master/libs/libelf/src/
H A Delf64.c125 size_t ph_end = header->e_phoff + header->e_phentsize * header->e_phnum;
126 if (elf->elfSize < ph_end || ph_end < header->e_phoff) {
H A Delf32.c121 size_t ph_end = header->e_phoff + header->e_phentsize * header->e_phnum;
122 if (elf->elfSize < ph_end || ph_end < header->e_phoff) {
/seL4-refos-master/projects/util_libs/libelf/src/
H A Delf64.c125 size_t ph_end = header->e_phoff + header->e_phentsize * header->e_phnum;
126 if (elf->elfSize < ph_end || ph_end < header->e_phoff) {
H A Delf32.c121 size_t ph_end = header->e_phoff + header->e_phentsize * header->e_phnum;
122 if (elf->elfSize < ph_end || ph_end < header->e_phoff) {
/seL4-refos-master/seL4_tools/elfloader-tool/include/binaries/elf/
H A Delf64.h24 uint64_t e_phoff; /* Program header table */ member in struct:Elf64_Header
153 uint64_t e_phoff = elf64_read64(&file->e_phoff); local
154 return (struct Elf64_Phdr*) (uintptr_t) (((uintptr_t) file) + e_phoff);
H A Delf32.h24 uint32_t e_phoff; /* Program header table */ member in struct:Elf32_Header
144 return (struct Elf32_Phdr*) (uintptr_t) (((uintptr_t) file) + file->e_phoff);
/seL4-refos-master/tools/elfloader/include/binaries/elf/
H A Delf64.h24 uint64_t e_phoff; /* Program header table */ member in struct:Elf64_Header
153 uint64_t e_phoff = elf64_read64(&file->e_phoff); local
154 return (struct Elf64_Phdr*) (uintptr_t) (((uintptr_t) file) + e_phoff);
H A Delf32.h24 uint32_t e_phoff; /* Program header table */ member in struct:Elf32_Header
144 return (struct Elf32_Phdr*) (uintptr_t) (((uintptr_t) file) + file->e_phoff);
/seL4-refos-master/kernel/src/arch/x86/32/kernel/
H A Delf.c25 Elf32_Phdr_t *phdr = (Elf32_Phdr_t *)((paddr_t)elfFile + elfFile->e_phoff);
53 Elf32_Phdr_t *phdr = (Elf32_Phdr_t *)((paddr_t)elfFile + elfFile->e_phoff);
/seL4-refos-master/kernel/src/arch/x86/64/kernel/
H A Delf.c28 Elf64_Phdr_t *phdr = (Elf64_Phdr_t *)((paddr_t)elf + elf->e_phoff);
55 Elf64_Phdr_t *phdr = (Elf64_Phdr_t *)((paddr_t)elf + elf->e_phoff);
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dvdso.c50 Phdr *ph = (void *)((char *)eh + eh->e_phoff);
/seL4-refos-master/libs/libelf/include/elf/
H A Delf32.h110 return file->elfFile + elf32_getHeader(file).e_phoff;
H A Delf64.h110 return file->elfFile + elf64_getHeader(file).e_phoff;
/seL4-refos-master/projects/util_libs/libelf/include/elf/
H A Delf32.h110 return file->elfFile + elf32_getHeader(file).e_phoff;
H A Delf64.h110 return file->elfFile + elf64_getHeader(file).e_phoff;
/seL4-refos-master/seL4_tools/elfloader-tool/src/binaries/elf/
H A Delf32.c47 return (struct Elf32_Phdr *) (fileHdr->e_phoff + (long) elfFile);
H A Delf64.c60 return (struct Elf64_Phdr *) ((size_t)fileHdr->e_phoff + (size_t) elfFile);
/seL4-refos-master/tools/elfloader/src/binaries/elf/
H A Delf32.c47 return (struct Elf32_Phdr *) (fileHdr->e_phoff + (long) elfFile);
H A Delf64.c60 return (struct Elf64_Phdr *) ((size_t)fileHdr->e_phoff + (size_t) elfFile);
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddlstart.c57 Phdr *ph = (void *)(base + eh->e_phoff);
H A Ddynlink.c563 l = pread(fd, allocated_buf, phsize, eh->e_phoff);
567 } else if (eh->e_phoff + phsize > l) {
568 l = pread(fd, buf+1, phsize, eh->e_phoff);
573 ph = ph0 = (void *)((char *)buf + eh->e_phoff);
671 if (!dso->phdr && eh->e_phoff >= ph->p_offset
672 && eh->e_phoff+phsize <= ph->p_offset+ph->p_filesz) {
674 + (eh->e_phoff-ph->p_offset));
1351 ldso.phdr = laddr(&ldso, ehdr->e_phoff);
1555 Phdr *phdr = vdso.phdr = (void *)(vdso_base + ehdr->e_phoff);
/seL4-refos-master/libs/libmuslc/include/
H A Delf.h43 Elf32_Off e_phoff; member in struct:__anon251
60 Elf64_Off e_phoff; member in struct:__anon252

Completed in 139 milliseconds