HomeSort by relevance Sort by last modified time
    Searched refs:sym1 (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
weak1.s 3 .global sym1
6 .long sym1
8 sym1: label
weak2.s 3 .weak sym1
6 .long sym1
8 sym1: label
extern.exp 38 if {![info exists nm_output(sym1)] || $nm_output(sym1) != 1} {
39 send_log "sym1 wrong\n"
40 verbose "sym1 wrong"
46 send_log "sym1 wrong\n"
47 verbose "sym1 wrong"
52 send_log "sym1 wrong\n"
53 verbose "sym1 wrong"
58 send_log "sym1 wrong\n"
59 verbose "sym1 wrong
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
brokw-1.s 5 .word sym1 - sym2
13 ; jump sym1
19 sym1: moveq 3,r0 label
brokw-2.s 5 .word sym1 - sym2
15 ; jump sym1
21 sym1: moveq 3,r0 label
brokw-1.d 14 [ ]+c:[ ]+3f0d 1280 0000[ ]+jump[ ]+(0x8012|8012 <sym1>)
19 0+8012 <sym1>:
rd-bkw1b.d 15 [ ]+c:[ ]+bf0e 0880 0000[ ]+ba[ ]+8014 <sym1>
20 0+8014 <sym1>:
rd-bkw2b.d 18 [ ]+16:[ ]+bf0e 0880 0000[ ]+ba[ ]+801e <sym1>
23 0+801e <sym1>:
brokw-2.d 16 [ ]+14:[ ]+3f0d 1a80 0000[ ]+jump[ ]+(0x801a|801a <sym1>)
21 0+801a <sym1>:
rd-brokw-pic-1.d 20 0+8014 <sym1>:
rd-brokw-pic-2.d 21 0+801e <sym1>:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
24k-triple-stores-11.s 7 sw $2,%gp_rel(sym1)($28)
micromips@24k-triple-stores-11.d 16 [0-9a-f]+: R_MICROMIPS_GPREL16 sym1
  /system/extras/simpleperf/
utils_test.cpp 31 static bool KernelSymbolsMatch(const KernelSymbol& sym1,
33 return sym1.addr == sym2.addr && sym1.type == sym2.type &&
34 strcmp(sym1.name, sym2.name) == 0 &&
35 ModulesMatch(sym1.module, sym2.module);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
gprel.s 5 sym1: label
24 ldw r1, %gprel(sym1)(gp)
  /external/llvm/test/MC/Mips/
sort-relocation-table.s 24 lui $2, %hi(sym1)
25 addiu $2, $2, %lo(sym1)
28 # CHECK-NEXT: 0x0 R_MIPS_HI16 sym1
29 # CHECK-NEXT: 0x4 R_MIPS_LO16 sym1
34 addiu $2, $2, %lo(sym1)
35 lui $2, %hi(sym1)
38 # CHECK-NEXT: 0x4 R_MIPS_HI16 sym1
39 # CHECK-NEXT: 0x0 R_MIPS_LO16 sym1
45 addiu $2, $2, %lo(sym1)
48 lui $2, %hi(sym1)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
nomapping.s 3 sym1: label
ccs.s 16 ldr r12, sym1 ; another comment
28 sym1 .word 0xFFFFF520 label
nomapping.d 7 0+0 t sym1
ccs.d 11 4: e59fc018 ldr ip, \[pc, #24\] ; 24 <sym1>
23 00000024 <sym1>:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/unsorted/
ss_align.s 11 sym1: .WORD 2 label
  /external/toybox/kconfig/
expr.c 354 struct symbol *sym1, *sym2; local
366 sym1 = tmp->left.sym;
368 sym1 = e1->left.sym;
375 if (sym1 != sym2)
377 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE)
379 if (sym1->type == S_TRISTATE) {
384 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_no);
390 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_mod);
396 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_yes)
418 struct symbol *sym1, *sym2; local
    [all...]
  /external/fec/
viterbi27_port.c 119 metric = (Branchtab27[0].c[i] ^ sym0) + (Branchtab27[1].c[i] ^ sym1);\
145 unsigned char sym0,sym1; local
149 sym1 = *syms++;
viterbi29_port.c 120 metric = (Branchtab29[0].c[i] ^ sym0) + (Branchtab29[1].c[i] ^ sym1);\
148 unsigned char sym0,sym1; local
154 sym1 = *syms++;
viterbi39_port.c 120 metric = (Branchtab39[0].c[i] ^ sym0) + (Branchtab39[1].c[i] ^ sym1) + \
149 unsigned char sym0,sym1,sym2; local
155 sym1 = *syms++;

Completed in 3624 milliseconds

1 2 3 4