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

1 2 3 4

  /build/core/
filter_symbols.sh 0 NM=$1
15 $NM -g -fp $1 | while read -a line
  /external/bison/djgpp/
config.site 76 NM=${NM='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/compiler-rt/lib/tsan/
gen_dynamic_list.sh 45 NM=`nm rtl/libtsan.a`
48 if [[ $NM =~ " $i" ]]; then
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-inappropriate-objc-class-names 63 if (!open NM, "(nm -Ugjp '$executablePath' | sed 's/^/STDOUT:/') 2>&1 |") {
69 while (<NM>) {
76 print STDERR if $_ ne "nm: no name list\n";
79 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 |") {
85 while (<NM>) {
90 print STDERR if $_ ne "nm: no name list\n";
93 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;
  /external/chromium_org/third_party/sqlite/src/
mkdll.sh 19 NM="i386-mingw32msvc-nm"
27 $NM tclsqlite3.o | grep ' T ' >temp1
40 $NM sqlite3.o | grep ' T ' >temp1
mkextw.sh 9 NM="i386-mingw32msvc-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/zlib/src/
configure 51 if "${CROSS_PREFIX}nm" --version >/dev/null 2>/dev/null || test $? -lt 126; then
52 NM=${NM-"${CROSS_PREFIX}nm"}
53 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
55 NM=${NM-"nm"}
414 show "$NM $test.o | grep _hello"
415 if test "`$NM $test.o | grep _hello | tee -a configure.log`" = ""; the
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xa-vmwgfx/
Makefile 57 $(NM) $< | $(GREP) ' T ' | $(AWK) '{print $$3}' > $@
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 134 idesc64 isrL, 0x0008, 0 ; 0x07, 7, #NM, Device Not Available
173 dw isrR, 0 ; 0x07, 7, #NM, Device Not Available
xdfprotect.asm 108 idesc32 isrP, 0x0008, 0 ; 0x07, 7, #NM, Device Not Available
146 dw isrR, 0 ; 0x07, 7, #NM, Device Not Available
  /external/grub/stage2/
iso9660.h 176 struct NM {
179 } nm; member in union:rock_ridge::__anon20254
  /external/mesa3d/src/gallium/targets/xa-vmwgfx/
Makefile 57 $(NM) $< | $(GREP) ' T ' | $(AWK) '{print $$3}' > $@
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state_init.c 188 #define CHECK( NM, FLAG, ADD ) \
189 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
194 #define TCL_CHECK( NM, FLAG, ADD ) \
195 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
514 #define ALLOC_STATE_IDX( ATOM, CHK, SZ, NM, FLAG, IDX ) \
519 rmesa->hw.ATOM.name = NM; \
527 #define ALLOC_STATE( ATOM, CHK, SZ, NM, FLAG ) \
528 ALLOC_STATE_IDX(ATOM, CHK, SZ, NM, FLAG, 0)
    [all...]
  /external/llvm/lib/Object/
COFFYAML.cpp 242 MappingNormalization<NMachine, uint16_t> NM(IO, H.Machine);
246 IO.mapRequired("Machine", NM->Machine);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c 188 #define CHECK( NM, FLAG, ADD ) \
189 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
194 #define TCL_CHECK( NM, FLAG, ADD ) \
195 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
514 #define ALLOC_STATE_IDX( ATOM, CHK, SZ, NM, FLAG, IDX ) \
519 rmesa->hw.ATOM.name = NM; \
527 #define ALLOC_STATE( ATOM, CHK, SZ, NM, FLAG ) \
528 ALLOC_STATE_IDX(ATOM, CHK, SZ, NM, FLAG, 0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state_init.c 221 #define CHECK( NM, FLAG, ADD ) \
222 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom) \
229 #define TCL_CHECK( NM, FLAG, ADD ) \
230 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom) \
236 #define TCL_OR_VP_CHECK( NM, FLAG, ADD ) \
237 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
243 #define VP_CHECK( NM, FLAG, ADD ) \
244 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
627 #define ALLOC_STATE( ATOM, CHK, SZ, NM, IDX ) \
632 rmesa->hw.ATOM.name = NM; \
    [all...]
  /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/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 221 #define CHECK( NM, FLAG, ADD ) \
222 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom) \
229 #define TCL_CHECK( NM, FLAG, ADD ) \
230 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom) \
236 #define TCL_OR_VP_CHECK( NM, FLAG, ADD ) \
237 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
243 #define VP_CHECK( NM, FLAG, ADD ) \
244 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
627 #define ALLOC_STATE( ATOM, CHK, SZ, NM, IDX ) \
632 rmesa->hw.ATOM.name = NM; \
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 430 NM=${NM}
593 NM=${NM:-${CROSS}nm}
855 NM=arm-none-linux-gnueabi-nm
899 NM=${TOOLCHAIN_PATH}nm
941 NM=${TOOLCHAIN_PATH}/n
    [all...]

Completed in 2424 milliseconds

1 2 3 4