Searched refs:Dnode (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/dtrace-147/libelf/
H A Ddata.c67 const Dnode _elf_dnode_init = { 0 };
H A Ddecl.h91 typedef struct Dnode Dnode; typedef in typeref:struct:Dnode
136 * db_data must be first in the Dnode structure, because
137 * &db_data must == &Dnode.
151 struct Dnode struct
155 Dnode *db_next;
156 Dnode *db_raw; /* raw data */
167 #define DBF_ALLOC 0x1 /* applies to Dnode itself */
184 Dnode *s_hdnode; /* head Dnode */
[all...]
H A Drawdata.c41 Dnode * d = (Dnode *)data;
42 Dnode * raw;
H A Dcook.c93 Dnode *
96 register Dnode *d;
98 if ((d = (Dnode *)malloc(sizeof (Dnode))) == 0) {
H A Dend.c42 Dnode * d;
68 register Dnode *t;
H A Dflag.c43 Dnode * d;
47 d = (Dnode *) data;
H A Dnewdata.c40 Dnode * d;
H A Dgetdata.c115 Dnode * d = (Dnode *)data;
H A Dupdate.c220 register Dnode *d;
399 register Dnode *d;
573 register Dnode *d, *prevd;
891 register Dnode *d, *prevd;
984 return (((Dnode *)d)->db_xoff);
H A Dgelf.c37 * Dnode structure, which is expected to be true for any Elf_Data
41 (((Dnode *)(edata))->db_scn->s_elf->ed_class)
44 (((Dnode *)(edata))->db_scn->s_elf)
47 (((Dnode *)(edata))->db_scn)
429 * don't have Dnode's associated with them).
H A Dclscook.c269 register Dnode * d = &s->s_dnode;

Completed in 130 milliseconds