Home
last modified time | relevance | path

Searched refs:dof_hdr_t (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c522 dof_hdr_t h; in dof_hdr()
643 dof_hdr_t h, *hp; in dof_sec_walk_init()
651 size = sizeof (dof_hdr_t) + sizeof (dof_sec_t) * h.dofh_secnum; in dof_sec_walk_init()
670 size_t off = sizeof (dof_hdr_t) + sizeof (dof_sec_t) * i; in dof_sec_walk_step()
671 dof_hdr_t *hp = wsp->walk_data; in dof_sec_walk_step()
684 dof_hdr_t *hp = wsp->walk_data; in dof_sec_walk_fini()
685 mdb_free(hp, sizeof (dof_hdr_t) + sizeof (dof_sec_t) * hp->dofh_secnum); in dof_sec_walk_fini()
829 dof_sect_provider(dof_hdr_t *dofh, uintptr_t addr, dof_sec_t *sec, in dof_sect_provider()
988 dof_hdr_t dofh; in dofdump()
993 if (mdb_vread(&dofh, sizeof (dof_hdr_t), addr) != sizeof (dof_hdr_t)) { in dofdump()
H A Ddtrace.c491 static dof_hdr_t *
494 dof_hdr_t *dof; in dtracemdb_dof_create()
497 int i, len = sizeof (dof_hdr_t) + in dtracemdb_dof_create()
515 dof->dofh_hdrsize = sizeof (dof_hdr_t); in dtracemdb_dof_create()
518 dof->dofh_secoff = sizeof (dof_hdr_t); in dtracemdb_dof_create()
526 sec = (dof_sec_t *)((uintptr_t)dof + sizeof (dof_hdr_t)); in dtracemdb_dof_create()
701 dof_hdr_t *hdr = arg, *dof; in dtracemdb_ioctl()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddlink.h34 extern void dtrace_link_dof(dof_hdr_t *, Lmid_t, const char *, uintptr_t);
H A Ddt_dof.c591 dof_hdr(dtrace_hdl_t *dtp, uint8_t dofversion, dof_hdr_t *hp) in dof_hdr()
603 bzero(hp, sizeof (dof_hdr_t)); in dof_hdr()
621 hp->dofh_hdrsize = sizeof (dof_hdr_t); in dof_hdr()
623 hp->dofh_secoff = sizeof (dof_hdr_t); in dof_hdr()
646 dof_hdr_t h; in dtrace_dof_create()
923 dof_hdr_t *dof; in dtrace_getopt_dof()
926 int i, nopts = 0, len = sizeof (dof_hdr_t) + in dtrace_getopt_dof()
949 sec = (dof_sec_t *)((uintptr_t)dof + sizeof (dof_hdr_t)); in dtrace_getopt_dof()
H A Ddlink_init.c44 extern dof_hdr_t __SUNW_dof; /* DOF defined in the .SUNW_dof section */
H A Ddlink_common.c96 dtrace_link_dof(dof_hdr_t *dof, Lmid_t lmid, const char *name, uintptr_t addr) in dtrace_link_dof()
H A Ddt_options.c860 dof_hdr_t hdr, *dof; in dt_options_load()
869 bzero(&hdr, sizeof (dof_hdr_t)); in dt_options_load()
870 hdr.dofh_loadsz = sizeof (dof_hdr_t); in dt_options_load()
875 if (hdr.dofh_loadsz < sizeof (dof_hdr_t)) in dt_options_load()
H A Ddt_link.c108 prepare_elf32(dtrace_hdl_t *dtp, const dof_hdr_t *dof, dof_elf32_t *dep) in prepare_elf32()
288 prepare_elf64(dtrace_hdl_t *dtp, const dof_hdr_t *dof, dof_elf64_t *dep) in prepare_elf64()
452 dump_elf32(dtrace_hdl_t *dtp, const dof_hdr_t *dof, int fd) in dump_elf32()
589 dump_elf64(dtrace_hdl_t *dtp, const dof_hdr_t *dof, int fd) in dump_elf64()
1475 dof_hdr_t *dof; in dtrace_program_link()
/illumos-gate/usr/src/cmd/dtrace/test/cmd/baddof/
H A Dbaddof.c186 len = ((dof_hdr_t *)dof)->dofh_loadsz; in main()
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c8956 dof_hdr_t *dof = (dof_hdr_t *)daddr; in dtrace_helper_provide_one()
9041 dof_hdr_t *dof = (dof_hdr_t *)daddr; in dtrace_helper_provide()
9070 dof_hdr_t *dof = (dof_hdr_t *)daddr; in dtrace_helper_provider_remove_one()
9098 dof_hdr_t *dof = (dof_hdr_t *)daddr; in dtrace_helper_provider_remove()
12620 static dof_hdr_t *
12623 dof_hdr_t *dof; in dtrace_dof_create()
12678 static dof_hdr_t *
12728 dof_hdr_t *dof; in dtrace_dof_property()
14731 dof_hdr_t *dof; in dtrace_anon_property()
15313 dof_hdr_t *dof; in dtrace_helper_provider_destroy()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h614 } dof_hdr_t; typedef
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c611 anon_prog(const dtrace_cmd_t *dcp, dof_hdr_t *dof, int n) in anon_prog()