/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
branch-misc-2pic-64.d | 6 # Test the backward branches to globals symbols in current file.
|
micromips@branch-misc-2-64.d | 6 # Test the backward branches to global symbols in current file (microMIPS).
|
micromips@branch-misc-2pic-64.d | 6 # Test the backward branches to global symbols in current file (microMIPS).
|
mipsr6@branch-misc-2-64.d | 6 # Test the backward branches to globals symbols in current file.
|
mipsr6@branch-misc-2pic-64.d | 6 # Test the backward branches to globals symbols in current file.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
ptext64-1.d | 4 #name: PT, PTA, PTB expansion for external symbols, 64-bit ABI.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
libdso-13.d | 9 # relocations against global symbols.
|
tls-e-tpiecomm1.d | 8 # symbols and that the values entered in the GOT are right.
|
tls-ie-11.d | 8 # DSO with two R_CRIS_32_GOT_TPREL against different symbols. Check
|
tls-ie-9.d | 8 # DSO with two R_CRIS_16_GOT_TPREL against different symbols. Check
|
tls-ld-5.d | 8 # DSO with two R_CRIS_16_DTPRELs against different hidden symbols.
|
tls-ld-7.d | 8 # DSO with two R_CRIS_32_DTPRELs against different hidden symbols.
|
tls-leie-19.d | 15 # four different symbols.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/ |
fdpic-static-6.d | 1 #name: FRV uClinux PIC relocs to weak undefined symbols, static linking
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/ |
sparc.exp | 30 {readelf --symbols vxworks1-lib.nd} {readelf -d vxworks1-lib.td}}
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
pcrel-reloc-local-r-rel-rela.d | 1 #name: C6X PC-relative relocations, local symbols, -r, mixed link of REL/RELA
|
pcrel-reloc-local-r-rel.d | 1 #name: C6X PC-relative relocations, local symbols, -r, REL
|
pcrel-reloc-local-r.d | 1 #name: C6X PC-relative relocations, local symbols, -r
|
sbr-reloc-local-rel.d | 1 #name: C6X SB-relative relocations, local symbols, REL
|
sbr-reloc-local.d | 1 #name: C6X SB-relative relocations, local symbols
|
/tools/tradefederation/contrib/ |
Android.mk | 49 # We need to reference symbols in the jar built above.
|
/external/compiler-rt/lib/asan/scripts/ |
asan_symbolize.py | 284 self.symbols = {} 302 self.symbols[int(fragments[1], 16)] = ' '.join(fragments[3:]) 307 if not cur_function_addr in self.symbols.keys(): 308 self.symbols[cur_function_addr] = ' '.join(fragments[4:]) 331 symbol = self.symbols[sym_id]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
NumberFormat.java | 1257 DecimalFormatSymbols symbols = new DecimalFormatSymbols(desiredLocale); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
NumberFormat.java | 1347 DecimalFormatSymbols symbols = new DecimalFormatSymbols(desiredLocale); local [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
tekhex.c | 28 Tek Hex records can hold symbols and data, but not 263 struct tekhex_symbol_struct *symbols; member in struct:tekhex_data_struct 420 /* Symbols, add to section. */ 433 new_symbol->prev = abfd->tdata.tekhex_data->symbols; 434 abfd->tdata.tekhex_data->symbols = new_symbol; 553 tekhex_symbol_type *p = abfd->tdata.tekhex_data->symbols; 584 tdata->symbols = NULL; 836 /* And the symbols. */ 845 /* Do not include debug symbols. */
|