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

1 2

  /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/WebKitTools/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 75 if (!open NM, "(nm '$file' | sed 's/^/STDOUT:/') 2>&1 |") {
81 while (<NM>) {
85 print STDERR if $_ ne "nm: no name list\n";
88 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/WebKitTools/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...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/linux/
Makefile 54 NM := $(CROSS_COMPILE)nm
  /hardware/broadcom/wlan/bcm4329/src/dhd/linux/
Makefile 66 NM := $(CROSS_COMPILE)nm
  /external/zlib/
configure 41 if "${CROSS_PREFIX}nm" --version >/dev/null 2>/dev/null || test $? -lt 126; then
42 NM=${NM-"${CROSS_PREFIX}nm"}
43 test -n "${CROSS_PREFIX}" && echo Using ${NM}
45 NM=${NM-"nm"}
538 if test "`$NM $test.o | grep _hello`" = ""; then
  /external/grub/stage2/
iso9660.h 176 struct NM {
179 } nm; member in union:rock_ridge::__anon3648
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 383 NM=${NM}
513 NM=${NM:-${CROSS}nm}
667 NM=arm-none-linux-gnueabi-nm
695 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'}`\
  /hardware/broadcom/wlan/bcm4329/src/
Makerules 309 NM := $(WIND_BIN)/$(NM)
406 NM = bcmnm
  /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...]
configure     [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/Tools/
eclair.mk 46 NM:=$(CCTPRE)nm
  /external/libpng/
configure 771 NM
    [all...]
  /external/protobuf/
configure 873 NM
    [all...]
  /external/protobuf/gtest/
configure 864 NM
    [all...]
  /external/chromium/sdch/open-vcdiff/
configure     [all...]
  /external/expat/
configure     [all...]

Completed in 165 milliseconds

1 2