Searched defs:nldr_nodeobject (Results 1 – 1 of 1) sorted by relevance
215 struct nldr_nodeobject { struct216 struct nldr_object *nldr_obj; /* Dynamic loader handle */217 void *priv_ref; /* Handle to pass to dbl_write_fxn */218 struct dsp_uuid uuid; /* Node's UUID */219 bool dynamic; /* Dynamically loaded node? */220 bool overlay; /* Overlay node? */221 bool *phase_split; /* Multiple phase libraries? */222 struct lib_node root; /* Library containing node phase */223 struct lib_node create_lib; /* Library with create phase lib */224 struct lib_node execute_lib; /* Library with execute phase lib */[all …]