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

/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c99 static const char DOFLAZYSTR[] = "___SUNW_dof"; variable
169 dep->de_strlen += sizeof (DOFLAZYSTR);
292 bcopy(DOFLAZYSTR, dep->de_strtab + strtabsz,
293 sizeof (DOFLAZYSTR));
294 strtabsz += sizeof (DOFLAZYSTR);
363 dep->de_strlen += sizeof (DOFLAZYSTR);
477 bcopy(DOFLAZYSTR, dep->de_strtab + strtabsz,
478 sizeof (DOFLAZYSTR));
479 strtabsz += sizeof (DOFLAZYSTR);

Completed in 82 milliseconds