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