HomeSort by relevance Sort by last modified time
    Searched refs:tc_frag_data (Results 1 - 23 of 23) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-ns32k.h 86 #define frag_opcode_frag(X) (X)->tc_frag_data.fr_opcode_fragP
87 #define frag_opcode_offset(X) (X)->tc_frag_data.fr_opcode_offset
88 #define frag_bsr(X) (X)->tc_frag_data.fr_bsr
tc-score.h 68 (FRAGP)->tc_frag_data.is_insn = (((FRAGP)->fr_type == rs_machine_dependent) ? 1 : 0); \
tc-rl78.c 458 fragP->tc_frag_data = malloc (sizeof (rl78_bytesT));
459 memcpy (fragP->tc_frag_data, & rl78_bytes, sizeof (rl78_bytesT));
462 fragP->tc_frag_data = 0;
571 frag_then->tc_frag_data->link_relax_fixP = f;
593 if (frag_then->tc_frag_data)
594 exp = & frag_then->tc_frag_data->fixups[i].exp;
604 if (frag_then->tc_frag_data)
605 frag_then->tc_frag_data->fixups[i].fixP = f;
689 relocations are in fragP->tc_frag_data, which is a copy of that
773 rl78_bytesT * b = fragP->tc_frag_data;
    [all...]
tc-xtensa.c     [all...]
tc-rx.c 745 fetchalign_bytes = frag_then->tc_frag_data;
1004 fragP->tc_frag_data = malloc (sizeof (rx_bytesT));
1005 memcpy (fragP->tc_frag_data, & rx_bytes, sizeof (rx_bytesT));
1008 fragP->tc_frag_data = 0;
1138 frag_then->tc_frag_data->link_relax_fixP = f;
1160 if (frag_then->tc_frag_data)
1161 exp = & frag_then->tc_frag_data->fixups[i].exp;
1171 if (frag_then->tc_frag_data)
1172 frag_then->tc_frag_data->fixups[i].fixP = f;
    [all...]
tc-sh64.h 209 (FRAGP)->tc_frag_data.opc_frag = sh64_last_insn_frag; \
210 (FRAGP)->tc_frag_data.isa = sh64_isa_mode; \
tc-tic54x.h 65 #define TC_FRAG_INIT(FRAGP) do {(FRAGP)->tc_frag_data = 0;}while (0)
tc-i386.h 270 (FRAGP)->tc_frag_data.isa = cpu_arch_isa; \
271 (FRAGP)->tc_frag_data.isa_flags = cpu_arch_isa_flags; \
272 (FRAGP)->tc_frag_data.tune = cpu_arch_tune; \
tc-mmix.h 188 #define TC_FRAG_INIT(frag) (frag)->tc_frag_data = mmix_opcode_frag
tc-nds32.c     [all...]
tc-tic54x.c 274 && frag->tc_frag_data == 0)
291 return frag->fr_opcode != NULL ? -1 : frag->tc_frag_data;
    [all...]
tc-aarch64.c     [all...]
tc-ia64.h 169 #define TC_FRAG_INIT(FRAGP) do {(FRAGP)->tc_frag_data = 0;}while (0)
tc-tic6x.c 1084 align_frag->tc_frag_data.is_insns = FALSE;
    [all...]
tc-mn10300.c     [all...]
tc-mmix.c 277 fragP->tc_frag_data shows what state the frag is in: tc_frag_data
    [all...]
tc-score.c     [all...]
tc-score7.c     [all...]
tc-arm.c 290 tc_frag_data field of a frag. */
    [all...]
tc-sh64.c 374 && mode_start_frag->tc_frag_data.isa == sh64_isa_shmedia))
386 if (frag->tc_frag_data.isa == sh64_isa_shmedia
811 fragS *opc_fragP = fragP->tc_frag_data.opc_frag;
    [all...]
tc-i386.c     [all...]
tc-ia64.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/
frags.h 100 TC_FRAG_TYPE tc_frag_data; member in struct:frag

Completed in 286 milliseconds