Lines Matching defs:res
272 int res = DW_DLV_ERROR;
289 res = dwarf_read_cie_fde_prefix(dbg,
293 if (res == DW_DLV_ERROR) {
295 return res;
297 if (res == DW_DLV_NO_ENTRY)
311 int res = dwarf_find_existing_cie_ptr(prefix.cf_start_addr,
316 if (res == DW_DLV_OK) {
319 } else if (res == DW_DLV_NO_ENTRY) {
321 res = dwarf_create_cie_from_after_start(dbg,
329 /* ASSERT: res==DW_DLV_NO_ENTRY impossible. */
330 if (res == DW_DLV_ERROR) {
333 return res;
335 /* ASSERT res != DW_DLV_NO_ENTRY */
340 } else { /* res == DW_DLV_ERROR */
344 return res;
354 int res = DW_DLV_ERROR;
366 res = dwarf_find_existing_cie_ptr(cieptr_val,
370 if (res == DW_DLV_OK) {
373 } else if (res == DW_DLV_NO_ENTRY) {
374 res = dwarf_create_cie_from_start(dbg,
385 if (res == DW_DLV_ERROR) {
388 return res;
389 } else if (res == DW_DLV_NO_ENTRY) {
390 return res;
399 return res;
402 res = dwarf_create_fde_from_after_start(dbg,
410 if (res == DW_DLV_ERROR) {
411 return res;
637 int res = DW_DLV_ERROR;
643 res = gnu_aug_encodings(dbg,
652 if (res != DW_DLV_OK) {
655 return res;
767 int res = read_encoded_ptr(dbg,
774 if (res != DW_DLV_OK) {
785 res = read_encoded_ptr(dbg, (Dwarf_Small *) NULL,
790 if (res != DW_DLV_OK) {
1060 int res = DW_DLV_ERROR;
1070 res = dwarf_read_cie_fde_prefix(dbg, frame_ptr, section_ptr,
1073 if (res == DW_DLV_ERROR) {
1074 return res;
1076 if (res == DW_DLV_NO_ENTRY) {
1088 res = dwarf_create_cie_from_after_start(dbg,
1095 return res;
1182 int res = DW_DLV_ERROR;
1197 res = read_encoded_ptr(dbg,
1204 if (res != DW_DLV_OK) {
1205 return res;