Lines Matching defs:res
138 int res = DW_DLV_ERROR;
158 res = _dwarf_load_section(dbg, &dbg->de_debug_line,error);
159 if (res != DW_DLV_OK) {
160 return res;
427 int res = DW_DLV_ERROR;
436 res = _dwarf_load_section(dbg, &dbg->de_debug_line,error);
437 if (res != DW_DLV_OK) {
438 return res;
482 int res = dwarf_read_line_table_prefix(dbg,
491 if (res == DW_DLV_ERROR) {
493 return res;
495 if (res == DW_DLV_NO_ENTRY) {
497 return res;
1026 int res = _dwarf_internal_srclines(die, linebuf, &count,
1029 if (res != DW_DLV_OK) {
1030 return res;
1033 return res;