Lines Matching refs:res
286 int res = DW_DLV_ERROR;
295 res = _dwarf_load_section(dbg, &dbg->de_debug_aranges, error);
296 if (res != DW_DLV_OK) {
297 return res;
300 res = dwarf_get_aranges_list(dbg,&head_chain,&arange_count,error);
301 if(res != DW_DLV_OK) {
302 return res;
354 int res = DW_DLV_ERROR;
366 res = _dwarf_load_section(dbg, &dbg->de_debug_aranges,error);
367 if (res != DW_DLV_OK) {
368 return res;
371 res = dwarf_get_aranges_list(dbg,&head_chain,&arange_count,error);
372 if(res != DW_DLV_OK) {
373 return res;
465 int res = _dwarf_load_debug_info(dbg, error);
467 if (res != DW_DLV_OK) {
468 return res;
499 int res = _dwarf_load_debug_info(dbg, error);
500 if (res != DW_DLV_OK) {
501 return res;
541 int res = _dwarf_load_debug_info(dbg, error);
542 if (res != DW_DLV_OK) {
543 return res;
584 int res = _dwarf_load_debug_info(dbg, error);
585 if (res != DW_DLV_OK) {
586 return res;