HomeSort by: relevance | last modified time | path
    Searched defs:rx_bytesT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-rx.c 699 /* These negative numbers are found in rx_bytesT.n_base for non-opcode
703 typedef struct rx_bytesT
733 } rx_bytesT;
735 static rx_bytesT rx_bytes;
737 static rx_bytesT *fetchalign_bytes = NULL;
1048 fragP->tc_frag_data = XNEW (rx_bytesT);
1049 memcpy (fragP->tc_frag_data, & rx_bytes, sizeof (rx_bytesT));
1472 rx_bytesT * b = fragP->tc_frag_data;
1786 rx_bytesT * rxb = fragP->tc_frag_data;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-rx.c 699 /* These negative numbers are found in rx_bytesT.n_base for non-opcode
703 typedef struct rx_bytesT
733 } rx_bytesT;
735 static rx_bytesT rx_bytes;
737 static rx_bytesT *fetchalign_bytes = NULL;
1048 fragP->tc_frag_data = XNEW (rx_bytesT);
1049 memcpy (fragP->tc_frag_data, & rx_bytes, sizeof (rx_bytesT));
1472 rx_bytesT * b = fragP->tc_frag_data;
1786 rx_bytesT * rxb = fragP->tc_frag_data;

Completed in 24 milliseconds