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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_link.c86 static const char DOFLAZYSTR[] = "___SUNW_dof"; variable
156 dep->de_strlen += sizeof (DOFLAZYSTR);
261 bcopy(DOFLAZYSTR, dep->de_strtab + strtabsz,
262 sizeof (DOFLAZYSTR));
263 strtabsz += sizeof (DOFLAZYSTR);
332 dep->de_strlen += sizeof (DOFLAZYSTR);
433 bcopy(DOFLAZYSTR, dep->de_strtab + strtabsz,
434 sizeof (DOFLAZYSTR));
435 strtabsz += sizeof (DOFLAZYSTR);

Completed in 159 milliseconds