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

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10300/
relax.d 16 RELOCATION RECORDS FOR \[.rscb\]:
relax.s 34 .section .rscb, "ax"
  /external/syslinux/gpxe/src/net/80211/
wpa_tkip.c 189 const u8 *rscb = rsc; local
194 if ( rscb ) {
195 ctx->dec.tsc_lo = ( rscb[1] << 8 ) | rscb[0];
196 ctx->dec.tsc_hi = ( ( rscb[5] << 24 ) | ( rscb[4] << 16 ) |
197 ( rscb[3] << 8 ) | rscb[2] );

Completed in 309 milliseconds