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

1 2 3 4 5

  /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.t 2 EXTERN(sym1)
6 PROVIDE(sym1 = 1);
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...]
defined3.t 7 defined4 = DEFINED (sym1) ? 1 : 0;
8 sym1 = 42;
12 defined5 = DEFINED (sym1) ? sym1 : 0;
defined2.t 2 .text : { *(.text) sym1 = 3 - DEFINED (x); }
defined2.d 9 # contains an address matching the value. The symbol sym1 is supposed to
21 0+3 T sym1
  /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
v32-err-2.s 9 .word sym1 - sym2
13 sym1: moveq 3,r0 label
rd-bkw1b.d 15 [ ]+c:[ ]+bf0e 0880 0000[ ]+ba[ ]+8014 <sym1>
20 0+8014 <sym1>:
brokw-1.d 14 [ ]+c:[ ]+3f0d 1280 0000[ ]+jump[ ]+(0x8012|8012 <sym1>)
19 0+8012 <sym1>:
brokw-2.d 16 [ ]+14:[ ]+3f0d 1a80 0000[ ]+jump[ ]+(0x801a|801a <sym1>)
21 0+801a <sym1>:
rd-bkw2b.d 18 [ ]+16:[ ]+bf0e 0880 0000[ ]+ba[ ]+801e <sym1>
23 0+801e <sym1>:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
gprel.s 5 sym1: label
24 ldw r1, %gprel(sym1)(gp)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
nomapping.d 7 0+0 t sym1
nomapping.s 3 sym1: label
ccs.d 11 4: e59fc018 ldr ip, \[pc, #24\] ; 24 <sym1>
23 00000024 <sym1>:
ccs.s 16 ldr r12, sym1 ; another comment
28 sym1 .word 0xFFFFF520 label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
24k-triple-stores-11.s 7 sw $2,%gp_rel(sym1)($28)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/unsorted/
ss_align.s 11 sym1: .WORD 2 label
  /system/extras/simpleperf/
environment_test.cpp 42 static bool KernelSymbolsMatch(const KernelSymbol& sym1, const KernelSymbol& sym2) {
43 return sym1.addr == sym2.addr &&
44 sym1.type == sym2.type &&
45 strcmp(sym1.name, sym2.name) == 0 &&
46 ModulesMatch(sym1.module, sym2.module);
  /external/v8/test/mjsunit/es6/
computed-property-names-object-literals-methods.js 43 var sym1 = Symbol();
47 [sym1]() { return 'B'; },
52 assertEquals('B', object[sym1]());
56 assertArrayEquals([sym1, sym2], Object.getOwnPropertySymbols(object));
computed-property-names-classes.js 49 var sym1 = Symbol();
53 [sym1]() { return 'B'; }
58 assertEquals('B', new C()[sym1]());
64 assertArrayEquals([sym1, sym2], Object.getOwnPropertySymbols(C.prototype));
108 var sym1 = Symbol();
112 static [sym1]() { return 'B'; }
117 assertEquals('B', C[sym1]());
123 assertArrayEquals([sym1, sym2], Object.getOwnPropertySymbols(C));
  /external/v8/test/mjsunit/harmony/
function-name.js 96 var sym1 = Symbol('1'); variable
100 [sym1]: function() {},
107 assertEquals('', obj[sym1].name);
112 [sym1]() { }
119 assertEquals('', C.prototype[sym1].name);

Completed in 584 milliseconds

1 2 3 4 5