Searched refs:Phdr (Results 1 - 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_impl.h118 extern void setup_old_note_header(Phdr *, proc_t *);
119 extern void setup_note_header(Phdr *, proc_t *);
H A Delf.c84 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 Dold_notes.c63 setup_old_note_header(Phdr *v, proc_t *p)
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dphdr.c33 Elf_phdr(Lm_list *lml, uchar_t osabi, Half mach, Phdr *phdr)
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dnewphdr.c66 Phdr *
71 Phdr * rc;
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_generic.h65 __ElfType(Phdr); variable
/illumos-gate/usr/src/cmd/sgs/librtld_db/i386/
H A Dplt32_resolution.c55 Phdr phdr;
85 sizeof (Phdr)) != PS_OK) {
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c64 Phdr *phdr = NULL;
113 phdr = (Phdr *)auxv->a_un.a_ptr;
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c69 Phdr *phdr = NULL;
118 phdr = (Phdr *)auxv->a_un.a_ptr;
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A D_setup.c72 Phdr *phdr = NULL;
129 phdr = (Phdr *)auxv->a_un.a_ptr;
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A D_setup.c69 Phdr *phdr = NULL;
118 phdr = (Phdr *)auxv->a_un.a_ptr;
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h83 typedef Elf64_Phdr Phdr; typedef
130 typedef Elf32_Phdr Phdr; typedef
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtls.c122 Phdr *tlsphdr;
170 tls_assign(Lm_list *lml, Rt_map *lmp, Phdr *phdr)
260 Phdr *tlsphdr;
H A D_elf.h114 Phdr *e_pttls; /* PT_TLS */
115 Phdr *e_ptunwind; /* PT_SUNW_UNWIND (amd64 specific) */
H A D_rtld.h790 ulong_t, ulong_t, int fd, Phdr *, char *, char **,
795 extern int tls_assign(Lm_list *, Rt_map *, Phdr *);
H A Dobject.c238 Phdr *phdr;
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dphdr.c73 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 Dksyms_snapshot.c45 Phdr text_phdr; /* text program header */
46 Phdr data_phdr; /* data program header */
/illumos-gate/usr/src/head/
H A Dlink.h270 const ElfW(Phdr) *dlpi_phdr; /* Ptr to ELF program hdr arr */
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c83 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 Doutfile.c218 Phdr *phdr = &(sgp->sg_phdr);
430 Phdr *phdr = &(sgp->sg_phdr);
811 Phdr *_phdr = &(sgp->sg_phdr);
H A Dentry.c457 Phdr *phdr = &(sgp->sg_phdr);
/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c173 Phdr * phdr; /* program headers for file */
222 phdr = (Phdr *)(ehdr->e_phoff + lpc);
/illumos-gate/usr/src/uts/sun4/os/
H A Dmlsetup.c395 Phdr *phdr;
419 phdr = (Phdr *)((uintptr_t)padr + i * ehdr->e_phentsize);
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c215 Ehdr *ehdr, uint_t phnum, Phdr *phdr)
219 Ehdr *ehdr, uint_t phnum, Phdr *phdr)

Completed in 71 milliseconds

12