Searched refs:NM (Results 1 - 25 of 90) sorted by relevance

1234

/external/bison/djgpp/
H A Dconfig.site76 NM=${NM='nm'}
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dcheck-for-weak-vtables-and-externals60 if (!open NM, "(nm -m '$executablePath' | c++filt | sed 's/^/STDOUT:/') 2>&1 |") {
67 while (<NM>) {
81 close NM;
H A Dcheck-for-exit-time-destructors76 if (!open NM, "(nm '$file' | sed 's/^/STDOUT:/') 2>&1 |") {
85 while (<NM>) {
93 close NM;
H A Dcheck-for-global-initializers76 if (!open NM, "(nm '$file' | sed 's/^/STDOUT:/') 2>&1 |") {
83 while (<NM>) {
94 close NM;
/external/chromium_org/third_party/sqlite/src/
H A Dmkdll.sh19 NM="i386-mingw32msvc-nm"
27 $NM tclsqlite3.o | grep ' T ' >temp1
40 $NM sqlite3.o | grep ' T ' >temp1
H A Dmkextw.sh9 NM="i386-mingw32msvc-nm"
/external/jpeg/
H A Dltconfig98 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
892 case "$NM" in
903 NM="$ac_dir/nm -B"
905 NM="$ac_dir/nm -p"
907 NM="$ac_dir/nm"
913 test -z "$NM" && NM
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dltconfig98 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
892 case "$NM" in
903 NM="$ac_dir/nm -B"
905 NM="$ac_dir/nm -p"
907 NM="$ac_dir/nm"
913 test -z "$NM" && NM
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dconfigure52 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`" = ""; then
/external/zlib/src/
H A Dconfigure52 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`" = ""; then
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xa-vmwgfx/
H A DMakefile57 $(NM) $< | $(GREP) ' T ' | $(AWK) '{print $$3}' > $@
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdflong.asm134 idesc64 isrL, 0x0008, 0 ; 0x07, 7, #NM, Device Not Available
173 dw isrR, 0 ; 0x07, 7, #NM, Device Not Available
H A Dxdfprotect.asm108 idesc32 isrP, 0x0008, 0 ; 0x07, 7, #NM, Device Not Available
146 dw isrR, 0 ; 0x07, 7, #NM, Device Not Available
/external/mesa3d/src/gallium/targets/xa-vmwgfx/
H A DMakefile57 $(NM) $< | $(GREP) ' T ' | $(AWK) '{print $$3}' > $@
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c188 #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)
/external/llvm/utils/
H A DGenLibDeps.pl45 if (defined($ENV{NM})) {
46 chomp($nmPath=$ENV{NM});
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c188 #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)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c221 #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/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c221 #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/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dconfigure.sh444 NM=${NM}
620 NM=${NM:-${CROSS}nm}
900 NM=arm-none-linux-gnueabi-nm
944 NM=${TOOLCHAIN_PATH}nm
981 NM="$(${XCRUN_FIND} nm)"
/external/libvpx/libvpx/build/make/
H A Dconfigure.sh444 NM=${NM}
607 NM=${NM:-${CROSS}nm}
869 NM=arm-none-linux-gnueabi-nm
913 NM=${TOOLCHAIN_PATH}nm
950 NM="$(${XCRUN_FIND} nm)"
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dlibtool.m43182 [if test -n "$NM"; then
3184 lt_cv_path_NM="$NM"
3226 NM="$lt_cv_path_NM"
3232 NM="$DUMPBIN"
3235 test -z "$NM" && NM=nm
3236 AC_SUBST([NM])
3237 _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
3239 AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
3245 (eval echo "\"\$as_me:__oline__: $NM \\\"conftes
[all...]
/external/chromium_org/third_party/mesa/src/bin/
H A Dmklib677 NM="/bin/nm -eC ${X64}"
679 ${NM} ${OBJECTS} | awk '{
/external/llvm/lib/Object/
H A DCOFFYAML.cpp310 MappingNormalization<NMachine, uint16_t> NM(IO, H.Machine);
314 IO.mapRequired("Machine", NM->Machine);
/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp595 NoMemInstr NM; local
600 if (!searchRange(MBB, std::next(Slot), MBB.end(), RegDU, NM, Filler))

Completed in 3097 milliseconds

1234