Searched defs:e_phnum (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c181 if (eh->e_phnum != 0) {
186 hi += eh->e_phentsize * eh->e_phnum;
195 * is used to hold an alternative e_shnum, e_shstrndx and e_phnum.
199 * e_phnum may have already been initialized by the caller (for example,
373 if (eh->e_phnum != 0)
378 if ((sz = eh->e_phoff + eh->e_phentsize * eh->e_phnum) > hi)
549 if (eh->e_phnum != 0) {
563 dst.d_size = eh->e_phnum * eh->e_phentsize;
863 Half e_phnum; local
873 e_phnum
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Delf.h176 Elf32_Half e_phnum; /* Number of program header entries. */ member in struct:__anon2085
193 Elf64_Half e_phnum; /* Number of program header entries. */ member in struct:__anon2086
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h79 Elf32_Half e_phnum; /* number of entries in program header */ member in struct:__anon2184
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h66 Elf32_Half e_phnum; /* Number of program header entries. */ member in struct:__anon407
H A Delf64.h75 Elf64_Half e_phnum; /* Number of program header entries. */ member in struct:__anon424
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.c66 EHDR_CMD_T_E_PHNUM = 11, /* ehdr:e_phnum */
506 Word num = ehdr->e_phnum;
998 Half e_phnum; local
1002 e_phnum = PN_XNUM;
1005 e_phnum = phnum;
1009 if (ehdr->e_phnum == e_phnum) {
1012 EC_WORD(ehdr->e_phnum));
1016 EC_WORD(ehdr->e_phnum), e_phnum);
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.h187 Elf64_Word e_phnum; /* phdr count extended to 32 bits */ member in struct:elf_file_header
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h80 Elf32_Half e_phnum; /* number phdrs */ member in struct:__anon252
98 Elf64_Half e_phnum; /* number phdrs */ member in struct:__anon253

Completed in 79 milliseconds