Searched refs:s3_md_chars_to_number (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-score.c | 59 static valueT s3_md_chars_to_number (char *buf, int n); 6649 s3_md_chars_to_number (char *buf, int n) in s3_md_chars_to_number() function 6861 inst_value = s3_md_chars_to_number (fragp->fr_literal, s3_INSN16_SIZE); in s3_relax_branch_inst16() 6908 inst_value = s3_md_chars_to_number (fragp->fr_literal, s3_INSN_SIZE); in s3_relax_cmpbranch_inst32() 7133 newval = s3_md_chars_to_number (buf, s3_INSN_SIZE); in s3_apply_fix() 7143 newval = s3_md_chars_to_number (buf, s3_INSN_SIZE); in s3_apply_fix() 7152 content = s3_md_chars_to_number (buf, s3_INSN_SIZE); in s3_apply_fix() 7161 content = s3_md_chars_to_number (buf, s3_INSN48_SIZE); in s3_apply_fix() 7174 content = s3_md_chars_to_number (buf, s3_INSN48_SIZE); in s3_apply_fix() 7190 content = s3_md_chars_to_number (buf, s3_INSN_SIZE); in s3_apply_fix() [all …]
|