Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3elf/
H A DMakefile95 gelf_newehdr.3elf \
169 gelf_newehdr.3elf := LINKSRC = gelf.3elf
/illumos-gate/usr/src/head/
H A Dgelf.h112 unsigned long gelf_newehdr(Elf *, int);
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dmapfile-vers88 gelf_newehdr;
H A Dgelf.c200 gelf_newehdr(Elf *elf, int class) in gelf_newehdr() function
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c181 if (gelf_newehdr(telf, gelf_getclass(elf)) == NULL) { in delete_comment()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c71 if (gelf_newehdr(dst, gelf_getclass(src)) == 0) { in ctf_write_elf()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3elf.inc89 link path=usr/share/man/man3elf/gelf_newehdr.3elf target=gelf.3elf
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c727 if (gelf_newehdr(dst_elf, gelf_getclass(src_elf)) == 0) { in build_file()