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

1234

/external/ltp/testcases/commands/ade/nm/
H A Dnm0135 NM=${NM:=nm}
61 echo "-------System test for $NM command------"
74 $NM -f posix -A $TCtmp/lib.a | grep "$TCtmp/lib.a\[nmfile2.obj\]\:" 2>&1 1>/dev/null
77 $NM -f posix -A $TCtmp/a/b/c/d/lib.a | grep "$TCtmp/a/b/c/d/lib.a\[nmfile2.obj\]\:" 2>&1 1>/dev/null
95 COUNT=`$NM -f posix -g $TCtmp/nmfile1 | awk '{print $2 }' | grep "[a,b,d,f,t]" | wc -l` 2>&1 1>/dev/null
109 $NM -f posix -t o $TCtmp/nmfile1 | awk '{print $3}' | grep "[8-9]" >/dev/null 2>&1
124 $NM -f sysv $TCtmp/nmfile1 | grep Name > /dev/null 2>&1
139 $NM -f bsd $TCtmp/nmfile1 | grep printf | awk '{print $2}' > $TCtmp/nm.diff1
140 $NM
[all...]
/external/bison/djgpp/
H A Dconfig.site76 NM=${NM='nm'}
/external/elfutils/tests/
H A Drun-arsymtest.sh31 ${NM} -s $lib |
H A DMakefile.am339 NM=$(NM); export NM;
353 NM=$(NM); export NM;
/external/ltp/testscripts/build/
H A Dbuild_test_function.sh195 export NM="$NM"
198 for i in AR ARFLAGS CC CFLAGS CXX CXXFLAGS LD LDFLAGS NM; do
/external/syslinux/mk/
H A Dsyslinux.mk61 NM = nm macro
/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/mesa3d/src/gallium/targets/xa-vmwgfx/
H A DMakefile57 $(NM) $< | $(GREP) ' T ' | $(AWK) '{print $$3}' > $@
/external/syslinux/gpxe/src/
H A DMakefile32 NM := $(CROSS_COMPILE)nm macro
/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/swiftshader/third_party/LLVM/utils/
H A DGenLibDeps.pl45 if (defined($ENV{NM})) {
46 chomp($nmPath=$ENV{NM});
/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/libvpx/libvpx/build/make/
H A Dconfigure.sh455 NM=${NM}
637 NM=${NM:-${CROSS}nm}
967 NM=arm-none-linux-gnueabi-nm
1012 NM=${TOOLCHAIN_PATH}nm
1055 NM="$(${XCRUN_FIND} nm)"
/external/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp107 void processGepInst(GetElementPtrInst *GepI, ValueToNodeMap &NM);
323 ValueToNodeMap &NM) {
327 ValueToNodeMap::iterator F = NM.find(PtrOp);
328 if (F == NM.end()) {
384 NM.insert(std::make_pair(GepI, PN));
396 ValueToNodeMap NM; local
404 processGepInst(GepI, NM);
322 processGepInst(GetElementPtrInst *GepI, ValueToNodeMap &NM) argument
H A DBitTracker.cpp1010 BitMask NM = ME.mask(NewRR.Reg, NewRR.Sub);
1012 uint16_t NMB = NM.first(), NME = NM.last();
/external/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp415 MappingNormalization<NMachine, uint16_t> NM(IO, H.Machine);
419 IO.mapRequired("Machine", NM->Machine);
/external/mesa3d/bin/
H A Dmklib677 NM="/bin/nm -eC ${X64}"
679 ${NM} ${OBJECTS} | awk '{
/external/libvorbis/
H A Dconfigure879 NM
4850 if test -n "$NM"; then
4852 lt_cv_path_NM="$NM"
4897 NM="$lt_cv_path_NM"
5006 NM="$DUMPBIN"
5009 test -z "$NM" && NM=nm
5016 { echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
5017 echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6; }
5026 (eval echo "\"\$as_me:5026: $NM \\\"conftes
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp734 NoMemInstr NM; local
739 if (!searchRange(MBB, std::next(Slot), MBB.end(), RegDU, NM, Slot, Filler))
/external/swiftshader/third_party/LLVM/autoconf/m4/
H A Dltdl.m4355 if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
/external/libcap-ng/libcap-ng-0.7/
H A Dconfigure647 NM
4315 if test -n "$NM"; then
4317 lt_cv_path_NM="$NM"
4362 NM="$lt_cv_path_NM"
4479 NM="$DUMPBIN"
4482 test -z "$NM" && NM=nm
4489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4490 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4499 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftes
[all...]
/external/libedit/
H A Dconfigure661 NM
4887 if test -n "$NM"; then
4889 lt_cv_path_NM="$NM"
4934 NM="$lt_cv_path_NM"
5051 NM="$DUMPBIN"
5054 test -z "$NM" && NM=nm
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5062 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5071 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftes
[all...]
/external/libexif/
H A Dconfigure663 NM
4475 if test -n "$NM"; then
4477 lt_cv_path_NM="$NM"
4522 NM="$lt_cv_path_NM"
4639 NM="$DUMPBIN"
4642 test -z "$NM" && NM=nm
4649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4650 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4659 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftes
[all...]
/external/libnetfilter_conntrack/
H A Dconfigure653 NM
5510 if test -n "$NM"; then
5512 lt_cv_path_NM="$NM"
5557 NM="$lt_cv_path_NM"
5674 NM="$DUMPBIN"
5677 test -z "$NM" && NM=nm
5684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5685 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5694 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftes
[all...]

Completed in 703 milliseconds

1234