/external/google-breakpad/src/common/linux/ |
elf_symbols_to_module.cc | 67 // Create an ELFSymbolIterator walking the symbols in BUFFER. Treat the 68 // symbols as big-endian if BIG_ENDIAN is true, as little-endian 119 // The size of symbols' value field, in bytes. 144 ByteBuffer symbols(symtab_section, symtab_size); 154 ELFSymbolIterator iterator(&symbols, big_endian, value_size);
|
/external/llvm/test/MC/Mips/ |
directive-ent.s | 7 # RUN: llvm-readobj -symbols | \ 14 # RUN: llvm-readobj -symbols | \
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldDecimalFormatSymbolsTest.java | 36 DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.FRANCE); local 47 assertEquals(symbols, riSymbols);
|
/ndk/sources/android/libthread_db/ |
libthread_db.c | 28 // We don't have any symbols to cache. 30 static char const* symbols[] = { NULL }; local 31 return symbols;
|
/prebuilts/go/darwin-x86/src/cmd/internal/objfile/ |
plan9obj.go | 37 func (f *plan9File) symbols() ([]Sym, error) { func 38 plan9Syms, err := f.plan9.Symbols() 43 // Build sorted list of addresses of all symbols. 74 // We didn't find the symbols, so look for the names used in 1.3 and earlier. 75 // TODO: Remove code looking for the old symbols when we no longer care about 1.3. 102 syms, err := f.Symbols()
|
/prebuilts/go/linux-x86/src/cmd/internal/objfile/ |
plan9obj.go | 37 func (f *plan9File) symbols() ([]Sym, error) { func 38 plan9Syms, err := f.plan9.Symbols() 43 // Build sorted list of addresses of all symbols. 74 // We didn't find the symbols, so look for the names used in 1.3 and earlier. 75 // TODO: Remove code looking for the old symbols when we no longer care about 1.3. 102 syms, err := f.Symbols()
|
/toolchain/binutils/binutils-2.25/bfd/ |
i386lynx.c | 136 r_index to the symbols index, and the r_extern bit. 138 Absolute symbols can come in in two ways, either as an offset 221 r_index to the symbols index, and the r_extern bit. 223 Absolute symbols can come in in two ways, either as an offset 280 Aout keeps all it's symbols based from zero, so the symbol would 289 cache_ptr->sym_ptr_ptr = symbols + r_index; \ 325 asymbol **symbols, 348 asymbol **symbols, 376 asymbol **symbols) 439 NAME(lynx,swap_ext_reloc_in) (abfd, rptr, cache_ptr, symbols, [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
weakref1u.d | 4 # aout turns undefined into *ABS* symbols.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
branch-misc-2.d | 5 # Test the backward branches to globals symbols in current file.
|
micromips@branch-misc-1.d | 6 # Test the branches to local symbols in current file (microMIPS).
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
movi32-2.d | 4 #name: MOVI expansion of local symbols with relocs, 32-bit ABI.
|
ptext32-noexp-1.d | 4 #name: PT, PTA, PTB non-expansion for external symbols, 32-bit ABI.
|
ptext64-noexp-1.d | 4 #name: PT, PTA, PTB non-expansion for external symbols, 64-bit ABI.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
libdso-15.d | 6 # A DSO that has two versioned symbols, each with a weak alias.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
b-widec3.s | 5 % two symbols collide.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/ |
plugin-10.d | 33 hook called: all symbols read.
|
plugin-11.d | 36 hook called: all symbols read.
|
plugin-6.d | 28 hook called: all symbols read.
|
plugin-7.d | 29 hook called: all symbols read.
|
plugin-8.d | 31 hook called: all symbols read.
|
plugin-9.d | 32 hook called: all symbols read.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
mvk-reloc-global-rel.d | 1 #name: C6X MVK relocations, global symbols, REL
|
mvk-reloc-local-r.d | 1 #name: C6X MVK relocations, local symbols, -r
|
pcrel-reloc-global-rel.d | 1 #name: C6X PC-relative relocations, global symbols, REL
|
pcrel-reloc-global.d | 1 #name: C6X PC-relative relocations, global symbols
|