Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/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.c299 sym->st_size = dof->dofh_filesz; in prepare_elf32()
486 sym->st_size = dof->dofh_filesz; in prepare_elf64()
588 shp->sh_size = dof->dofh_filesz; in dump_elf32()
735 shp->sh_size = dof->dofh_filesz; in dump_elf64()
1822 if (dt_write(dtp, fd, dof, dof->dofh_filesz) < dof->dofh_filesz) in dtrace_program_link()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Ddtrace-probe.c255 uint64_t dofh_filesz; member
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Ddtrace-probe.c255 uint64_t dofh_filesz; member
/netbsd/external/cddl/osnet/dist/uts/common/sys/
H A Ddtrace.h633 uint64_t dofh_filesz; /* file size of entire DOF file */ member
/netbsd/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c13517 dof->dofh_filesz = len;