Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c459 Elf_Scn *sscn, *dscn; in write_file() local
547 dscn = elf_newscn(dst); in write_file()
576 if (gelf_update_shdr(dscn, &shdr) == 0) in write_file()
582 if ((ddata = elf_newdata(dscn)) == NULL) in write_file()
651 if (gelf_update_shdr(dscn, &shdr) == 0) in write_file()
665 dscn = elf_newscn(dst); in write_file()
666 gelf_getshdr(dscn, &shdr); in write_file()
682 ddata = elf_newdata(dscn); in write_file()
688 gelf_update_shdr(dscn, &shdr); in write_file()