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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_dof.c847 h.dofh_filesz = lsize + dt_buf_len(&ddo->ddo_udata);
850 h.dofh_filesz = lsize;
889 dt_buf_create(dtp, &dof, "dof", h.dofh_filesz);
930 dof->dofh_filesz = len;
H A Ddt_link.c254 sym->st_size = dof->dofh_filesz;
426 sym->st_size = dof->dofh_filesz;
516 shp->sh_size = dof->dofh_filesz;
653 shp->sh_size = dof->dofh_filesz;
1552 if (dt_write(dtp, fd, dof, dof->dofh_filesz) < dof->dofh_filesz)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h529 * |<------------ dof_hdr.dofh_filesz ------------------------------->|
574 uint64_t dofh_filesz; /* file size of entire DOF file */ member in struct:dof_hdr
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c11451 dof->dofh_filesz = len;

Completed in 2847 milliseconds