Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dgelf.h60 typedef Elf64_Phdr GElf_Phdr; typedef
113 GElf_Phdr * gelf_getphdr(Elf *, int, GElf_Phdr *);
114 int gelf_update_phdr(Elf *, int, GElf_Phdr *);
/illumos-gate/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.h56 GElf_Phdr *gf_phdrs; /* Array of program headers */
58 GElf_Phdr *gf_dynp; /* Pointer to PT_DYNAMIC phdr */
H A Dmdb_kproc.c262 GElf_Phdr *gpp = kpf->kpf_file->gf_phdrs; in kp_find_data()
H A Dmdb_target.c1939 const GElf_Phdr *text = NULL, *data = NULL; in mdb_tgt_elf_export()
/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) in idle_add_mapping()
263 GElf_Phdr phdr, *php; in Pgrab_file()
H A DPcore.c1339 core_report_mapping(struct ps_prochandle *P, GElf_Phdr *php) in core_report_mapping()
1406 core_add_mapping(struct ps_prochandle *P, GElf_Phdr *php) in core_add_mapping()
1670 core_phdr_to_gelf(const Elf32_Phdr *src, GElf_Phdr *dst) in core_phdr_to_gelf()
1843 GElf_Phdr phdr; in core_elf_fdopen()
1980 GElf_Phdr phdr; in core_find_text()
2007 GElf_Phdr phdr; in core_find_data()
2382 GElf_Phdr phdr, note_phdr;
2511 (void) memcpy(&phdr, php, sizeof (GElf_Phdr));
/illumos-gate/usr/src/cmd/sgs/libelf/common/
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()
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Dfcns.c90 GElf_Phdr p_phdr; in dump_exec_header()
H A Ddump.c1076 GElf_Phdr p_phdr; in dump_dynamic()
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c141 GElf_Phdr phdr; in get_txtorigin()
241 GElf_Phdr phdr; in get_textseg()
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c91 GElf_Phdr phdr, tphdr; in delete_comment()
/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dprocess.c223 GElf_Phdr p; in process_phdr()
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c761 GElf_Phdr dst; in build_file()
762 GElf_Phdr src; in build_file()
768 (void) memcpy(&dst, &src, sizeof (GElf_Phdr)); in build_file()
1254 GElf_Phdr ph; in build_segment_table()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c117 GElf_Phdr phdr; in ctf_write_elf()
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c377 GElf_Phdr phdr; in elf_check()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dmaps.c207 GElf_Phdr phdr; in load_map()