Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3elf/
H A DMakefile96 gelf_newphdr.3elf \
170 gelf_newphdr.3elf := LINKSRC = gelf.3elf
/illumos-gate/usr/src/head/
H A Dgelf.h115 unsigned long gelf_newphdr(Elf *, size_t);
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dmapfile-vers91 gelf_newphdr;
H A Dgelf.c312 gelf_newphdr(Elf *elf, size_t phnum) in gelf_newphdr() function
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c301 if (gelf_newphdr(telf, phnum) == NULL) { in delete_comment()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c111 if (gelf_newphdr(dst, nphdr) == 0) { in ctf_write_elf()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3elf.inc90 link path=usr/share/man/man3elf/gelf_newphdr.3elf target=gelf.3elf
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c754 if (gelf_newphdr(dst_elf, src_ehdr->e_phnum) == 0) { in build_file()