Searched refs:Elf32_Phdr (Results 1 - 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetphdr.c57 Elf32_Phdr *
60 return ((Elf32_Phdr*) getphdr(elf, ELFCLASS32));
H A Dllib-lelf42 Elf32_Phdr * elf32_getphdr(Elf *);
45 Elf32_Phdr * elf32_newphdr(Elf *, size_t);
H A Dgelf.c239 Elf32_Phdr *p = &((Elf32_Phdr *)elf32_getphdr(elf))[ndx];
281 Elf32_Phdr *dst = &((Elf32_Phdr *)elf32_getphdr(elf))[ndx];
H A Dxlate.m4630 /* PHDR */ { P1_sizeof, sizeof (Elf32_Phdr) },
1164 $1(unsigned char *dst, Elf32_Phdr *src, size_t cnt)
1166 Elf32_Phdr *end = src + cnt;
1708 $1(Elf32_Phdr *dst, unsigned char *src, size_t cnt)
1710 Elf32_Phdr *end = dst;
/illumos-gate/usr/src/tools/btxld/
H A Delfh.h39 Elf32_Phdr p[2]; /* program header */
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf.h37 uintptr_t addr, Elf32_Ehdr *ehdr, uint_t phnum, Elf32_Phdr *phdr);
H A DPgcore.c837 Elf32_Phdr phdr;
943 Elf32_Phdr phdr32;
1130 ehdr.e_phentsize = sizeof (Elf32_Phdr);
1279 Elf32_Phdr phdr;
1467 Elf32_Phdr phdr;
/illumos-gate/usr/src/lib/libc/i386/crt/
H A D_rtld.c84 Elf32_Phdr *phdr; /* first Phdr in file */
85 Elf32_Phdr *pptr; /* working Phdr */
86 Elf32_Phdr *lph; /* last loadable Phdr */
87 Elf32_Phdr *fph = 0; /* first loadable Phdr */
167 phdr = (Elf32_Phdr *)((caddr_t)ehdr + ehdr->e_phoff);
169 pptr = (Elf32_Phdr *)((caddr_t)pptr + ehdr->e_phentsize))
222 pptr = (Elf32_Phdr *)((caddr_t)pptr + ehdr->e_phentsize)) {
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtld.c83 Elf32_Phdr *phdr; /* first Phdr in file */
84 Elf32_Phdr *pptr; /* working Phdr */
85 Elf32_Phdr *lph = NULL; /* last loadable Phdr */
86 Elf32_Phdr *fph = NULL; /* first loadable Phdr */
167 phdr = (Elf32_Phdr *)((caddr_t)ehdr + ehdr->e_phoff);
169 pptr = (Elf32_Phdr *)((caddr_t)pptr + ehdr->e_phentsize))
222 pptr = (Elf32_Phdr *)((caddr_t)pptr + ehdr->e_phentsize)) {
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwho.h41 #define Elf_Phdr Elf32_Phdr
/illumos-gate/usr/src/cmd/file/
H A Delf_read.h87 #define Elf_Phdr Elf32_Phdr
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.h108 Elf32_Phdr *phdr; /* 32 bit prog header for current file */
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c224 Elf32_Phdr *phdr; /* first Phdr in file */
225 Elf32_Phdr *pptr; /* working Phdr */
226 Elf32_Phdr *lph; /* last loadable Phdr */
227 Elf32_Phdr *fph = 0; /* first loadable Phdr */
412 phdr = (Elf32_Phdr *)((caddr_t)ehdr + ehdr->e_phoff);
414 pptr = (Elf32_Phdr *)((caddr_t)pptr + ehdr->e_phentsize))
/illumos-gate/usr/src/head/
H A Dlibelf.h178 Elf32_Phdr *elf32_getphdr(Elf *);
195 Elf32_Phdr *elf32_newphdr(Elf *, size_t);
/illumos-gate/usr/src/tools/elfextract/
H A Delfextract.c54 Elf32_Phdr *phdr;
88 phdr = (Elf32_Phdr *)(allphdrs + eh->e_phentsize * i);
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c145 static func_t iload32(char *, Elf32_Phdr *, Elf32_Phdr *, auxv32_t **);
328 Elf32_Phdr *phdr; /* program header */
342 Elf32_Phdr *thdr; /* "text" program header */
343 Elf32_Phdr *dhdr; /* "data" program header */
386 phdr = (Elf32_Phdr *)(allphdrs + elfhdrp->e_phentsize * i);
444 phdr = (Elf32_Phdr *)(allphdrs + elfhdrp->e_phentsize * i);
1101 iload32(char *rtld, Elf32_Phdr *thdr, Elf32_Phdr *dhdr, auxv32_t **avp)
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Delf.h211 } Elf32_Phdr; typedef in typeref:struct:__anon2087
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h175 Elf32_Phdr; typedef in typeref:struct:__anon2187
H A Dboot.c593 Elf32_Phdr *phdr;
601 phdr = (Elf32_Phdr *)
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h130 typedef Elf32_Phdr Phdr;
H A Delf.h305 } Elf32_Phdr; typedef in typeref:struct:__anon254
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h115 } Elf32_Phdr; typedef in typeref:struct:__anon410
/illumos-gate/usr/src/boot/sys/boot/arm/at91/boot2/
H A Dboot2.c165 static Elf32_Phdr ep[2];
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c51 #define Elf_Phdr Elf32_Phdr
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dboot2.c169 static Elf32_Phdr ep[2];

Completed in 964 milliseconds

12