HomeSort by relevance Sort by last modified time
    Searched refs:symbols (Results 76 - 100 of 1460) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
local_function.d 2 #name: Relocations agains local function symbols
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-v10_32o-1.d 9 private flags = 5: \[symbols have a _ prefix\] \[v10 and v32\]
rd-v32o-1.d 9 private flags = 3: \[symbols have a _ prefix\] \[v32\]
rd-dtpoffd1.s 2 ; module-local) and local symbols with offsets.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
struct.d 5 # The #... is there to match extra symbols inserted by
symtab.d 2 # The HPPA does not output non-global absolute symbols.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/symver/
symver0.d 4 # The #... and #pass are there to match extra symbols inserted by
symver1.d 4 # The #... and #pass are there to match extra symbols inserted by
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
expdyn2.d 8 # symbols, but since got reference counter wasn't reset, there was a SEGV
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
extract-symbol-1sym.d 1 #name: --extract-symbol test 1 (symbols)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/
fdpic-shared-8-fail.d 1 #name: FRV uClinux PIC relocs to (mostly) global symbols with addends, failing shared linking
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
shared-1.d 8 # Make sure relocations against global and local symbols with relative and
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
weak-data.d 1 #name: C6X ABS relocs to undefined weak symbols
  /bionic/libc/tools/
check-symbols-glibc.py 23 import symbols
42 files = glob.glob('%s/ndk/build/tools/unwanted-symbols/%s/*' %
56 glibc = symbols.GetFromSystemSo([
65 bionic = symbols.GetFromAndroidSo(['libc.so', 'libm.so'])
67 posix = symbols.GetFromTxt(os.path.join(this_dir, 'posix-2013.txt'))
72 # bionic includes various BSD symbols to ease porting other BSD-licensed code.
93 # Some symbols are part of the FORTIFY implementation.
114 # Some symbols are used to implement public macros.
  /frameworks/base/core/res/
Android.mk 26 LOCAL_AAPT_FLAGS += --private-symbols com.android.internal
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
basep-10.s 1 # Test that we handle weak symbols with base-plus-offset relocs mixed with
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
crange-2i.s 2 ! no symbols, we will have a symbol of the "wrong kind" before the
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
PickerConstant.java 41 DateFormatSymbols symbols = DateFormatSymbols.getInstance(locale); local
42 months = symbols.getShortMonths();
49 ampm = symbols.getAmPmStrings();
  /system/extras/simpleperf/
read_apk_test.cpp 60 std::map<std::string, ElfFileSymbol> symbols; local
62 std::bind(ParseSymbol, std::placeholders::_1, &symbols)));
63 CheckElfFileSymbols(symbols);
  /external/bison/src/
conflicts.c 81 symbols[token]->tag);
90 symbols[token]->tag);
98 symbols[token]->tag);
109 symbols[token]->tag);
115 symbols[token]->tag,
122 symbols[token]->tag);
128 symbols[token]->tag);
134 symbols[token]->tag);
153 xml_escape (symbols[token]->tag));
162 xml_escape (symbols[token]->tag))
    [all...]
  /external/webrtc/webrtc/base/
checks.cc 55 // to get usable symbols on Linux. This is copied from V8. Chromium has a more
61 char** symbols = backtrace_symbols(trace, size); local
65 } else if (symbols == NULL) {
66 PrintError("(no symbols)\n");
70 if (sscanf(symbols[i], "%*[^(]%*[(]%200[^)+]", mangled) == 1) { // NOLINT
79 PrintError("%s\n", symbols[i]);
83 free(symbols);
  /external/fec/
vtest615.c 47 unsigned char symbols[8*6*(MAXBYTES+14)]; local
122 symbols[6*i+0] = addnoise(parity(sr & V615POLYA),gain,Gain,OFFSET,CLIP);
123 symbols[6*i+1] = addnoise(parity(sr & V615POLYB),gain,Gain,OFFSET,CLIP);
124 symbols[6*i+2] = addnoise(parity(sr & V615POLYC),gain,Gain,OFFSET,CLIP);
125 symbols[6*i+3] = addnoise(parity(sr & V615POLYD),gain,Gain,OFFSET,CLIP);
126 symbols[6*i+4] = addnoise(parity(sr & V615POLYE),gain,Gain,OFFSET,CLIP);
127 symbols[6*i+5] = addnoise(parity(sr & V615POLYF),gain,Gain,OFFSET,CLIP);
134 update_viterbi615_blk(vp,symbols,framebits+14);
171 memset(symbols,127,sizeof(symbols));
    [all...]
vtest27.c 45 unsigned char symbols[8*2*(MAXBYTES+6)]; local
120 symbols[2*i+0] = addnoise(parity(sr & V27POLYA),gain,Gain,127.5,255);
121 symbols[2*i+1] = addnoise(parity(sr & V27POLYB),gain,Gain,127.5,255);
128 update_viterbi27_blk(vp,symbols,framebits+6);
164 memset(symbols,127,sizeof(symbols));
172 update_viterbi27_blk(vp,symbols,framebits);
vtest29.c 45 unsigned char symbols[8*2*(MAXBYTES+8)]; local
120 symbols[2*i+0] = addnoise(parity(sr & V29POLYA),gain,Gain,127.5,255);
121 symbols[2*i+1] = addnoise(parity(sr & V29POLYB),gain,Gain,127.5,255);
128 update_viterbi29_blk(vp,symbols,framebits+8);
163 memset(symbols,127,sizeof(symbols));
171 update_viterbi29_blk(vp,symbols,framebits);
  /external/dbus/test/
unused-code-gc.py 8 ## hash from symbol name to list of symbols with that name,
9 ## where the list of symbols contains a list representing each symbol
10 symbols = {} variable
18 if symbols.has_key(r):
19 targets = symbols[r]
25 if not symbols.has_key(name):
27 syms = symbols[name]
58 for (name, syms) in symbols.items():
60 if not s[4] and name[0] != '.': ## skip .L129 type symbols
76 print "%s has these symbols not reachable from exported symbols:" % next_filenam
    [all...]

Completed in 1520 milliseconds

1 2 34 5 6 7 8 91011>>