Searched refs:dofh_filesz (Results 1 – 5 of 5) sorted by relevance
855 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()
254 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()
641 uint64_t dofh_filesz; /* file size of entire DOF file */ member
691 q = p + dof->dofh_filesz; in anon_prog()
13247 dof->dofh_filesz = len;