Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/tools/ctf/cvt/
H A Doutput.c467 Elf_Scn *sscn, *dscn; in write_file() local
557 dscn = elf_newscn(dst); in write_file()
586 if (gelf_update_shdr(dscn, &shdr) == 0) in write_file()
592 if ((ddata = elf_newdata(dscn)) == NULL) in write_file()
661 if (gelf_update_shdr(dscn, &shdr) == 0) in write_file()
674 dscn = elf_newscn(dst); in write_file()
675 gelf_getshdr(dscn, &shdr); in write_file()
691 ddata = elf_newdata(dscn); in write_file()
697 gelf_update_shdr(dscn, &shdr); in write_file()