/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
pr14215.s | 1 .section .got
|
lea1f.d | 8 [ ]*\[.*\][ ]+.*\.got .*
|
nogot2.d | 6 [ ]*\[.*\][ ]+.*\.got\.plt.*
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
multi-got-hidden-1.d | 1 #name: MIPS multi-got-hidden-1 3 #source: multi-got-1-1.s 4 #source: multi-got-1-2.s 5 #source: multi-got-hidden-1.s
|
multi-got-hidden-2.d | 1 #name: MIPS multi-got-hidden-2 3 #source: multi-got-1-1.s 4 #source: multi-got-hidden-2.s
|
tls-hidden2-got.d | 4 Contents of section \.got:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
pr14215.s | 1 .section .got
|
lea1i.d | 8 [ ]*\[.*\][ ]+.*\.got .*
|
nogot2.d | 6 [ ]*\[.*\][ ]+.*\.got\.plt.*
|
/prebuilts/go/darwin-x86/src/unicode/ |
graphic_test.go | 17 got := IsControl(i) 25 if got != want { 26 t.Errorf("%U incorrect: got %t; want %t", i, got, want) 33 got := IsLetter(i) 35 if got != want { 36 t.Errorf("%U incorrect: got %t; want %t", i, got, want) 43 got := IsUpper(i) 45 if got != want [all...] |
/prebuilts/go/linux-x86/src/unicode/ |
graphic_test.go | 17 got := IsControl(i) 25 if got != want { 26 t.Errorf("%U incorrect: got %t; want %t", i, got, want) 33 got := IsLetter(i) 35 if got != want { 36 t.Errorf("%U incorrect: got %t; want %t", i, got, want) 43 got := IsUpper(i) 45 if got != want [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/ |
aarch64.ld | 15 .got : { *(.got) *(.got.plt)}
|
relocs.ld | 15 .got : { *(.got) *(.got.plt)}
|
gc-relocs-309.s | 6 ldr x1, :got:sym309_notused
|
gc-relocs-311.s | 5 adrp x3,:got:gempy
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
unwind.ld | 16 .got : { *(.got) *(.got.plt)}
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
script_test_4.t | 40 .got : { *(.got .toc) } 41 .got.plt : { *(.got.plt) }
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/ |
got-multigot-15-er.d | 2 #ld: -shared --got=multigot 3 #error: .*GOT overflow.*
|
got-negative-15-er.d | 2 #ld: -shared --got=negative 3 #error: .*GOT overflow.*
|
/external/vulkan-validation-layers/layers/ |
vk_layer_data.h | 35 typename std::unordered_map<void *, DATA_T *>::const_iterator got; local 38 got = layer_data_map.find(data_key); 40 if (got == layer_data_map.end()) { 44 debug_data = got->second;
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue10925.go | 13 var got [][]string 15 f = func(ss []string) { got = append(got, ss) } 19 if got[0][0] != "one" || got[1][0] != "two" || got[2][0] != "three" { 21 fmt.Println("Expected [[one] [two] [three]], got", got)
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue10925.go | 13 var got [][]string 15 f = func(ss []string) { got = append(got, ss) } 19 if got[0][0] != "one" || got[1][0] != "two" || got[2][0] != "three" { 21 fmt.Println("Expected [[one] [two] [three]], got", got)
|
/external/e2fsprogs/contrib/ |
make-sparse.c | 25 int got, total = 0; local 29 got = read(fd, buf, count); 30 if (got == -1) { 35 if (got == 0) { 41 buf += got; 42 total += got; 43 count -= got; 50 int fd, got, i; local 64 got = full_read(0, buf, sizeof(buf)); 65 if (got == 0 [all...] |
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
dlltool.exp | 83 set got [binutils_run $NM "tmpdir/libalias.a"] 86 if [regexp $want $got] then { 92 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias.a"] 95 if [regexp $want $got] then { 113 set got [binutils_run $NM "tmpdir/libalias2.a"] 116 if [regexp $want $got] then { 122 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias2.a"] 125 if [regexp $want $got] then { 160 set got [binutils_run $NM "tmpdir/libalias_nu.a"] 163 if [regexp $want $got] then [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
mixed-mode-reloc.s | 5 movl xtrn@got(%ebx), %eax 10 movl xtrn@got(%ebx), %eax 15 movq xtrn@got(%rbx), %rax
|