Symbol: Phdr
usr/src/boot/sys/sys/elf_generic.h
65
__ElfType(Phdr);
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
206
Phdr kh_text_phdr;
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
207
Phdr kh_data_phdr;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1759
Phdr *uphdr = NULL;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1766
Phdr *phdr;
usr/src/cmd/sgs/elfdump/common/elfdump.c
1843
Phdr *iphdr = NULL;
usr/src/cmd/sgs/elfdump/common/elfdump.c
3009
Phdr *pt_dynamic = NULL;
usr/src/cmd/sgs/elfdump/common/elfdump.c
507
static Phdr *
usr/src/cmd/sgs/elfdump/common/elfdump.c
5119
Phdr *phdr;
usr/src/cmd/sgs/elfdump/common/elfdump.c
512
Phdr *phdr;
usr/src/cmd/sgs/elfdump/common/elfdump.c
554
unwind_eh_frame(Cache *cache, Word shndx, Word shnum, Phdr *uphdr, Ehdr *ehdr,
usr/src/cmd/sgs/elfdump/common/elfdump.c
871
check_phdr_v_shdr(Phdr *phdr, size_t phndx,
usr/src/cmd/sgs/elfdump/common/elfdump.c
916
Phdr *uphdr = NULL;
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
420
Phdr **phdr_ret)
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
425
Phdr *phdr = fstate->phdr;
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
480
Phdr **phdr_ret)
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
484
Phdr *phdr = fstate->phdr;
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
83
Phdr *phdr;
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
878
Phdr *phdr = NULL;
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
230
Phdr *phdr;
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
276
Phdr *phdr; /* Program header array */
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
355
Phdr *phdr;
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
515
Phdr *phdr; /* Program header array */
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
572
Phdr *tphdr = &phdr[j];
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
666
Phdr *phdr;
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
73
Phdr *phdr; /* PT_INTERP header */
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
898
obj_state->os_phdr, sizeof (Phdr),
usr/src/cmd/sgs/elfedit/modules/common/phdr.c
907
Phdr save;
usr/src/cmd/sgs/include/debug.h
1177
extern void Elf_phdr(Lm_list *, uchar_t, Half, Phdr *);
usr/src/cmd/sgs/include/libld.h
1064
Phdr sg_phdr; /* segment header for output file */
usr/src/cmd/sgs/include/libld.h
255
Phdr *ofl_phdr; /* program header descriptor */
usr/src/cmd/sgs/include/libld.h
256
Phdr *ofl_tlsphdr; /* TLS phdr */
usr/src/cmd/sgs/ldprof/common/profile.c
173
Phdr * phdr; /* program headers for file */
usr/src/cmd/sgs/ldprof/common/profile.c
222
phdr = (Phdr *)(ehdr->e_phoff + lpc);
usr/src/cmd/sgs/libelf/common/newphdr.c
64
Phdr *
usr/src/cmd/sgs/libelf/common/newphdr.c
69
Phdr * rc;
usr/src/cmd/sgs/libld/common/entry.c
457
Phdr *phdr = &(sgp->sg_phdr);
usr/src/cmd/sgs/libld/common/outfile.c
218
Phdr *phdr = &(sgp->sg_phdr);
usr/src/cmd/sgs/libld/common/outfile.c
430
Phdr *phdr = &(sgp->sg_phdr);
usr/src/cmd/sgs/libld/common/outfile.c
811
Phdr *_phdr = &(sgp->sg_phdr);
usr/src/cmd/sgs/libld/common/unwind.c
812
Phdr *phdr = ofl->ofl_phdr;
usr/src/cmd/sgs/libld/common/update.c
387
Phdr *phd = &(sgp->sg_phdr);
usr/src/cmd/sgs/libld/common/update.c
3877
build_phdr_from_shdr(Phdr *phdr, Shdr *shdr, Word flags)
usr/src/cmd/sgs/libld/common/update.c
3921
Phdr *_phdr = NULL;
usr/src/cmd/sgs/libld/common/update.c
3952
Phdr *phdr = &(sgp->sg_phdr);
usr/src/cmd/sgs/libld/common/update.c
4448
Phdr *phdr = &(intpsgp->sg_phdr);
usr/src/cmd/sgs/libld/common/update.c
4466
Phdr *aphdr, *phdr = &(dtracesgp->sg_phdr);
usr/src/cmd/sgs/libld/common/update.c
4489
Phdr *phdr = &(capsgp->sg_phdr);
usr/src/cmd/sgs/liblddbg/common/phdr.c
33
Elf_phdr(Lm_list *lml, uchar_t osabi, Half mach, Phdr *phdr)
usr/src/cmd/sgs/librtld/common/dldump.c
149
Phdr *iphdr, *ophdr, *data_phdr = 0;
usr/src/cmd/sgs/librtld_db/common/rd_elf.c
416
Phdr phdr;
usr/src/cmd/sgs/librtld_db/common/rd_elf.c
561
Phdr phdr;
usr/src/cmd/sgs/librtld_db/common/rd_elf.c
642
sizeof (Phdr)) != PS_OK) {
usr/src/cmd/sgs/librtld_db/i386/plt32_resolution.c
52
Phdr phdr;
usr/src/cmd/sgs/librtld_db/i386/plt32_resolution.c
82
sizeof (Phdr)) != PS_OK) {
usr/src/cmd/sgs/rtld/amd64/_setup.c
127
Phdr *phdr = NULL;
usr/src/cmd/sgs/rtld/amd64/_setup.c
177
phdr = (Phdr *)auxv->a_un.a_ptr;
usr/src/cmd/sgs/rtld/common/_elf.h
114
Phdr *e_pttls; /* PT_TLS */
usr/src/cmd/sgs/rtld/common/_elf.h
115
Phdr *e_ptunwind; /* PT_SUNW_UNWIND (amd64 specific) */
usr/src/cmd/sgs/rtld/common/_rtld.h
783
ulong_t, ulong_t, int fd, Phdr *, char *, char **,
usr/src/cmd/sgs/rtld/common/_rtld.h
788
extern int tls_assign(Lm_list *, Rt_map *, Phdr *);
usr/src/cmd/sgs/rtld/common/dlfcns.c
2326
info.dlpi_phdr = (Phdr *)
usr/src/cmd/sgs/rtld/common/elf.c
146
Phdr *phdr;
usr/src/cmd/sgs/rtld/common/elf.c
1629
Phdr *phdr, *tphdr = NULL, *dphdr = NULL, *uphdr = NULL;
usr/src/cmd/sgs/rtld/common/elf.c
164
phdr = (Phdr *)((char *)ehdr + ehdr->e_phoff);
usr/src/cmd/sgs/rtld/common/elf.c
1654
phdr = (Phdr *)((uintptr_t)ehdr + ehdr->e_phoff);
usr/src/cmd/sgs/rtld/common/elf.c
1656
phdr = (Phdr *)((uintptr_t)phdr + ehdr->e_phentsize)) {
usr/src/cmd/sgs/rtld/common/object.c
236
Phdr *phdr;
usr/src/cmd/sgs/rtld/common/setup.c
194
char *_rtldname, ulong_t ld_base, ulong_t interp_base, int fd, Phdr *phdr,
usr/src/cmd/sgs/rtld/common/setup.c
529
Phdr *pptr;
usr/src/cmd/sgs/rtld/common/setup.c
615
pptr = (Phdr *)((ulong_t)pptr + phsize);
usr/src/cmd/sgs/rtld/common/tls.c
122
Phdr *tlsphdr;
usr/src/cmd/sgs/rtld/common/tls.c
170
tls_assign(Lm_list *lml, Rt_map *lmp, Phdr *phdr)
usr/src/cmd/sgs/rtld/common/tls.c
260
Phdr *tlsphdr;
usr/src/cmd/sgs/rtld/i386/_setup.c
119
phdr = (Phdr *)auxv->a_un.a_ptr;
usr/src/cmd/sgs/rtld/i386/_setup.c
70
Phdr *phdr = NULL;
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
1433
Phdr phdr;
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
1455
mdb_set_dot(addr + sizeof (Phdr));
usr/src/cmd/sgs/rtld/sparc/_setup.c
120
phdr = (Phdr *)auxv->a_un.a_ptr;
usr/src/cmd/sgs/rtld/sparc/_setup.c
69
Phdr *phdr = NULL;
usr/src/cmd/sgs/rtld/sparcv9/_setup.c
118
phdr = (Phdr *)auxv->a_un.a_ptr;
usr/src/cmd/sgs/rtld/sparcv9/_setup.c
69
Phdr *phdr = NULL;
usr/src/head/link.h
270
const ElfW(Phdr) *dlpi_phdr; /* Ptr to ELF program hdr arr */
usr/src/lib/libproc/common/Psymtab_machelf32.c
220
Ehdr *ehdr, uint_t phnum, Phdr *phdr)
usr/src/uts/common/exec/elf/elf.c
1052
kmem_free(uphdr, sizeof (Phdr));
usr/src/uts/common/exec/elf/elf.c
1068
const Phdr *phdrp = (Phdr *)phdrbase;
usr/src/uts/common/exec/elf/elf.c
1094
phdrp = (Phdr *)((caddr_t)phdrp + hsize);
usr/src/uts/common/exec/elf/elf.c
115
dtrace_safe_phdr(Phdr *phdrp, struct uarg *args, uintptr_t base)
usr/src/uts/common/exec/elf/elf.c
1185
#define MINPHENTSZ (offsetof(Phdr, p_flags) + \
usr/src/uts/common/exec/elf/elf.c
1186
sizeof (((Phdr *)NULL)->p_flags))
usr/src/uts/common/exec/elf/elf.c
1188
#define MINPHENTSZ (offsetof(Phdr, p_memsz) + \
usr/src/uts/common/exec/elf/elf.c
1189
sizeof (((Phdr *)NULL)->p_memsz))
usr/src/uts/common/exec/elf/elf.c
1207
if (*phsizep > sizeof (Phdr) * elf_nphdr_max) {
usr/src/uts/common/exec/elf/elf.c
1324
Phdr **uphdr,
usr/src/uts/common/exec/elf/elf.c
1325
Phdr **intphdr,
usr/src/uts/common/exec/elf/elf.c
1326
Phdr **stphdr,
usr/src/uts/common/exec/elf/elf.c
1327
Phdr **dtphdr,
usr/src/uts/common/exec/elf/elf.c
1328
Phdr *dataphdrp,
usr/src/uts/common/exec/elf/elf.c
1337
Phdr *phdr;
usr/src/uts/common/exec/elf/elf.c
1368
phdr = (Phdr *)phdrbase;
usr/src/uts/common/exec/elf/elf.c
1374
phdr = (Phdr *)((caddr_t)phdr + hsize);
usr/src/uts/common/exec/elf/elf.c
1381
phdr = (Phdr *)phdrbase;
usr/src/uts/common/exec/elf/elf.c
1412
Phdr *cons;
usr/src/uts/common/exec/elf/elf.c
1414
cons = kmem_zalloc(sizeof (Phdr), KM_SLEEP);
usr/src/uts/common/exec/elf/elf.c
1555
phdr = (Phdr *)((caddr_t)phdr + hsize);
usr/src/uts/common/exec/elf/elf.c
196
Phdr *uphdr = NULL;
usr/src/uts/common/exec/elf/elf.c
197
Phdr *junk = NULL;
usr/src/uts/common/exec/elf/elf.c
198
Phdr *dynphdr = NULL;
usr/src/uts/common/exec/elf/elf.c
199
Phdr *dtrphdr = NULL;
usr/src/uts/common/exec/elf/elf.c
2086
Phdr *phdr;
usr/src/uts/common/exec/elf/elf.c
2140
phdrsz = nphdrs * sizeof (Phdr);
usr/src/uts/common/exec/elf/elf.c
2223
ehdr->e_phentsize = sizeof (Phdr);
usr/src/uts/common/exec/elf/elf.c
2230
phdr = (Phdr *)bigwad;
usr/src/uts/common/exec/elf/elf.c
232
kmem_free(uphdr, sizeof (Phdr));
usr/src/uts/common/exec/elf/elf.c
2454
poffset + sizeof (Phdr) * i, &phdr[i],
usr/src/uts/common/exec/elf/elf.c
2455
sizeof (Phdr), rlimit, credp)) != 0)
usr/src/uts/common/exec/elf/elf.c
2521
poffset + sizeof (Phdr) * i, &phdr[i],
usr/src/uts/common/exec/elf/elf.c
2522
sizeof (Phdr) * (nphdrs - i), rlimit, credp)) != 0) {
usr/src/uts/common/exec/elf/elf.c
254
kmem_free(uphdr, sizeof (Phdr));
usr/src/uts/common/exec/elf/elf.c
278
Phdr *intphdr = NULL;
usr/src/uts/common/exec/elf/elf.c
279
Phdr *dynamicphdr = NULL;
usr/src/uts/common/exec/elf/elf.c
280
Phdr *stphdr = NULL;
usr/src/uts/common/exec/elf/elf.c
281
Phdr *uphdr = NULL;
usr/src/uts/common/exec/elf/elf.c
282
Phdr *junk = NULL;
usr/src/uts/common/exec/elf/elf.c
286
Phdr *phdrp;
usr/src/uts/common/exec/elf/elf.c
287
Phdr *dataphdrp = NULL;
usr/src/uts/common/exec/elf/elf.c
288
Phdr *dtrphdr;
usr/src/uts/common/exec/elf/elf.c
289
Phdr *capphdr = NULL;
usr/src/uts/common/exec/elf/elf.c
391
phdrp = (Phdr *)phdrbase;
usr/src/uts/common/exec/elf/elf.c
419
phdrp = (Phdr *)((caddr_t)phdrp + hsize);
usr/src/uts/common/exec/elf/elf.c
93
static int mapelfexec(vnode_t *, Ehdr *, uint_t, caddr_t, Phdr **, Phdr **,
usr/src/uts/common/exec/elf/elf.c
94
Phdr **, Phdr **, Phdr *, caddr_t *, caddr_t *, intptr_t *, uintptr_t *,
usr/src/uts/common/exec/elf/elf_impl.h
131
extern void setup_old_note_header(Phdr *, proc_t *);
usr/src/uts/common/exec/elf/elf_impl.h
132
extern void setup_note_header(Phdr *, proc_t *);
usr/src/uts/common/exec/elf/elf_notes.c
75
setup_note_header(Phdr *v, proc_t *p)
usr/src/uts/common/exec/elf/old_notes.c
67
setup_old_note_header(Phdr *v, proc_t *p)
usr/src/uts/common/krtld/kobj.c
617
Phdr *phdr = (Phdr *)(phdrbase + ehdr.e_phentsize * i);
usr/src/uts/common/krtld/kobj.c
636
Phdr *phdr;
usr/src/uts/common/krtld/kobj.c
645
phdr = (Phdr *)bootaux[BA_PHDR].ba_ptr;
usr/src/uts/common/krtld/kobj.c
649
phdr = (Phdr *)(bootaux[BA_PHDR].ba_val + i * phsize);
usr/src/uts/common/os/ksyms_snapshot.c
43
Phdr text_phdr; /* text program header */
usr/src/uts/common/os/ksyms_snapshot.c
44
Phdr data_phdr; /* data program header */
usr/src/uts/common/os/mmapobj.c
1286
Phdr x; /* native version */
usr/src/uts/sun4/os/mlsetup.c
395
Phdr *phdr;
usr/src/uts/sun4/os/mlsetup.c
419
phdr = (Phdr *)((uintptr_t)padr + i * ehdr->e_phentsize);