Home
last modified time | relevance | path

Searched refs:elf_newdata (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dacom.c94 if ((data = elf_newdata(scn)) == NULL) { in update_comment()
138 if ((data = elf_newdata(scn)) == NULL) { in update_comment()
H A Ddcom.c256 if ((tdata = elf_newdata(tscn)) == NULL) { in delete_comment()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dnewdata.c36 elf_newdata(Elf_Scn * s) in elf_newdata() function
H A Dmapfile-vers136 elf_newdata;
H A DREADME.LFS102 Elf_Data *elf_newdata(Elf_Scn *);
/illumos-gate/usr/src/man/man3elf/
H A DMakefile75 elf_newdata.3elf \
141 elf_newdata.3elf := LINKSRC = elf_getdata.3elf
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c236 if ((data = elf_newdata(oscn)) == NULL) { in pad_outfile()
602 if ((data = elf_newdata(osp->os_scn)) == NULL) { in ld_create_outfile()
650 data = elf_newdata(osp->os_scn); in ld_create_outfile()
H A Dlibld.msg664 @ MSG_ELF_NEWDATA "file %s: elf_newdata"
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c205 if ((ddata = elf_newdata(dscn)) == NULL) { in ctf_write_elf()
308 if ((ddata = elf_newdata(dscn)) == NULL) { in ctf_write_elf()
/illumos-gate/usr/src/head/
H A Dlibelf.h193 Elf_Data *elf_newdata(Elf_Scn *);
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Dlibrtld.msg73 @ MSG_ELF_NEWDATA "%s: elf_newdata"
H A Ddldump.c617 if ((data = elf_newdata(scn)) == NULL) { in rt_dldump()
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.msg61 @ MSG_ELF_NEWDATA "%s: %s: elf_newdata failed: %s\n"
H A Delfwrap.c308 if ((data = elf_newdata(scn)) == NULL) { in output()
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c820 if ((elf_data = elf_newdata(dst_scn)) == NULL) { in build_file()
1063 if ((elf_data = elf_newdata(dst_scn)) == NULL) { in build_file()
1135 if ((elf_data = elf_newdata(dst_scn)) == NULL) { in build_file()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3elf.inc64 link path=usr/share/man/man3elf/elf_newdata.3elf target=elf_getdata.3elf
/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c608 if ((data = elf_newdata(sig_scn)) == NULL) { in elfsign_signatures()