Home
last modified time | relevance | path

Searched refs:gelf_update_phdr (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/man/man3elf/
H A DMakefile102 gelf_update_phdr.3elf \
176 gelf_update_phdr.3elf := LINKSRC = gelf.3elf
/illumos-gate/usr/src/head/
H A Dgelf.h114 int gelf_update_phdr(Elf *, int, GElf_Phdr *);
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dmapfile-vers90 gelf_update_phdr;
H A Dgelf.c263 gelf_update_phdr(Elf *elf, int ndx, GElf_Phdr *src) in gelf_update_phdr() function
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c315 (void) gelf_update_phdr(telf, ndx, &tphdr); in delete_comment()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c123 if (gelf_update_phdr(dst, i, &phdr) == 0) { in ctf_write_elf()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3elf.inc96 link path=usr/share/man/man3elf/gelf_update_phdr.3elf target=gelf.3elf
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c770 (void) gelf_update_phdr(dst_elf, (int)x, &dst); in build_file()