/titanic_44/usr/src/head/ |
H A D | gelf.h | 62 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 D | mdb_gelf.c | 52 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 D | mdb_gelf.h | 58 GElf_Phdr *gf_phdrs; /* Array of program headers */ 60 GElf_Phdr *gf_dynp; /* Pointer to PT_DYNAMIC phdr */
|
H A D | mdb_kproc.c | 261 GElf_Phdr *gpp = kpf->kpf_file->gf_phdrs; in kp_find_data()
|
H A D | mdb_target.c | 1946 const GElf_Phdr *text = NULL, *data = NULL; in mdb_tgt_elf_export()
|
/titanic_44/usr/src/cmd/sgs/libelf/common/ |
H A D | llib-lelf | 71 GElf_Phdr * gelf_getphdr(Elf *, int, GElf_Phdr *); 72 int gelf_update_phdr(Elf *, int, GElf_Phdr *);
|
H A D | gelf.c | 215 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 D | Pidle.c | 125 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 D | Pcore.c | 1186 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 D | fcns.c | 87 GElf_Phdr p_phdr; in dump_exec_header()
|
H A D | dump.c | 1077 GElf_Phdr p_phdr; in dump_dynamic()
|
/titanic_44/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 143 GElf_Phdr phdr; in get_txtorigin() 243 GElf_Phdr phdr; in get_textseg()
|
/titanic_44/usr/src/cmd/sgs/size/common/ |
H A D | process.c | 223 GElf_Phdr p; in process_phdr()
|
/titanic_44/usr/src/cmd/sgs/libelf/demo/ |
H A D | dcom.c | 91 GElf_Phdr phdr, tphdr; in delete_comment()
|
/titanic_44/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 753 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 D | rdelf.c | 360 GElf_Phdr phdr; in get_txtorigin()
|
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | maps.c | 207 GElf_Phdr phdr; in load_map()
|
/titanic_44/usr/src/cmd/sgs/ldd/common/ |
H A D | ldd.c | 399 GElf_Phdr phdr; in elf_check()
|
/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | output.c | 486 GElf_Phdr phdr; in write_file()
|