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

1 2 3

  /build/core/
filter_symbols.sh 0 NM=$1
15 $NM -g -fp $1 | while read -a line
  /external/bison/djgpp/
config.site 74 NM=${NM='nm'}
  /external/webkit/Tools/Scripts/
detect-mismatched-virtual-const 71 if (!open NM, "(nm '$file' | c++filt | sed 's/^/STDOUT:/') 2>&1 |") {
103 while (<NM>) {
129 close NM;
check-for-weak-vtables-and-externals 60 if (!open NM, "(nm -m '$executablePath' | c++filt | sed 's/^/STDOUT:/') 2>&1 |") {
67 while (<NM>) {
78 print STDERR if $_ ne "nm: no name list\n";
81 close NM;
check-for-exit-time-destructors 76 if (!open NM, "(nm '$file' | sed 's/^/STDOUT:/') 2>&1 |") {
82 while (<NM>) {
86 print STDERR if $_ ne "nm: no name list\n";
89 close NM;
check-for-global-initializers 76 if (!open NM, "(nm '$file' | sed 's/^/STDOUT:/') 2>&1 |") {
83 while (<NM>) {
91 print STDERR if $_ ne "nm: no name list\n";
94 close NM;
  /frameworks/base/core/java/android/os/
PatternMatcher.java 123 final int NM = match.length();
126 while ((ip<NP) && (im<NM)) {
156 } while (im < NM);
157 if (im == NM) {
172 } while (im < NM);
182 if (ip >= NP && im >= NM) {
  /external/webkit/Tools/Scripts/webkitperl/
features.pm 56 open NM, "-|", "nm", $path or die;
57 while (<NM>) {
60 close NM;
  /external/jpeg/
ltconfig 98 old_NM="$NM"
735 archive_cmds='$NM$libobjs | $global_symbol_pipe | sed '\''s/.* //'\'' > $lib.exp;$LD -o $objdir/$soname$libobjs -bE:$lib.exp -T512 -H512 -bM:SRE;$AR cru $lib $objdir/$soname'
748 archive_cmds='$NM$libobjs | $global_symbol_pipe | sed '\''s/.* //'\'' > $lib.exp;$CC -o $objdir/$soname$libobjs ${wl}-bE:$lib.exp ${wl}-bM:SRE ${wl}-bnoentry;$AR cru $lib $objdir/$soname'
890 if test -z "$NM"; then
891 echo $ac_n "checking for BSD-compatible nm... $ac_c" 1>&6
892 case "$NM" in
898 if test -f $ac_dir/nm; then
899 # Check to see if the nm accepts a BSD-compat flag.
901 # nm: unknown option "B" ignored
902 if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; the
    [all...]
  /external/qemu/distrib/jpeg-6b/
ltconfig 98 old_NM="$NM"
735 archive_cmds='$NM$libobjs | $global_symbol_pipe | sed '\''s/.* //'\'' > $lib.exp;$LD -o $objdir/$soname$libobjs -bE:$lib.exp -T512 -H512 -bM:SRE;$AR cru $lib $objdir/$soname'
748 archive_cmds='$NM$libobjs | $global_symbol_pipe | sed '\''s/.* //'\'' > $lib.exp;$CC -o $objdir/$soname$libobjs ${wl}-bE:$lib.exp ${wl}-bM:SRE ${wl}-bnoentry;$AR cru $lib $objdir/$soname'
890 if test -z "$NM"; then
891 echo $ac_n "checking for BSD-compatible nm... $ac_c" 1>&6
892 case "$NM" in
898 if test -f $ac_dir/nm; then
899 # Check to see if the nm accepts a BSD-compat flag.
901 # nm: unknown option "B" ignored
902 if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; the
    [all...]
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 707 NM = 37, // NM New Mexico
820 NM, NM, NM, NM, NM, NM, XX, NM, NM, NM, // 870-87
    [all...]
  /external/zlib/
configure 44 if "${CROSS_PREFIX}nm" --version >/dev/null 2>/dev/null || test $? -lt 126; then
45 NM=${NM-"${CROSS_PREFIX}nm"}
46 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
48 NM=${NM-"nm"}
329 show "$NM $test.o | grep _hello"
330 if test "`$NM $test.o | grep _hello | tee -a configure.log`" = ""; the
    [all...]
  /external/grub/stage2/
iso9660.h 176 struct NM {
179 } nm; member in union:rock_ridge::__anon6592
fsys_iso9660.c 231 name = rr_ptr.rr->u.nm.name;
232 name_len = rr_ptr.rr->len - (4+sizeof(struct NM));
  /external/libvpx/build/make/
configure.sh 384 NM=${NM}
517 NM=${NM:-${CROSS}nm}
685 NM=arm-none-linux-gnueabi-nm
721 NM=${TOOLCHAIN_PATH}/nm
Makefile 138 # when given --strip-unneeded. Use nm and awk to identify globals and
143 `$(NM) $< | grep ' [A-TV-Z] ' | awk '{print "-K"$$3'}`\
  /external/libffi/
ltconfig 254 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | sed '\''s/.* //'\'' | sort | uniq > $export_symbols'
282 old_NM="$NM"
649 test -z "$NM" && NM=nm
1013 # If we're using GNU nm, then we don't want the "-C" option.
1014 # -C means demangle to AIX nm, but means don't demangle with GNU nm
1015 if $NM -V 2>&1 | egrep '(GNU)' > /dev/null; then
1016 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (subs (…)
    [all...]
  /external/llvm/utils/
GenLibDeps.pl 45 if (defined($ENV{NM})) {
46 chomp($nmPath=$ENV{NM});
50 chomp($nmPath=`which nm`);
51 die "Can't find 'nm'" if (! -x "$nmPath");
126 close DEFS or die "nm failed";
162 close UDEFS or die "nm failed"
175 close DEFS or die "nm failed";
189 close DEFS or die "nm failed";
228 close UNDEFS or die "nm failed";
253 close UNDEFS or die "nm failed"
    [all...]
  /frameworks/base/core/java/android/preference/
PreferenceActivity.java     [all...]
  /external/llvm/autoconf/m4/
ltdl.m4 354 ac_nlist=conftest.nm
355 if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
  /external/llvm/projects/sample/autoconf/m4/
ltdl.m4 354 ac_nlist=conftest.nm
355 if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
  /external/openfst/
configure 782 NM
    [all...]
  /external/libpng/
configure 771 NM
    [all...]
  /external/libusb/
configure 772 NM
    [all...]
  /external/libusb-compat/
configure 810 NM
    [all...]

Completed in 260 milliseconds

1 2 3