Lines Matching defs:cres
191 int cres = DW_DLV_ERROR;
194 cres = dwarf_formstring(comp_dir_attr, &cdir, error);
195 if (cres == DW_DLV_ERROR) {
196 return cres;
197 } else if (cres == DW_DLV_OK) {
465 int cres = DW_DLV_ERROR;
468 cres = dwarf_formstring(comp_dir_attr, &cdir, error);
469 if (cres == DW_DLV_ERROR) {
470 return cres;
471 } else if (cres == DW_DLV_OK) {