Home
last modified time | relevance | path

Searched refs:dofh_filesz (Results 1 – 5 of 5) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dof.c855 h.dofh_filesz = lsize + dt_buf_len(&ddo->ddo_udata); in dtrace_dof_create()
858 h.dofh_filesz = lsize; in dtrace_dof_create()
897 dt_buf_create(dtp, &dof, "dof", h.dofh_filesz); in dtrace_dof_create()
938 dof->dofh_filesz = len; in dtrace_getopt_dof()
H A Ddt_link.c254 sym->st_size = dof->dofh_filesz; in prepare_elf32()
437 sym->st_size = dof->dofh_filesz; in prepare_elf64()
548 shp->sh_size = dof->dofh_filesz; in dump_elf32()
705 shp->sh_size = dof->dofh_filesz; in dump_elf64()
1798 if (dt_write(dtp, fd, dof, dof->dofh_filesz) < dof->dofh_filesz) in dtrace_program_link()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h641 uint64_t dofh_filesz; /* file size of entire DOF file */ member
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c691 q = p + dof->dofh_filesz; in anon_prog()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c13245 dof->dofh_filesz = len;