Lines Matching defs:res
425 int res = 0;
427 res = dbg->de_transform_relocs_to_disk(dbg, &new_secs);
428 if (res != DW_DLV_OK) {
461 int res = 0;
617 res =
622 if (res != DW_DLV_OK) {
649 res =
652 if (res != DW_DLV_OK) {
688 res =
691 if (res != DW_DLV_OK) {
711 res = dbg->de_reloc_name(dbg, DEBUG_LINE,
716 if (res != DW_DLV_OK) {
733 res =
737 if (res != DW_DLV_OK) {
753 res = _dwarf_pro_encode_leb128_nm(curline->dpl_column,
756 if (res != DW_DLV_OK) {
813 res =
818 if (res != DW_DLV_OK) {
837 res = _dwarf_pro_encode_signed_leb128_nm(line_adv,
842 if (res != DW_DLV_OK) {
932 int res = 0;
941 res = _dwarf_pro_encode_leb128_nm(curcie->cie_code_align,
944 if (res != DW_DLV_OK) {
957 old version res =
961 res = _dwarf_pro_encode_signed_leb128_nm(curcie->cie_data_align,
964 if (res != DW_DLV_OK) {
982 res = _dwarf_pro_encode_leb128_nm(augmented_fields_length,
986 if (res != DW_DLV_OK) {
1074 int res = 0;
1098 res = _dwarf_pro_encode_leb128_nm(oet_length,
1101 if (res != DW_DLV_OK) {
1132 res = dbg->de_reloc_name(dbg, DEBUG_FRAME, cur_off +
1136 if (res != DW_DLV_OK) {
1141 res = dbg->de_reloc_name(dbg, DEBUG_FRAME,
1146 if (res != DW_DLV_OK) {
1155 res = dbg->de_reloc_name(dbg, DEBUG_FRAME,
1164 if (res != DW_DLV_OK) {
1217 res = dbg->de_reloc_pair(dbg,
1225 if (res != DW_DLV_OK) {
1275 int res = dbg->de_reloc_name(dbg,
1282 if (res != DW_DLV_OK) {
1477 int res = 0;
1553 res = dbg->de_reloc_name(dbg, DEBUG_INFO, BEGIN_LEN_SIZE +
1558 if (res != DW_DLV_OK) {
1583 int res = 0;
1609 res = _dwarf_pro_encode_leb128_nm(curabbrev->abb_idx,
1612 if (res != DW_DLV_OK) {
1682 res = dbg->de_reloc_name(dbg, DEBUG_INFO, die_off + curattr->ar_rel_offset, /* r_offset
1688 if (res != DW_DLV_OK) {
1715 res = marker_init(dbg, marker_count);
1716 if (res == -1) {
1719 res = string_attr_init(dbg, DEBUG_INFO, string_attr_count);
1720 if (res == -1) {
1731 res = marker_add(dbg, curdie->di_offset, curdie->di_marker);
1732 if (res == -1) {
1823 res =
1829 if (res != DW_DLV_OK) {
1880 int res;
1883 res = _dwarf_pro_encode_leb128_nm(curabbrev->abb_idx, &nbytes,
1885 if (res != DW_DLV_OK) {
1892 res = _dwarf_pro_encode_leb128_nm(curabbrev->abb_tag, &nbytes,
1894 if (res != DW_DLV_OK) {
1907 res = _dwarf_pro_encode_leb128_nm(curabbrev->abb_attrs[idx],
1910 if (res != DW_DLV_OK) {
1916 res = _dwarf_pro_encode_leb128_nm(curabbrev->abb_forms[idx],
1919 if (res != DW_DLV_OK) {