HomeSort by relevance Sort by last modified time
    Searched defs:e_phnum (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sgs/libelf/common/
update.c 181 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)
540 if (eh->e_phnum != 0) {
554 dst.d_size = eh->e_phnum * eh->e_phentsize;
854 Half e_phnum; local
864 e_phnum = eh->e_phnum
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
elf.h 176 Elf32_Half e_phnum; /* Number of program header entries. */ member in struct:__anon2427
193 Elf64_Half e_phnum; /* Number of program header entries. */ member in struct:__anon2428
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
i386-elf.h 79 Elf32_Half e_phnum; /* number of entries in program header */ member in struct:__anon2525
  /onnv/onnv-gate/usr/src/lib/libproc/common/
Pcontrol.h 173 Elf64_Word e_phnum; /* phdr count extended to 32 bits */ member in struct:elf_file_header
  /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/modules/common/
ehdr.c 66 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...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
elf.h 76 Elf32_Half e_phnum; /* number phdrs */ member in struct:__anon35
94 Elf64_Half e_phnum; /* number phdrs */ member in struct:__anon36

Completed in 600 milliseconds