Searched refs:e_phentsize (Results 1 - 18 of 18) sorted by relevance

/seL4-refos-master/kernel/include/arch/x86/arch/32/mode/kernel/
H A Delf.h24 uint16_t e_phentsize; /* Size of one program segment header */ member in struct:Elf32_Header
/seL4-refos-master/kernel/include/arch/x86/arch/64/mode/kernel/
H A Delf.h22 uint16_t e_phentsize; member in struct:Elf64_Header
/seL4-refos-master/libs/libelf/src/
H A Delf64.c106 if (header->e_phentsize != sizeof(Elf64_Phdr)) {
125 size_t ph_end = header->e_phoff + header->e_phentsize * header->e_phnum;
H A Delf32.c102 if (header->e_phentsize != sizeof(Elf32_Phdr)) {
121 size_t ph_end = header->e_phoff + header->e_phentsize * header->e_phnum;
/seL4-refos-master/projects/util_libs/libelf/src/
H A Delf64.c106 if (header->e_phentsize != sizeof(Elf64_Phdr)) {
125 size_t ph_end = header->e_phoff + header->e_phentsize * header->e_phnum;
H A Delf32.c102 if (header->e_phentsize != sizeof(Elf32_Phdr)) {
121 size_t ph_end = header->e_phoff + header->e_phentsize * header->e_phnum;
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dvdso.c52 for (i=0; i<eh->e_phnum; i++, ph=(void *)((char *)ph+eh->e_phentsize)) {
/seL4-refos-master/seL4_tools/elfloader-tool/include/binaries/elf/
H A Delf64.h28 uint16_t e_phentsize; /* Size of one program segment member in struct:Elf64_Header
H A Delf32.h28 uint16_t e_phentsize; /* Size of one program segment member in struct:Elf32_Header
/seL4-refos-master/tools/elfloader/include/binaries/elf/
H A Delf32.h28 uint16_t e_phentsize; /* Size of one program segment member in struct:Elf32_Header
H A Delf64.h28 uint16_t e_phentsize; /* Size of one program segment member in struct:Elf64_Header
/seL4-refos-master/seL4_tools/elfloader-tool/src/
H A Dcommon.c238 phsize = ((struct Elf32_Header *)elf)->e_phentsize;
241 phsize = ((struct Elf64_Header *)elf)->e_phentsize;
/seL4-refos-master/tools/elfloader/src/
H A Dcommon.c238 phsize = ((struct Elf32_Header *)elf)->e_phentsize;
241 phsize = ((struct Elf64_Header *)elf)->e_phentsize;
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddlstart.c59 size_t phent = eh->e_phentsize;
H A Ddynlink.c559 phsize = eh->e_phentsize * eh->e_phnum;
575 for (i=eh->e_phnum; i; i--, ph=(void *)((char *)ph+eh->e_phentsize)) {
606 for (ph=ph0, i=0; i<nsegs; ph=(void *)((char *)ph+eh->e_phentsize)) {
667 for (ph=ph0, i=eh->e_phnum; i; i--, ph=(void *)((char *)ph+eh->e_phentsize)) {
676 dso->phentsize = eh->e_phentsize;
1352 ldso.phentsize = ehdr->e_phentsize;
1557 vdso.phentsize = ehdr->e_phentsize;
1558 for (i=ehdr->e_phnum; i; i--, phdr=(void *)((char *)phdr + ehdr->e_phentsize)) {
/seL4-refos-master/seL4_tools/elfloader-tool/src/binaries/elf/
H A Delf64.c36 if (fileHdr->e_phentsize != sizeof(struct Elf64_Phdr)) {
/seL4-refos-master/tools/elfloader/src/binaries/elf/
H A Delf64.c36 if (fileHdr->e_phentsize != sizeof(struct Elf64_Phdr)) {
/seL4-refos-master/libs/libmuslc/include/
H A Delf.h47 Elf32_Half e_phentsize; member in struct:__anon251
64 Elf64_Half e_phentsize; member in struct:__anon252

Completed in 81 milliseconds