Home
last modified time | relevance | path

Searched refs:gelf_getphdr (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c307 if (gelf_getphdr(elf, ndx, &phdr) == NULL || in delete_comment()
308 gelf_getphdr(telf, ndx, &tphdr) == NULL) { in delete_comment()
/illumos-gate/usr/src/man/man3elf/
H A DMakefile88 gelf_getphdr.3elf \
162 gelf_getphdr.3elf := LINKSRC = gelf.3elf
/illumos-gate/usr/src/head/
H A Dgelf.h113 GElf_Phdr * gelf_getphdr(Elf *, int, GElf_Phdr *);
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Dfcns.c117 if (gelf_getphdr(elf_file, counter, &p_phdr) == 0) { in dump_exec_header()
H A Ddump.c1306 (void) gelf_getphdr(elf_file, header_num, &p_phdr); in dump_dynamic()
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c150 if (gelf_getphdr(elf, ndx, &phdr) == NULL) in get_txtorigin()
249 if (gelf_getphdr(elf, i, &phdr) == NULL) in get_textseg()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dmapfile-vers89 gelf_getphdr;
H A Dgelf.c216 gelf_getphdr(Elf *elf, int ndx, GElf_Phdr *dst) in gelf_getphdr() function
/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dprocess.c248 if (gelf_getphdr(elf, i, &p) == NULL) { in process_phdr()
/illumos-gate/usr/src/lib/libproc/common/
H A DPidle.c265 if ((php = gelf_getphdr(elf, i, &phdr)) == NULL) { in Pgrab_file()
H A DPcore.c1988 if (gelf_getphdr(elf, i, &phdr) != NULL && in core_find_text()
2023 if (gelf_getphdr(elf, i, &phdr) != NULL && in core_find_data()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c119 if (gelf_getphdr(src, i, &phdr) == NULL) { in ctf_write_elf()
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c765 (void) gelf_getphdr(src_elf, (int)x, &src); in build_file()
767 (void) gelf_getphdr(dst_elf, (int)x, &dst); in build_file()
1256 (void) gelf_getphdr(elf, i, &ph); in build_segment_table()
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c466 if (gelf_getphdr(elf, cnt, &phdr) == NULL) { in elf_check()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dmaps.c279 if (gelf_getphdr(mp->mi_elf, cnt, &phdr) == NULL) { in load_map()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3elf.inc82 link path=usr/share/man/man3elf/gelf_getphdr.3elf target=gelf.3elf