Symbol: GElf_Phdr
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
101
gf->gf_phdrs = mdb_zalloc(sizeof (GElf_Phdr) * npbit, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1870
static const GElf_Phdr *
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1873
const GElf_Phdr *gpp = gf->gf_phdrs;
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
1891
const GElf_Phdr *php = gelf_phdr_lookup(gf, addr);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
271
static GElf_Phdr *
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
272
gelf32_to_phdr(const Elf32_Phdr *src, GElf_Phdr *dst)
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
290
static GElf_Phdr *
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
291
gelf64_to_phdr(const Elf64_Phdr *src, GElf_Phdr *dst)
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
304
GElf_Phdr *lhs = (GElf_Phdr *)lp;
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
305
GElf_Phdr *rhs = (GElf_Phdr *)rp;
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
352
GElf_Phdr *(*elf2gelf)(const void *, GElf_Phdr *))
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
357
GElf_Phdr *gpp;
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
380
gf->gf_phdrs = mdb_zalloc(sizeof (GElf_Phdr) * gf->gf_phnum, UM_SLEEP);
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
411
qsort(gf->gf_phdrs, gf->gf_phnum, sizeof (GElf_Phdr),
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
52
GElf_Phdr *gpp;
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
645
(GElf_Phdr *(*)(const void *, GElf_Phdr *))gelf32_to_phdr) == NULL)
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
704
(GElf_Phdr *(*)(const void *, GElf_Phdr *))gelf64_to_phdr) == NULL)
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
839
mdb_free(gf->gf_phdrs, gf->gf_phnum * sizeof (GElf_Phdr));
usr/src/cmd/mdb/common/mdb/mdb_gelf.h
56
GElf_Phdr *gf_phdrs; /* Array of program headers */
usr/src/cmd/mdb/common/mdb/mdb_gelf.h
58
GElf_Phdr *gf_dynp; /* Pointer to PT_DYNAMIC phdr */
usr/src/cmd/mdb/common/mdb/mdb_kproc.c
262
GElf_Phdr *gpp = kpf->kpf_file->gf_phdrs;
usr/src/cmd/mdb/common/mdb/mdb_target.c
1939
const GElf_Phdr *text = NULL, *data = NULL;
usr/src/cmd/sgs/demo_rdb/common/maps.c
207
GElf_Phdr phdr;
usr/src/cmd/sgs/dump/common/dump.c
1076
GElf_Phdr p_phdr;
usr/src/cmd/sgs/dump/common/fcns.c
90
GElf_Phdr p_phdr;
usr/src/cmd/sgs/gprof/common/readelf.c
141
GElf_Phdr phdr;
usr/src/cmd/sgs/gprof/common/readelf.c
241
GElf_Phdr phdr;
usr/src/cmd/sgs/ldd/common/ldd.c
377
GElf_Phdr phdr;
usr/src/cmd/sgs/libelf/common/gelf.c
215
GElf_Phdr *
usr/src/cmd/sgs/libelf/common/gelf.c
216
gelf_getphdr(Elf *elf, int ndx, GElf_Phdr *dst)
usr/src/cmd/sgs/libelf/common/gelf.c
254
*dst = ((GElf_Phdr *)phdrs)[ndx];
usr/src/cmd/sgs/libelf/common/gelf.c
263
gelf_update_phdr(Elf *elf, int ndx, GElf_Phdr *src)
usr/src/cmd/sgs/libelf/common/gelf.c
301
dst[ndx] = *(GElf_Phdr *)src;
usr/src/cmd/sgs/libelf/demo/dcom.c
91
GElf_Phdr phdr, tphdr;
usr/src/cmd/sgs/mcs/common/file.c
1254
GElf_Phdr ph;
usr/src/cmd/sgs/mcs/common/file.c
761
GElf_Phdr dst;
usr/src/cmd/sgs/mcs/common/file.c
762
GElf_Phdr src;
usr/src/cmd/sgs/mcs/common/file.c
768
(void) memcpy(&dst, &src, sizeof (GElf_Phdr));
usr/src/cmd/sgs/size/common/process.c
223
GElf_Phdr p;
usr/src/head/gelf.h
113
GElf_Phdr * gelf_getphdr(Elf *, int, GElf_Phdr *);
usr/src/head/gelf.h
114
int gelf_update_phdr(Elf *, int, GElf_Phdr *);
usr/src/lib/libctf/common/ctf_elfwrite.c
117
GElf_Phdr phdr;
usr/src/lib/libproc/common/Pcore.c
1341
core_report_mapping(struct ps_prochandle *P, GElf_Phdr *php)
usr/src/lib/libproc/common/Pcore.c
1408
core_add_mapping(struct ps_prochandle *P, GElf_Phdr *php)
usr/src/lib/libproc/common/Pcore.c
1672
core_phdr_to_gelf(const Elf32_Phdr *src, GElf_Phdr *dst)
usr/src/lib/libproc/common/Pcore.c
1845
GElf_Phdr phdr;
usr/src/lib/libproc/common/Pcore.c
1982
GElf_Phdr phdr;
usr/src/lib/libproc/common/Pcore.c
2009
GElf_Phdr phdr;
usr/src/lib/libproc/common/Pcore.c
2384
GElf_Phdr phdr, note_phdr;
usr/src/lib/libproc/common/Pcore.c
2513
(void) memcpy(&phdr, php, sizeof (GElf_Phdr));
usr/src/lib/libproc/common/Pidle.c
126
idle_add_mapping(struct ps_prochandle *P, GElf_Phdr *php, file_info_t *fp)
usr/src/lib/libproc/common/Pidle.c
263
GElf_Phdr phdr, *php;