Lines Matching refs:resf
448 int resf = DW_DLV_ERROR; in _dwarf_get_fde_list_internal() local
457 resf = dwarf_find_existing_cie_ptr(cieptr_val, in _dwarf_get_fde_list_internal()
461 if (resf == DW_DLV_OK) { in _dwarf_get_fde_list_internal()
464 } else if (resf == DW_DLV_NO_ENTRY) { in _dwarf_get_fde_list_internal()
465 resf = dwarf_create_cie_from_start(dbg, in _dwarf_get_fde_list_internal()
476 if (resf == DW_DLV_ERROR) { in _dwarf_get_fde_list_internal()
479 return resf; in _dwarf_get_fde_list_internal()
480 } else if (resf == DW_DLV_NO_ENTRY) { in _dwarf_get_fde_list_internal()
481 return resf; in _dwarf_get_fde_list_internal()
490 return resf; in _dwarf_get_fde_list_internal()
493 resf = dwarf_create_fde_from_after_start(dbg, in _dwarf_get_fde_list_internal()
502 if (resf == DW_DLV_ERROR) { in _dwarf_get_fde_list_internal()
505 return resf; in _dwarf_get_fde_list_internal()
506 } else if (resf == DW_DLV_NO_ENTRY) { in _dwarf_get_fde_list_internal()
508 return resf; in _dwarf_get_fde_list_internal()