Searched defs:DTRACE_SHSTRTAB64 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_link.c76 static const char DTRACE_SHSTRTAB64[] = "\0" variable
639 shp->sh_name = 1; /* DTRACE_SHSTRTAB64[1] = ".shstrtab" */
642 shp->sh_size = sizeof (DTRACE_SHSTRTAB64);
647 shp->sh_name = 11; /* DTRACE_SHSTRTAB64[11] = ".SUNW_dof" */
656 shp->sh_name = 21; /* DTRACE_SHSTRTAB64[21] = ".strtab" */
665 shp->sh_name = 29; /* DTRACE_SHSTRTAB64[29] = ".symtab" */
679 PWRITE_SCN(ESHDR_SHSTRTAB, DTRACE_SHSTRTAB64) ||
687 shp->sh_name = 37; /* DTRACE_SHSTRTAB64[37] = ".rel.SUNW_dof" */
699 PWRITE_SCN(ESHDR_SHSTRTAB, DTRACE_SHSTRTAB64) ||

Completed in 24 milliseconds