| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-bpf.c | 1191 char *this_frag = frag_more (insn->size); 1197 memcpy (this_frag, bytes, insn->size); 1201 this_frag - frag_now->fr_literal); 1210 char *this_frag; 1221 this_frag = frag_more (0); 1226 memcpy (this_frag, bytes, insn->size); 1185 char *this_frag = frag_more (insn->size); local 1204 char *this_frag; local
|
| tc-crx.c | 1836 char *this_frag; local 1867 this_frag = frag_var (rs_machine_dependent, insn_size * 2, 1876 this_frag = frag_more (insn_size * 2); 1894 fix_new_exp (frag_now, this_frag - frag_now->fr_literal, 1910 md_number_to_chars (this_frag, words[i], 2); 1911 this_frag += 2;
|
| tc-cr16.c | 2378 char *this_frag; local 2414 this_frag = frag_var (rs_machine_dependent, insn_size *2, 2423 this_frag = frag_more (insn_size * 2); 2440 fix_new_exp (frag_now, this_frag - frag_now->fr_literal, 2456 md_number_to_chars (this_frag, words[i], 2); 2457 this_frag += 2;
|
| tc-xtensa.c | 9919 fragS *this_frag = fragP; 9937 if (this_frag->tc_frag_data.is_aligning_branch) 9938 this_frag->tc_frag_data.slot_subtypes[0] = RELAX_IMMED; 9940 frag_wane (this_frag); 9979 address -= this_frag->tc_frag_data.text_expansion[0]; 10003 if (this_frag->fr_subtype == RELAX_UNREACHABLE) 10011 = bytes_to_stretch (this_frag, wide_nops, narrow_nops, 10014 = bytes_to_stretch (this_frag, wide_nops, narrow_nops, 10025 if (this_frag->fr_subtype == RELAX_SLOTS 10026 && this_frag->tc_frag_data.slot_subtypes[0] == RELAX_NARROW 9905 fragS *this_frag = fragP; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-bpf.c | 1191 char *this_frag = frag_more (insn->size); 1197 memcpy (this_frag, bytes, insn->size); 1201 this_frag - frag_now->fr_literal); 1210 char *this_frag; 1221 this_frag = frag_more (0); 1226 memcpy (this_frag, bytes, insn->size); 1185 char *this_frag = frag_more (insn->size); local 1204 char *this_frag; local
|
| tc-crx.c | 1836 char *this_frag; local 1867 this_frag = frag_var (rs_machine_dependent, insn_size * 2, 1876 this_frag = frag_more (insn_size * 2); 1894 fix_new_exp (frag_now, this_frag - frag_now->fr_literal, 1910 md_number_to_chars (this_frag, words[i], 2); 1911 this_frag += 2;
|
| tc-cr16.c | 2381 char *this_frag; local 2417 this_frag = frag_var (rs_machine_dependent, insn_size *2, 2426 this_frag = frag_more (insn_size * 2); 2443 fix_new_exp (frag_now, this_frag - frag_now->fr_literal, 2459 md_number_to_chars (this_frag, words[i], 2); 2460 this_frag += 2;
|
| tc-xtensa.c | 9919 fragS *this_frag = fragP; 9937 if (this_frag->tc_frag_data.is_aligning_branch) 9938 this_frag->tc_frag_data.slot_subtypes[0] = RELAX_IMMED; 9940 frag_wane (this_frag); 9979 address -= this_frag->tc_frag_data.text_expansion[0]; 10003 if (this_frag->fr_subtype == RELAX_UNREACHABLE) 10011 = bytes_to_stretch (this_frag, wide_nops, narrow_nops, 10014 = bytes_to_stretch (this_frag, wide_nops, narrow_nops, 10025 if (this_frag->fr_subtype == RELAX_SLOTS 10026 && this_frag->tc_frag_data.slot_subtypes[0] == RELAX_NARROW 9905 fragS *this_frag = fragP; local [all...] |