Home
last modified time | relevance | path

Searched refs:dscn (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c47 Elf_Scn *sscn, *dscn; in ctf_write_elf() local
170 dscn = elf_newscn(dst); in ctf_write_elf()
171 if (dscn == NULL) { in ctf_write_elf()
205 if ((ddata = elf_newdata(dscn)) == NULL) { in ctf_write_elf()
269 if (gelf_update_shdr(dscn, &shdr) == NULL) { in ctf_write_elf()
285 if ((dscn = elf_newscn(dst)) == NULL) { in ctf_write_elf()
289 if (gelf_getshdr(dscn, &shdr) == NULL) { in ctf_write_elf()
308 if ((ddata = elf_newdata(dscn)) == NULL) { in ctf_write_elf()
333 if (gelf_update_shdr(dscn, &shdr) == 0) { in ctf_write_elf()
/titanic_50/usr/src/tools/ctf/cvt/
H A Doutput.c451 Elf_Scn *sscn, *dscn; in write_file() local
534 dscn = elf_newscn(dst); in write_file()
563 if ((ddata = elf_newdata(dscn)) == NULL) in write_file()
610 if (gelf_update_shdr(dscn, &shdr) == 0) in write_file()
624 dscn = elf_newscn(dst); in write_file()
625 gelf_getshdr(dscn, &shdr); in write_file()
641 ddata = elf_newdata(dscn); in write_file()
646 gelf_update_shdr(dscn, &shdr); in write_file()