/device/google/contexthub/firmware/inc/platform/stm32f4xx/ |
app.h | 21 void *got; member in struct:PlatAppInfo
|
/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:
|
got-page-1.s | 2 lw $4,%got(foo+0x120000)($gp) 6 lw $4,%got(foo-0x8000)($gp) 8 lw $4,%got(foo+0x800)($gp) 12 lw $4,%got(foo-0x1000000)($gp) 14 lw $4,%got(foo-0xffffff)($gp) 18 lw $4,%got(foo+0x120000)($gp) 22 lw $4,%got(bar)($gp) 24 lw $4,%got(bar+0x20000)($gp) 26 lw $4,%got(bar+0x40000)($gp) 28 lw $4,%got(bar+0x30000)($gp [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
pr14215.s | 1 .section .got
|
lea1i.d | 8 [ ]*\[.*\][ ]+.*\.got .*
|
nogot2.d | 6 [ ]*\[.*\][ ]+.*\.got\.plt.*
|
/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;
|
/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
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
binutils.exp | 75 set got [remote_exec host "$READELF -l --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.exp"] 76 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then { 77 send_log "$got\n" 84 set got [remote_exec host "grep GNU_RELRO tmpdir/$test.exp"] 85 if { ![string match "*GNU_RELRO*" $got] } then { 86 set got [remote_exec host "cat tmpdir/$test.exp"] 87 if { [string match "*.data.rel.ro*" $got] 88 || [string match "*.dynamic*" $got] 89 || [string match "*.got*" $got [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
elf-rel13-mips16.s | 5 lw $4,%got(l1)($2) 6 lw $4,%got(l2)($2) 7 lw $4,%got(l3)($2) 8 lw $4,%got(l3)($2) 9 lw $4,%got(l1+0x400)($2)
|