HomeSort by relevance Sort by last modified time
    Searched refs:allphdrs (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/tools/elfextract/
elfextract.c 55 caddr_t allphdrs; local
61 allphdrs = NULL;
76 allphdrs = ELFSEEK(eh->e_phoff);
77 if (allphdrs == NULL) {
88 phdr = (Elf32_Phdr *)(allphdrs + eh->e_phentsize * i);
125 caddr_t allphdrs; local
131 allphdrs = NULL;
146 allphdrs = ELFSEEK(eh->e_phoff);
147 if (allphdrs == NULL) {
158 phdr = (Elf64_Phdr *)(allphdrs + eh->e_phentsize * i)
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/dboot/
dboot_elfload.c 78 caddr_t allphdrs, sechdrs; local
86 allphdrs = NULL;
101 allphdrs = PGETBYTES(eh->e_phoff);
102 if (allphdrs == NULL)
119 phdr = (Elf64_Phdr *)(allphdrs + eh->e_phentsize * i);
  /onnv/onnv-gate/usr/src/psm/stand/boot/common/
readfile.c 331 caddr_t allphdrs; local
347 allphdrs = NULL;
368 allphdrs = (caddr_t)kmem_alloc(phdrsize, 0);
369 if (allphdrs == NULL)
375 if (xread(fd, allphdrs, phdrsize) != phdrsize)
386 phdr = (Elf32_Phdr *)(allphdrs + elfhdrp->e_phentsize * i);
444 phdr = (Elf32_Phdr *)(allphdrs + elfhdrp->e_phentsize * i);
635 AUX(av, AT_PHDR, allphdrs);
700 kmem_free(allphdrs, phdrsize);
705 if (allphdrs != NULL
730 caddr_t allphdrs; local
    [all...]

Completed in 180 milliseconds