Searched refs:elf_newscn (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dnewscn.c38 elf_newscn(Elf * elf) function
H A Dllib-lelf128 Elf_Scn * elf_newscn(Elf *);
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dacom.c108 if ((scn = elf_newscn(elf)) == NULL) {
109 (void) fprintf(stderr, "%s: elf_newscn() failed: %s\n",
H A Ddcom.c216 if ((tscn = elf_newscn(telf)) == NULL) {
217 (void) fprintf(stderr, "%s: elf_newscn() failed: %s\n",
/illumos-gate/usr/src/man/man3elf/
H A DMakefile76 elf_newscn.3elf \
152 elf_newscn.3elf := LINKSRC = elf_getscn.3elf
/illumos-gate/usr/src/head/
H A Dlibelf.h196 Elf_Scn *elf_newscn(Elf *);
/illumos-gate/usr/src/tools/ctf/cvt/
H A Doutput.c534 dscn = elf_newscn(dst);
624 dscn = elf_newscn(dst);
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c292 if ((scn = elf_newscn(oelf)) == NULL) {
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c776 if ((dst_scn = elf_newscn(dst_elf)) == NULL) {
1033 if ((dst_scn = elf_newscn(dst_elf)) == NULL) {
1096 if ((dst_scn = elf_newscn(dst_elf)) == NULL) {
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c296 if ((scn = elf_newscn(ofl->ofl_welf)) == NULL) {
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c592 if ((scn = elf_newscn(oelf)) == NULL) {
/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c579 if ((sig_scn = elf_newscn(ess->es_elf)) == 0) {
580 cryptodebug("elf_newscn() failed: %s",

Completed in 103 milliseconds