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

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A DMakefile118 gelf_newehdr.3 \
157 gelf_newehdr.3 elf${E}_newehdr.3 \
H A Dgelf_ehdr.c108 gelf_newehdr(Elf *e, int ec) function
H A Dgelf.h88 void * gelf_newehdr(Elf *_elf, int _class);
/freebsd-11-stable/lib/libelf/
H A DMakefile146 gelf_newehdr.3 \
185 gelf_newehdr.3 elf${E}_newehdr.3 \
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dbinary.c172 if (gelf_newehdr(ecp->eout, ecp->oec) == NULL)
173 errx(EXIT_FAILURE, "gelf_newehdr failed: %s",
H A Dascii.c218 if (gelf_newehdr(ecp->eout, ecp->oec) == NULL)
219 errx(EXIT_FAILURE, "gelf_newehdr failed: %s",
487 if (gelf_newehdr(ecp->eout, ecp->oec) == NULL)
488 errx(EXIT_FAILURE, "gelf_newehdr failed: %s",
H A Dmain.c303 if (gelf_newehdr(ecp->eout, ecp->oec) == NULL)
304 errx(EXIT_FAILURE, "gelf_newehdr failed: %s",
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c475 if (gelf_newehdr(dst, gelf_getclass(src)) == NULL)

Completed in 83 milliseconds