Home
last modified time | relevance | path

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

/titanic_44/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()