Home | History | Annotate | Download | only in codeview

Lines Matching refs:cval

737     yasm_intnum *intn, *cval;
739 cval = yasm_intnum_create_uint(4);
742 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0);
747 yasm_intnum_set_uint(cval, head->type);
748 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0);
752 yasm_intnum_set_uint(cval, bc->len);
754 yasm_intnum_calc(intn, YASM_EXPR_SUB, cval);
761 yasm_intnum_destroy(cval);
811 yasm_intnum *cval;
815 cval = yasm_intnum_create_uint(fi->fn->str_off);
816 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0);
820 yasm_intnum_set_uint(cval, 0x0110);
821 yasm_arch_intnum_tobytes(object->arch, cval, buf, 2, 16, 0, bc, 0);
834 yasm_intnum_destroy(cval);
879 yasm_intnum *cval;
892 cval = yasm_calc_bc_dist(yasm_section_bcs_first(li->sect),
894 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0);
898 yasm_intnum_set_uint(cval, li->fn->info_off);
899 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0);
903 yasm_intnum_set_uint(cval, li->num_linenums);
904 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0);
908 yasm_intnum_set_uint(cval, li->num_linenums*8+12);
909 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0);
918 yasm_intnum_set_uint(cval, ls->pairs[j].offset);
919 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0);
923 yasm_intnum_set_uint(cval, ls->pairs[j].line);
924 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0);
931 yasm_intnum_destroy(cval);
1036 yasm_intnum *cval;
1042 cval = yasm_intnum_create_uint(bc->len-2);
1043 yasm_arch_intnum_tobytes(object->arch, cval, buf, 2, 16, 0, bc, 1);
1047 yasm_intnum_set_uint(cval, cvs->type);
1048 yasm_arch_intnum_tobytes(object->arch, cval, buf, 2, 16, 0, bc, 0);
1058 yasm_intnum_set_uint(cval, cvs->args[arg++].i);
1059 yasm_arch_intnum_tobytes(object->arch, cval, buf, 2, 16, 0,
1064 yasm_intnum_set_uint(cval, cvs->args[arg++].i);
1065 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0,
1075 yasm_intnum_set_uint(cval, cvs->args[arg++].i);
1076 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0,
1102 yasm_intnum_destroy(cval);