Lines Matching refs:res3
931 int res3 = 0; in _dwarf_look_in_local_and_tied_by_index() local
938 res3 = _dwarf_get_addr_from_tied(dbg, in _dwarf_look_in_local_and_tied_by_index()
940 return res3; in _dwarf_look_in_local_and_tied_by_index()
1423 int res3 = 0; in dwarf_highpc_b() local
1432 res3 = _dwarf_get_addr_from_tied(dbg, in dwarf_highpc_b()
1434 if ( res3 != DW_DLV_OK) { in dwarf_highpc_b()
1435 return res3; in dwarf_highpc_b()
1457 int res3 = 0; in dwarf_highpc_b() local
1459 res3 = _dwarf_die_attr_unsigned_constant(die,DW_AT_high_pc, in dwarf_highpc_b()
1461 if(res3 != DW_DLV_OK) { in dwarf_highpc_b()
1464 res3 = _dwarf_get_value_ptr(die, DW_AT_high_pc, in dwarf_highpc_b()
1466 if(res3 == DW_DLV_ERROR) { in dwarf_highpc_b()
1467 return res3; in dwarf_highpc_b()
1469 if(res3 == DW_DLV_NO_ENTRY) { in dwarf_highpc_b()
1470 return res3; in dwarf_highpc_b()