Home | History | Annotate | Download | only in dso

Lines Matching refs:ERR_REASON

69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSO,0,reason)
127 {ERR_REASON(DSO_R_CTRL_FAILED) ,"control command failed"},
128 {ERR_REASON(DSO_R_DSO_ALREADY_LOADED) ,"dso already loaded"},
129 {ERR_REASON(DSO_R_EMPTY_FILE_STRUCTURE) ,"empty file structure"},
130 {ERR_REASON(DSO_R_FAILURE) ,"failure"},
131 {ERR_REASON(DSO_R_FILENAME_TOO_BIG) ,"filename too big"},
132 {ERR_REASON(DSO_R_FINISH_FAILED) ,"cleanup method function failed"},
133 {ERR_REASON(DSO_R_INCORRECT_FILE_SYNTAX) ,"incorrect file syntax"},
134 {ERR_REASON(DSO_R_LOAD_FAILED) ,"could not load the shared library"},
135 {ERR_REASON(DSO_R_NAME_TRANSLATION_FAILED),"name translation failed"},
136 {ERR_REASON(DSO_R_NO_FILENAME) ,"no filename"},
137 {ERR_REASON(DSO_R_NO_FILE_SPECIFICATION) ,"no file specification"},
138 {ERR_REASON(DSO_R_NULL_HANDLE) ,"a null shared library handle was used"},
139 {ERR_REASON(DSO_R_SET_FILENAME_FAILED) ,"set filename failed"},
140 {ERR_REASON(DSO_R_STACK_ERROR) ,"the meth_data stack is corrupt"},
141 {ERR_REASON(DSO_R_SYM_FAILURE) ,"could not bind to the requested symbol name"},
142 {ERR_REASON(DSO_R_UNLOAD_FAILED) ,"could not unload the shared library"},
143 {ERR_REASON(DSO_R_UNSUPPORTED) ,"functionality not supported"},