Symbol: Dnode
usr/src/cmd/sgs/libelf/common/clscook.c
146
register Dnode * d = &s->s_dnode;
usr/src/cmd/sgs/libelf/common/cook.c
91
Dnode *
usr/src/cmd/sgs/libelf/common/cook.c
94
register Dnode *d;
usr/src/cmd/sgs/libelf/common/cook.c
96
if ((d = (Dnode *)malloc(sizeof (Dnode))) == 0) {
usr/src/cmd/sgs/libelf/common/data.c
68
const Dnode _elf_dnode_init = { 0 };
usr/src/cmd/sgs/libelf/common/decl.h
109
Dnode *db_next;
usr/src/cmd/sgs/libelf/common/decl.h
110
Dnode *db_raw; /* raw data */
usr/src/cmd/sgs/libelf/common/decl.h
138
Dnode *s_hdnode; /* head Dnode */
usr/src/cmd/sgs/libelf/common/decl.h
139
Dnode *s_tlnode; /* tail Dnode */
usr/src/cmd/sgs/libelf/common/decl.h
146
Dnode s_dnode; /* every scn needs one */
usr/src/cmd/sgs/libelf/common/decl.h
376
extern Dnode *_elf_dnode(void);
usr/src/cmd/sgs/libelf/common/decl.h
406
extern const Dnode _elf_dnode_init;
usr/src/cmd/sgs/libelf/common/decl.h
45
typedef struct Dnode Dnode;
usr/src/cmd/sgs/libelf/common/end.c
40
Dnode *d;
usr/src/cmd/sgs/libelf/common/end.c
65
register Dnode *t;
usr/src/cmd/sgs/libelf/common/flag.c
41
Dnode * d;
usr/src/cmd/sgs/libelf/common/flag.c
45
d = (Dnode *) data;
usr/src/cmd/sgs/libelf/common/gelf.c
39
(((Dnode *)(edata))->db_scn->s_elf->ed_class)
usr/src/cmd/sgs/libelf/common/gelf.c
42
(((Dnode *)(edata))->db_scn->s_elf)
usr/src/cmd/sgs/libelf/common/gelf.c
45
(((Dnode *)(edata))->db_scn)
usr/src/cmd/sgs/libelf/common/getdata.c
113
Dnode * d = (Dnode *)data;
usr/src/cmd/sgs/libelf/common/newdata.c
38
Dnode * d;
usr/src/cmd/sgs/libelf/common/rawdata.c
39
Dnode * d = (Dnode *)data;
usr/src/cmd/sgs/libelf/common/rawdata.c
40
Dnode * raw;
usr/src/cmd/sgs/libelf/common/update.c
1004
return (((Dnode *)d)->db_xoff);
usr/src/cmd/sgs/libelf/common/update.c
219
register Dnode *d;
usr/src/cmd/sgs/libelf/common/update.c
397
register Dnode *d;
usr/src/cmd/sgs/libelf/common/update.c
581
register Dnode *d, *prevd;
usr/src/cmd/sgs/libelf/common/update.c
911
register Dnode *d, *prevd;