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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
char.d 1 #objcopy: -O srec
float.d 1 #objcopy: -O srec
  /toolchain/binutils/binutils-2.25/bfd/
makefile.vms 42 opncls.obj,reloc.obj,section.obj,simple.obj,srec.obj,stab-syms.obj,\
srec.c 130 This variable can be modified by objcopy's --srec-len parameter.
131 For a 0x75 byte record you should set --srec-len=0x70. */
134 /* The type of srec output (free or forced to S3).
135 This variable can be modified by objcopy's --srec-forceS3
1031 /* Validate number of data bytes to write. The srec length byte
1284 "srec", /* Name. */
1323 BFD_JUMP_TABLE_GENERIC (srec),
1327 BFD_JUMP_TABLE_SYMBOLS (srec),
1329 BFD_JUMP_TABLE_WRITE (srec),
1330 BFD_JUMP_TABLE_LINK (srec),
    [all...]
vms-alpha.c 203 unsigned int srec;
211 unsigned int srec;
202 unsigned int srec; member in struct:fileinfo
210 unsigned int srec; member in struct:srecinfo
3997 struct srecinfo *curr_srec, *srec; local
    [all...]
Makefile.am 70 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
80 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 589 private double [] calcSensorPeriodStat(ArrayList<AttitudeRec> srec) {
590 double tp = srec.get(0).time;
594 for(i=1; i<srec.size(); ++i) {
596 dt = srec.get(i).time - tp;
602 ret[0] = sum/srec.size();
603 ret[1] = Math.sqrt(sumsq/srec.size() - ret[0]*ret[0]);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
objcopy.exp 187 # We make the srec filename 8.3 compatible. Note that the header string
194 set srecfile ${copyfile}.srec
198 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -O srec $tempfile ${srecfile}"]
201 fail "objcopy -O srec"
204 remote_upload host ${srecfile} tmpdir/copy.srec
205 set srecfile tmpdir/copy.srec
215 fail "objcopy -O srec"
227 fail "objcopy -O srec"
233 fail "objcopy -O srec"
236 if ![regexp "file format srec" $got] then
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
reloc-2.d 3 #ld: --oformat=srec -Treloc-2.ld
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java     [all...]
ActivityManagerService.java 19114 ActivityRecord srec = ActivityRecord.forTokenLocked(token); local
19135 ActivityRecord srec; local
19146 ActivityRecord srec; local
    [all...]

Completed in 1357 milliseconds