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

/seL4-refos-master/kernel/include/arch/x86/arch/32/mode/kernel/
H A Delf.h25 uint16_t e_phnum; /* Number of program segment headers */ member in struct:Elf32_Header
/seL4-refos-master/kernel/include/arch/x86/arch/64/mode/kernel/
H A Delf.h23 uint16_t e_phnum; member in struct:Elf64_Header
/seL4-refos-master/kernel/src/arch/x86/32/kernel/
H A Delf.c35 for (i = 0; i < elfFile->e_phnum; i++) {
60 for (i = 0; i < elfFile->e_phnum; i++) {
/seL4-refos-master/kernel/src/arch/x86/64/kernel/
H A Delf.c33 for (i = 0; i < elf->e_phnum; i++) {
57 for (i = 0; i < elf->e_phnum; i++) {
/seL4-refos-master/libs/libelf/src/
H A Delf64.c125 size_t ph_end = header->e_phoff + header->e_phentsize * header->e_phnum;
H A Delf32.c121 size_t ph_end = header->e_phoff + header->e_phentsize * header->e_phnum;
/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;
H A Delf32.c121 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/src/binaries/elf/
H A Delf64.c40 if (fileHdr->e_phnum == 0) {
140 return elfFile->e_phnum;
H A Delf32.c55 return fileHdr->e_phnum;
/seL4-refos-master/tools/elfloader/src/binaries/elf/
H A Delf64.c40 if (fileHdr->e_phnum == 0) {
140 return elfFile->e_phnum;
H A Delf32.c55 return fileHdr->e_phnum;
/seL4-refos-master/libs/libelf/include/elf/
H A Delf32.h120 return elf32_getHeader(elf).e_phnum;
H A Delf64.h120 return elf64_getHeader(file).e_phnum;
/seL4-refos-master/projects/util_libs/libelf/include/elf/
H A Delf32.h120 return elf32_getHeader(elf).e_phnum;
H A Delf64.h120 return elf64_getHeader(file).e_phnum;
/seL4-refos-master/seL4_tools/elfloader-tool/include/binaries/elf/
H A Delf64.h30 uint16_t e_phnum; /* Number of program segment member in struct:Elf64_Header
H A Delf32.h30 uint16_t e_phnum; /* Number of program segment member in struct:Elf32_Header
/seL4-refos-master/tools/elfloader/include/binaries/elf/
H A Delf32.h30 uint16_t e_phnum; /* Number of program segment member in struct:Elf32_Header
H A Delf64.h30 uint16_t e_phnum; /* Number of program segment member in struct:Elf64_Header
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddlstart.c58 size_t phnum = eh->e_phnum;
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)) {
667 for (ph=ph0, i=eh->e_phnum; i; i--, ph=(void *)((char *)ph+eh->e_phentsize)) {
675 dso->phnum = eh->e_phnum;
1350 ldso.phnum = ehdr->e_phnum;
1556 vdso.phnum = ehdr->e_phnum;
1558 for (i=ehdr->e_phnum; i; i--, phdr=(void *)((char *)phdr + ehdr->e_phentsize)) {
/seL4-refos-master/libs/libmuslc/include/
H A Delf.h48 Elf32_Half e_phnum; member in struct:__anon251
65 Elf64_Half e_phnum; member in struct:__anon252

Completed in 180 milliseconds