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

/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dacom.c94 if ((data = elf_newdata(scn)) == NULL) {
95 (void) fprintf(stderr, "%s: elf_newdata() failed: %s\n",
138 if ((data = elf_newdata(scn)) == NULL) {
H A Ddcom.c256 if ((tdata = elf_newdata(tscn)) == NULL) {
257 (void) fprintf(stderr, "%s: elf_newdata() failed: %s\n",
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dnewdata.c38 elf_newdata(Elf_Scn * s) function
H A Dllib-lelf127 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/head/
H A Dlibelf.h193 Elf_Data *elf_newdata(Elf_Scn *);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c236 if ((data = elf_newdata(oscn)) == NULL) {
602 if ((data = elf_newdata(osp->os_scn)) == NULL) {
650 data = elf_newdata(osp->os_scn);
/illumos-gate/usr/src/tools/ctf/cvt/
H A Doutput.c563 if ((ddata = elf_newdata(dscn)) == NULL)
641 ddata = elf_newdata(dscn);
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c309 if ((data = elf_newdata(scn)) == NULL) {
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c812 if ((elf_data = elf_newdata(dst_scn)) == NULL) {
1055 if ((elf_data = elf_newdata(dst_scn)) == NULL) {
1127 if ((elf_data = elf_newdata(dst_scn)) == NULL) {
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c617 if ((data = elf_newdata(scn)) == NULL) {
/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c608 if ((data = elf_newdata(sig_scn)) == NULL) {

Completed in 77 milliseconds