Searched refs:GElf_Phdr (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/head/
H A Dgelf.h62 typedef Elf64_Phdr GElf_Phdr; typedef
115 GElf_Phdr * gelf_getphdr(Elf *, int, GElf_Phdr *);
116 int gelf_update_phdr(Elf *, int, GElf_Phdr *);
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dllib-lelf71 GElf_Phdr * gelf_getphdr(Elf *, int, GElf_Phdr *);
72 int gelf_update_phdr(Elf *, int, GElf_Phdr *);
H A Dgelf.c215 GElf_Phdr *
216 gelf_getphdr(Elf *elf, int ndx, GElf_Phdr *dst)
254 *dst = ((GElf_Phdr *)phdrs)[ndx];
263 gelf_update_phdr(Elf *elf, int ndx, GElf_Phdr *src)
301 dst[ndx] = *(GElf_Phdr *)src;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.h58 GElf_Phdr *gf_phdrs; /* Array of program headers */
60 GElf_Phdr *gf_dynp; /* Pointer to PT_DYNAMIC phdr */
H A Dmdb_gelf.c52 GElf_Phdr *gpp;
101 gf->gf_phdrs = mdb_zalloc(sizeof (GElf_Phdr) * npbit, UM_SLEEP);
271 static GElf_Phdr *
272 gelf32_to_phdr(const Elf32_Phdr *src, GElf_Phdr *dst)
290 static GElf_Phdr *
291 gelf64_to_phdr(const Elf64_Phdr *src, GElf_Phdr *dst)
304 GElf_Phdr *lhs = (GElf_Phdr *)lp;
305 GElf_Phdr *rhs = (GElf_Phdr *)r
[all...]
H A Dmdb_kproc.c261 GElf_Phdr *gpp = kpf->kpf_file->gf_phdrs;
H A Dmdb_target.c1946 const GElf_Phdr *text = NULL, *data = NULL;
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Dfcns.c87 GElf_Phdr p_phdr;
H A Ddump.c1077 GElf_Phdr p_phdr;
/illumos-gate/usr/src/lib/libproc/common/
H A DPidle.c126 idle_add_mapping(struct ps_prochandle *P, GElf_Phdr *php, file_info_t *fp)
261 GElf_Phdr phdr, *php;
H A DPcore.c1237 core_report_mapping(struct ps_prochandle *P, GElf_Phdr *php)
1304 core_add_mapping(struct ps_prochandle *P, GElf_Phdr *php)
1568 core_phdr_to_gelf(const Elf32_Phdr *src, GElf_Phdr *dst)
1741 GElf_Phdr phdr;
1878 GElf_Phdr phdr;
1905 GElf_Phdr phdr;
2280 GElf_Phdr phdr, note_phdr;
2407 (void) memcpy(&phdr, php, sizeof (GElf_Phdr));
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c143 GElf_Phdr phdr;
243 GElf_Phdr phdr;
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c91 GElf_Phdr phdr, tphdr;
/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dprocess.c223 GElf_Phdr p;
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Drdelf.c360 GElf_Phdr phdr;
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c399 GElf_Phdr phdr;
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmaps.c207 GElf_Phdr phdr;
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c753 GElf_Phdr dst;
754 GElf_Phdr src;
760 (void) memcpy(&dst, &src, sizeof (GElf_Phdr));
1246 GElf_Phdr ph;
/illumos-gate/usr/src/tools/ctf/cvt/
H A Doutput.c486 GElf_Phdr phdr;

Completed in 114 milliseconds