Home
last modified time | relevance | path

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

/titanic_44/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 *);
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c52 GElf_Phdr *gpp; in gelf_sect_init()
101 gf->gf_phdrs = mdb_zalloc(sizeof (GElf_Phdr) * npbit, UM_SLEEP); in gelf_sect_init()
271 static GElf_Phdr *
272 gelf32_to_phdr(const Elf32_Phdr *src, GElf_Phdr *dst) in gelf32_to_phdr()
290 static GElf_Phdr *
291 gelf64_to_phdr(const Elf64_Phdr *src, GElf_Phdr *dst) in gelf64_to_phdr()
304 GElf_Phdr *lhs = (GElf_Phdr *)lp; in gelf_phdr_compare()
305 GElf_Phdr *rhs = (GElf_Phdr *)rp; in gelf_phdr_compare()
352 GElf_Phdr *(*elf2gelf)(const void *, GElf_Phdr *)) in gelf_phdrs_init() argument
357 GElf_Phdr *gpp; in gelf_phdrs_init()
[all …]
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_kproc.c261 GElf_Phdr *gpp = kpf->kpf_file->gf_phdrs; in kp_find_data()
H A Dmdb_target.c1946 const GElf_Phdr *text = NULL, *data = NULL; in mdb_tgt_elf_export()
/titanic_44/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) in gelf_getphdr()
254 *dst = ((GElf_Phdr *)phdrs)[ndx]; in gelf_getphdr()
263 gelf_update_phdr(Elf *elf, int ndx, GElf_Phdr *src) in gelf_update_phdr()
301 dst[ndx] = *(GElf_Phdr *)src; in gelf_update_phdr()
/titanic_44/usr/src/lib/libproc/common/
H A DPidle.c125 idle_add_mapping(struct ps_prochandle *P, GElf_Phdr *php, file_info_t *fp) in idle_add_mapping()
260 GElf_Phdr phdr, *php; in Pgrab_file()
H A DPcore.c1186 core_report_mapping(struct ps_prochandle *P, GElf_Phdr *php) in core_report_mapping()
1253 core_add_mapping(struct ps_prochandle *P, GElf_Phdr *php) in core_add_mapping()
1517 core_phdr_to_gelf(const Elf32_Phdr *src, GElf_Phdr *dst) in core_phdr_to_gelf()
1690 GElf_Phdr phdr; in core_elf_fdopen()
1827 GElf_Phdr phdr; in core_find_text()
1854 GElf_Phdr phdr; in core_find_data()
2229 GElf_Phdr phdr, note_phdr; in Pfgrab_core()
2356 (void) memcpy(&phdr, php, sizeof (GElf_Phdr)); in Pfgrab_core()
/titanic_44/usr/src/cmd/sgs/dump/common/
H A Dfcns.c87 GElf_Phdr p_phdr; in dump_exec_header()
H A Ddump.c1077 GElf_Phdr p_phdr; in dump_dynamic()
/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c143 GElf_Phdr phdr; in get_txtorigin()
243 GElf_Phdr phdr; in get_textseg()
/titanic_44/usr/src/cmd/sgs/size/common/
H A Dprocess.c223 GElf_Phdr p; in process_phdr()
/titanic_44/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c91 GElf_Phdr phdr, tphdr; in delete_comment()
/titanic_44/usr/src/cmd/sgs/mcs/common/
H A Dfile.c753 GElf_Phdr dst; in build_file()
754 GElf_Phdr src; in build_file()
760 (void) memcpy(&dst, &src, sizeof (GElf_Phdr)); in build_file()
1246 GElf_Phdr ph; in build_segment_table()
/titanic_44/usr/src/cmd/sgs/prof/common/
H A Drdelf.c360 GElf_Phdr phdr; in get_txtorigin()
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmaps.c207 GElf_Phdr phdr; in load_map()
/titanic_44/usr/src/cmd/sgs/ldd/common/
H A Dldd.c399 GElf_Phdr phdr; in elf_check()
/titanic_44/usr/src/tools/ctf/cvt/
H A Doutput.c486 GElf_Phdr phdr; in write_file()