/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf_impl.h | 118 extern void setup_old_note_header(Phdr *, proc_t *); 119 extern void setup_note_header(Phdr *, proc_t *);
|
H A D | elf.c | 84 Phdr **, Phdr **, Phdr **, Phdr **, Phdr *, 151 dtrace_safe_phdr(Phdr *phdrp, struct uarg *args, uintptr_t base) 217 Phdr *uphdr = NULL; 218 Phdr *junk = NULL; 219 Phdr *dynphdr = NULL; 220 Phdr *dtrphd [all...] |
H A D | old_notes.c | 63 setup_old_note_header(Phdr *v, proc_t *p)
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | phdr.c | 33 Elf_phdr(Lm_list *lml, uchar_t osabi, Half mach, Phdr *phdr)
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | newphdr.c | 66 Phdr * 71 Phdr * rc;
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_generic.h | 65 __ElfType(Phdr); variable
|
/illumos-gate/usr/src/cmd/sgs/librtld_db/i386/ |
H A D | plt32_resolution.c | 55 Phdr phdr; 85 sizeof (Phdr)) != PS_OK) {
|
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/ |
H A D | _setup.c | 64 Phdr *phdr = NULL; 113 phdr = (Phdr *)auxv->a_un.a_ptr;
|
/illumos-gate/usr/src/cmd/sgs/rtld/i386/ |
H A D | _setup.c | 69 Phdr *phdr = NULL; 118 phdr = (Phdr *)auxv->a_un.a_ptr;
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | _setup.c | 72 Phdr *phdr = NULL; 129 phdr = (Phdr *)auxv->a_un.a_ptr;
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | _setup.c | 69 Phdr *phdr = NULL; 118 phdr = (Phdr *)auxv->a_un.a_ptr;
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | machelf.h | 83 typedef Elf64_Phdr Phdr; typedef 130 typedef Elf32_Phdr Phdr; typedef
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | tls.c | 122 Phdr *tlsphdr; 170 tls_assign(Lm_list *lml, Rt_map *lmp, Phdr *phdr) 260 Phdr *tlsphdr;
|
H A D | _elf.h | 114 Phdr *e_pttls; /* PT_TLS */ 115 Phdr *e_ptunwind; /* PT_SUNW_UNWIND (amd64 specific) */
|
H A D | _rtld.h | 790 ulong_t, ulong_t, int fd, Phdr *, char *, char **, 795 extern int tls_assign(Lm_list *, Rt_map *, Phdr *);
|
H A D | object.c | 238 Phdr *phdr;
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | phdr.c | 73 Phdr *phdr; /* PT_INTERP header */ 230 Phdr *phdr; 276 Phdr *phdr; /* Program header array */ 355 Phdr *phdr; 515 Phdr *phdr; /* Program header array */ 572 Phdr *tphdr = &phdr[j]; 666 Phdr *phdr; 898 obj_state->os_phdr, sizeof (Phdr), 907 Phdr save;
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ksyms_snapshot.c | 45 Phdr text_phdr; /* text program header */ 46 Phdr data_phdr; /* data program header */
|
/illumos-gate/usr/src/head/ |
H A D | link.h | 270 const ElfW(Phdr) *dlpi_phdr; /* Ptr to ELF program hdr arr */
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | fake_shdr.c | 83 Phdr *phdr; 420 Phdr **phdr_ret) 425 Phdr *phdr = fstate->phdr; 480 Phdr **phdr_ret) 484 Phdr *phdr = fstate->phdr; 878 Phdr *phdr = NULL;
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | outfile.c | 218 Phdr *phdr = &(sgp->sg_phdr); 430 Phdr *phdr = &(sgp->sg_phdr); 811 Phdr *_phdr = &(sgp->sg_phdr);
|
H A D | entry.c | 457 Phdr *phdr = &(sgp->sg_phdr);
|
/illumos-gate/usr/src/cmd/sgs/ldprof/common/ |
H A D | profile.c | 173 Phdr * phdr; /* program headers for file */ 222 phdr = (Phdr *)(ehdr->e_phoff + lpc);
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 395 Phdr *phdr; 419 phdr = (Phdr *)((uintptr_t)padr + i * ehdr->e_phentsize);
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psymtab_machelf32.c | 215 Ehdr *ehdr, uint_t phnum, Phdr *phdr) 219 Ehdr *ehdr, uint_t phnum, Phdr *phdr)
|