/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | getphdr.c | 57 Elf32_Phdr * 60 return ((Elf32_Phdr*) getphdr(elf, ELFCLASS32));
|
H A D | llib-lelf | 42 Elf32_Phdr * elf32_getphdr(Elf *); 45 Elf32_Phdr * elf32_newphdr(Elf *, size_t);
|
H A D | gelf.c | 239 Elf32_Phdr *p = &((Elf32_Phdr *)elf32_getphdr(elf))[ndx]; 281 Elf32_Phdr *dst = &((Elf32_Phdr *)elf32_getphdr(elf))[ndx];
|
H A D | xlate.m4 | 630 /* 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 D | elfh.h | 39 Elf32_Phdr p[2]; /* program header */
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psymtab_machelf.h | 37 uintptr_t addr, Elf32_Ehdr *ehdr, uint_t phnum, Elf32_Phdr *phdr);
|
H A D | Pgcore.c | 837 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.c | 84 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.c | 83 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 D | who.h | 41 #define Elf_Phdr Elf32_Phdr
|
/illumos-gate/usr/src/cmd/file/ |
H A D | elf_read.h | 87 #define Elf_Phdr Elf32_Phdr
|
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.h | 108 Elf32_Phdr *phdr; /* 32 bit prog header for current file */
|
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtld.4.x.c | 224 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 D | libelf.h | 178 Elf32_Phdr *elf32_getphdr(Elf *); 195 Elf32_Phdr *elf32_newphdr(Elf *, size_t);
|
/illumos-gate/usr/src/tools/elfextract/ |
H A D | elfextract.c | 54 Elf32_Phdr *phdr; 88 phdr = (Elf32_Phdr *)(allphdrs + eh->e_phentsize * i);
|
/illumos-gate/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 145 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 D | elf.h | 211 } Elf32_Phdr; typedef in typeref:struct:__anon2087
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 175 Elf32_Phdr; typedef in typeref:struct:__anon2187
|
H A D | boot.c | 593 Elf32_Phdr *phdr; 601 phdr = (Elf32_Phdr *)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | machelf.h | 130 typedef Elf32_Phdr Phdr;
|
H A D | elf.h | 305 } Elf32_Phdr; typedef in typeref:struct:__anon254
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf32.h | 115 } Elf32_Phdr; typedef in typeref:struct:__anon410
|
/illumos-gate/usr/src/boot/sys/boot/arm/at91/boot2/ |
H A D | boot2.c | 165 static Elf32_Phdr ep[2];
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sym.c | 51 #define Elf_Phdr Elf32_Phdr
|
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/ |
H A D | boot2.c | 169 static Elf32_Phdr ep[2];
|