Lines Matching refs:res

1123     int res = _dwarf_load_section(dbg, &dbg->de_debug_frame_eh_gnu,error);
1124 if (res != DW_DLV_OK) {
1125 return res;
1128 res = _dwarf_get_fde_list_internal(dbg,
1139 return res;
1158 int res = _dwarf_load_section(dbg, &dbg->de_debug_frame,error);
1159 if (res != DW_DLV_OK) {
1160 return res;
1163 res = _dwarf_get_fde_list_internal(dbg, cie_data,
1174 return res;
1200 int res = 0;
1223 res = _dwarf_load_section(dbg, &dbg->de_debug_frame,error);
1224 if (res != DW_DLV_OK) {
1225 return res;
1236 res = dwarf_read_cie_fde_prefix(dbg, fde_ptr,
1242 if (res == DW_DLV_ERROR) {
1243 return res;
1245 if (res == DW_DLV_NO_ENTRY)
1246 return res;
1251 res = dwarf_create_fde_from_after_start(dbg, &prefix,
1257 if (res == DW_DLV_ERROR) {
1258 return res;
1259 } else if (res == DW_DLV_NO_ENTRY) {
1260 return res;
1266 res = dwarf_read_cie_fde_prefix(dbg, cie_ptr,
1271 if (res == DW_DLV_ERROR) {
1272 return res;
1274 if (res == DW_DLV_NO_ENTRY)
1275 return res;
1295 return res;
1298 return res;
1447 int res = 0;
1480 res = _dwarf_exec_frame_instr( /* make_instr= */ false,
1494 if (res == DW_DLV_ERROR) {
1496 return (res);
1497 } else if (res == DW_DLV_NO_ENTRY) {
1498 return res;
1509 res = _dwarf_exec_frame_instr( /* make_instr= */ false,
1521 if (res == DW_DLV_ERROR) {
1523 return (res);
1524 } else if (res == DW_DLV_NO_ENTRY) {
1525 return res;
1563 int res = 0;
1571 res = dwarf_initialize_fde_table(dbg, &fde_table,
1574 if (res != DW_DLV_OK)
1575 return res;
1579 res = _dwarf_get_fde_info_for_a_pc_row(fde, pc_requested,
1581 if (res != DW_DLV_OK) {
1583 return res;
1639 int res = 0;
1651 res = dwarf_initialize_fde_table(dbg, &fde_table,
1657 res = _dwarf_get_fde_info_for_a_pc_row(fde, pc_requested,
1661 if (res != DW_DLV_OK) {
1663 return res;
1718 int res = DW_DLV_ERROR;
1725 res = dwarf_initialize_fde_table(dbg, &fde_table,
1728 if (res != DW_DLV_OK)
1729 return res;
1739 res =
1742 if (res != DW_DLV_OK) {
1744 return res;
1801 int res = DW_DLV_ERROR;
1808 res = dwarf_initialize_fde_table(dbg, &fde_table,
1810 if (res != DW_DLV_OK)
1811 return res;
1820 res = _dwarf_get_fde_info_for_a_pc_row(fde, pc_requested, &fde_table,
1823 if (res != DW_DLV_OK) {
1825 return res;
1870 int res = DW_DLV_ERROR;
1878 res = dwarf_initialize_fde_table(dbg, &fde_table,
1880 if (res != DW_DLV_OK)
1881 return res;
1882 res = _dwarf_get_fde_info_for_a_pc_row(fde, pc_requested, &fde_table,
1884 if (res != DW_DLV_OK) {
1886 return res;
2060 int res = DW_DLV_ERROR;
2079 res = _dwarf_exec_frame_instr( /* make_instr= */ true,
2091 if (res != DW_DLV_OK) {
2092 if (res == DW_DLV_ERROR) {
2095 return (res);