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

/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_dof.c855 h.dofh_filesz = lsize + dt_buf_len(&ddo->ddo_udata);
858 h.dofh_filesz = lsize;
897 dt_buf_create(dtp, &dof, "dof", h.dofh_filesz);
938 dof->dofh_filesz = len;
H A Ddt_link.c299 sym->st_size = dof->dofh_filesz;
486 sym->st_size = dof->dofh_filesz;
588 shp->sh_size = dof->dofh_filesz;
735 shp->sh_size = dof->dofh_filesz;
1822 if (dt_write(dtp, fd, dof, dof->dofh_filesz) < dof->dofh_filesz)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddtrace-probe.c255 uint64_t dofh_filesz; member in struct:dtrace_dof_hdr
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddtrace-probe.c256 uint64_t dofh_filesz; member in struct:dtrace_dof_hdr
/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Ddtrace.h588 * |<------------ dof_hdr.dofh_filesz ------------------------------->|
633 uint64_t dofh_filesz; /* file size of entire DOF file */ member in struct:dof_hdr
/netbsd-current/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c13517 dof->dofh_filesz = len;

Completed in 291 milliseconds