HomeSort by relevance Sort by last modified time
    Searched full:rl78_bytest (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-rl78.h 55 #define TC_FRAG_TYPE struct rl78_bytesT *
tc-rl78.c 54 typedef struct rl78_bytesT
83 } rl78_bytesT;
85 static rl78_bytesT rl78_bytes;
458 fragP->tc_frag_data = malloc (sizeof (rl78_bytesT));
459 memcpy (fragP->tc_frag_data, & rl78_bytes, sizeof (rl78_bytesT));
773 rl78_bytesT * b = fragP->tc_frag_data;
963 rl78_bytesT * rl78b = fragP->tc_frag_data;
    [all...]

Completed in 61 milliseconds