HomeSort by relevance Sort by last modified time
    Searched refs:nm (Results 1 - 25 of 656) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/tools/
mac-nm 3 # This script is a wrapper for OS X nm(1) tool. nm(1) perform C++ function
15 nm "$@"
17 nm "$@" | c++filt -p -i
mac-tick-processor 6 $tools_path/linux-tick-processor --mac --nm=$tools_path/mac-nm $@
  /external/clang/test/CodeGenCXX/
2004-11-27-FriendDefaultArgCrash.cpp 5 namespace nm { namespace
duplicate-mangled-name.cpp 34 namespace nm { namespace
44 return _ZN2nm3abcE + nm::abc;
66 namespace nm { namespace
71 return _ZN2nm3abcE + nm::abc;
  /external/jemalloc/include/jemalloc/internal/
public_namespace.sh 3 for nm in `cat $1` ; do
4 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
public_unnamespace.sh 3 for nm in `cat $1` ; do
4 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
  /external/toybox/scripts/
findglobals.sh 6 nm toybox_unstripped | grep '[0-9A-Fa-f]* [BCDGRS]' | cut -d ' ' -f 3
  /cts/tools/dasm/src/java_cup/
symbol.java 22 * @param nm the name of the symbol.
25 public symbol(String nm, String tp)
28 if (nm == null) nm = "";
33 _name = nm;
40 * @param nm the name of the symbol.
42 public symbol(String nm)
44 this(nm, null);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
quoted-sym-names.d 0 #nm: --extern-only
struct.d 0 #nm: --extern-only
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
rept.d 0 #nm: --extern-only
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/macros/
test1.d 0 #nm: --extern-only
app1.d 0 #nm: -n
app2.d 0 #nm: -n
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
align.d 0 #nm: -n
  /external/ltp/testcases/commands/nm/
nm01 23 # Tests the basic functionality of the `nm` command.
25 NM=${NM:=nm}
31 TST_NEEDS_CMDS="$NM"
43 EXPECT_PASS $NM -f posix -A "lib.a" \> nm.out
45 if grep -q "lib.a\[f2.o\]\:" nm.out; then
49 cat nm.out
52 EXPECT_PASS $NM -f posix -A "dir/lib.a" \> nm.ou
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/internal/util/
XmlUtils_Delegate.java 36 String nm = charSeq.toString();
44 int len = nm.length();
47 if ('-' == nm.charAt(0)) {
52 if ('0' == nm.charAt(index)) {
57 char c = nm.charAt(index + 1);
67 else if ('#' == nm.charAt(index)) {
72 return ((int)Long.parseLong(nm.substring(index), base)) * sign;
  /external/clang/include/clang/Basic/
OpenCLOptions.h 26 #define OPENCLEXT(nm) unsigned nm : 1;
30 #define OPENCLEXT(nm) nm = 0;
36 #define OPENCLEXT(nm) nm = 1;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
sym-1.d 4 #nm: -n
6 # Test that nm can grok a simple mmo symbol table (or that mmo lets nm
  /external/swiftshader/third_party/LLVM/tools/llvm-nm/
Makefile 1 ##===- tools/llvm-nm/Makefile ------------------------------*- Makefile -*-===##
11 TOOLNAME = llvm-nm
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
localize-hidden-2.d 2 #nm: -n
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
x86-64-dc_a.d 0 #nm: -n
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mri/
comment.d 0 #nm: --extern-only
common.d 0 #nm: --extern-only
equ.d 0 #nm: --extern-only

Completed in 473 milliseconds

1 2 3 4 5 6 7 8 91011>>