Searched
refs:got (Results
451 -
475 of
904) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/ldscripts/ |
elf32_x86_64.xdc | 30 *(.rela.got) 146 .got : { *(.got) *(.igot) } 147 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .); 148 .got.plt : { *(.got.plt) *(.igot.plt) }
|
elf32_x86_64.xsc | 30 *(.rela.got) 138 .got : { *(.got) *(.igot) } 139 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .); 140 .got.plt : { *(.got.plt) *(.igot.plt) }
|
elf_i386.xbn | 29 .rel.got : { *(.rel.got) } 141 .got : { *(.got) *(.igot) } 142 .got.plt : { *(.got.plt) *(.igot.plt) }
|
elf_i386.xc | 31 *(.rel.got) 144 .got : { *(.got) *(.igot) } 145 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 12 ? 12 : 0, .); 146 .got.plt : { *(.got.plt) *(.igot.plt) }
|
elf_i386.xdc | 31 *(.rel.got) 144 .got : { *(.got) *(.igot) } 145 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 12 ? 12 : 0, .); 146 .got.plt : { *(.got.plt) *(.igot.plt) }
|
elf_i386.xsc | 31 *(.rel.got) 136 .got : { *(.got) *(.igot) } 137 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 12 ? 12 : 0, .); 138 .got.plt : { *(.got.plt) *(.igot.plt) }
|
elf_k1om.xbn | 29 .rela.got : { *(.rela.got) } 147 .got : { *(.got) *(.igot) } 148 .got.plt : { *(.got.plt) *(.igot.plt) }
|
elf_k1om.xc | 30 *(.rela.got) 148 .got : { *(.got) *(.igot) } 149 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .); 150 .got.plt : { *(.got.plt) *(.igot.plt) }
|
elf_k1om.xdc | 30 *(.rela.got) 148 .got : { *(.got) *(.igot) } 149 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .); 150 .got.plt : { *(.got.plt) *(.igot.plt) }
|
elf_k1om.xsc | 30 *(.rela.got) 138 .got : { *(.got) *(.igot) } 139 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .); 140 .got.plt : { *(.got.plt) *(.igot.plt) }
|
elf_l1om.xbn | 29 .rela.got : { *(.rela.got) } 147 .got : { *(.got) *(.igot) } 148 .got.plt : { *(.got.plt) *(.igot.plt) }
|
elf_l1om.xc | 30 *(.rela.got) 148 .got : { *(.got) *(.igot) } 149 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .); 150 .got.plt : { *(.got.plt) *(.igot.plt) }
|
elf_l1om.xdc | 30 *(.rela.got) 148 .got : { *(.got) *(.igot) } 149 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .); 150 .got.plt : { *(.got.plt) *(.igot.plt) }
|
elf_l1om.xsc | 30 *(.rela.got) 138 .got : { *(.got) *(.igot) } 139 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .); 140 .got.plt : { *(.got.plt) *(.igot.plt) }
|
elf_x86_64.xbn | 29 .rela.got : { *(.rela.got) } 144 .got : { *(.got) *(.igot) } 145 .got.plt : { *(.got.plt) *(.igot.plt) }
|
elf_x86_64.xc | 30 *(.rela.got) 146 .got : { *(.got) *(.igot) } 147 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .); 148 .got.plt : { *(.got.plt) *(.igot.plt) }
|
elf_x86_64.xdc | 30 *(.rela.got) 146 .got : { *(.got) *(.igot) } 147 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .); 148 .got.plt : { *(.got.plt) *(.igot.plt) }
|
elf_x86_64.xsc | 30 *(.rela.got) 138 .got : { *(.got) *(.igot) } 139 . = DATA_SEGMENT_RELRO_END (SIZEOF (.got.plt) >= 24 ? 24 : 0, .); 140 .got.plt : { *(.got.plt) *(.igot.plt) }
|
/external/elfutils/libdw/ |
dwarf_getlocation.c | 405 size_t got = 0; local 406 while (got < maxlocs) 489 &llbufs[got], &listlens[got]) != 0)) 491 ++got; 495 return got;
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
lexical-048.js | 26 eval( "for ( counter = 0;\ncounter <= 1\ncounter++ ) {\nresult += \": got inside for loop\")");
|
lexical-049.js | 29 + "result += \": got inside for loop\";\n"
|
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
setChangeLogDateAndReviewer.pl | 124 my $got = VCSUtils::setChangeLogDateAndReviewer($patch, $reviewer, $epochTime); 127 is($got, $expectedReturn, "$testNameStart return value.");
|
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/ |
elf_i386.xdw | 31 *(.rel.got) 137 .got : { *(.got.plt) *(.igot.plt) *(.got) *(.igot) }
|
elf_i386.xsw | 30 *(.rel.got) 128 .got : { *(.got.plt) *(.igot.plt) *(.got) *(.igot) }
|
elf_i386.xw | 31 *(.rel.got) 137 .got : { *(.got.plt) *(.igot.plt) *(.got) *(.igot) }
|
Completed in 743 milliseconds
<<11121314151617181920>>