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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
pr15146b.c 1 int xxx = 3; variable
pr15146d.c 1 extern int xxx;
6 return xxx;
pr15146a.c 1 extern int xxx;
6 return xxx;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
assign-ok.s 0 xxx = 1
2 xxx = 2 define
1 xxx = 1 define
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
ifunc-14c.s 2 .globl xxx
3 .type xxx, @function
4 xxx: label
6 .size xxx, .-xxx
ifunc-13a.s 5 adrp x0, xxx
6 add x0, x0, :lo12:xxx
10 xxx: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
ifunc-14c.s 2 .globl xxx
3 .type xxx, @function
4 xxx: label
6 .size xxx, .-xxx
  /external/clang/test/Parser/
check_cast.c 7 struct foo xxx; local
10 xxx = (struct foo)1; // expected-error {{used type 'struct foo' where arithmetic or pointer type is required}}
11 i = (int)xxx; // expected-error {{operand of type 'struct foo' where arithmetic or pointer type is required}}
  /external/clang/test/Preprocessor/
macro_arg_keyword.c 1 // RUN: %clang_cc1 -E %s | grep xxx-xxx
5 foo(xxx)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/epiphany/
badrelax.s 2 .global xxx
3 xxx: label
5 1: sub r0,r0,1b-xxx
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
jump16.s 3 .extern xxx
7 jmp xxx
8 jmp *xxx
11 ljmp *xxx(%edi)
12 ljmp *xxx
13 ljmp $0x1234,$xxx
16 call xxx
17 call *xxx
20 lcall *xxx(%edi)
21 lcall *xxx
    [all...]
x86-64-jump.s 3 .extern xxx
6 jmp xxx
7 jmp *xxx
10 ljmp *xxx(,%rdi,4)
11 ljmpw *xxx(,%rdi,4)
12 ljmp *xxx
13 ljmpw *xxx
16 call xxx
17 call *xxx
20 lcall *xxx(,%rdi,4
    [all...]
x86-64-size-5.s 3 movq $xxx@SIZE, %r15
4 movq $xxx@SIZE - 8, %r15
5 movq $xxx@SIZE + 8, %r15
14 .global xxx
15 .type xxx,%object
16 .size xxx,80
17 xxx: label
19 .quad xxx@SIZE - 1
x86-64-size-inval-1.s 5 movl $xxx@SIZE + 100, %eax
7 .local xxx
8 .comm xxx,4294967290,32
10 .long xxx@SIZE + 100
jump.s 3 .extern xxx
6 jmp xxx
7 jmp *xxx
10 ljmp *xxx(,%edi,4)
11 ljmpw *xxx(,%edi,4)
12 ljmp *xxx
13 ljmpw *xxx
14 ljmp $0x1234,$xxx
17 call xxx
18 call *xxx
    [all...]
size-4.s 3 movl $xxx@SIZE, %eax
4 movl $xxx@SIZE - 8, %eax
5 movl $xxx@SIZE + 8, %eax
15 .type xxx,%object
16 .size xxx,80
17 xxx: label
19 .long xxx@SIZE - 1
reg-bad.l 2 .*:2: Error: bad register name `%xxx'
3 .*:3: Error: bad register name `%xxx'
size-1.s 3 movl $xxx@SIZE, %eax
4 movl $xxx@SIZE - 8, %eax
5 movl $xxx@SIZE + 8, %eax
20 .global xxx
21 .type xxx,%object
22 .size xxx,80
23 xxx: label
25 .long xxx@SIZE - 1
size-3.s 3 movl $xxx@SIZE, %eax
4 movl $xxx@SIZE - 8, %eax
5 movl $xxx@SIZE + 8, %eax
16 .global xxx
17 .type xxx,%object
18 .size xxx,80
19 xxx: label
21 .long xxx@SIZE - 1
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
dl2xxx.c 4 xxx (void) function
dl2.c 5 extern void xxx (void);
15 xxx ();
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
gotplt.s 2 .global xxx
3 xxx: label
8 movi ((xxx@GOTPLT) & 65535), r1
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
ilp32-5.s 6 xxx: label
8 .long xxx
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-size/
size32-1.s 2 .comm xxx,40,32
5 .long xxx@SIZE
6 .long xxx@SIZE-30
7 .long xxx@SIZE+30
size32-3a.s 2 .comm xxx,40,32
5 .long xxx@SIZE

Completed in 287 milliseconds

1 2 3 4 5 6 7 8 91011>>