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

1 2 3 4 5 6 7

  /build/make/core/
filter_symbols.sh 0 NM=$1
15 $NM -g -fp $1 | while read -a line
  /external/ltp/testcases/commands/nm/
nm01 23 # Tests the basic functionality of the `nm` command.
25 NM=${NM:=nm}
31 TST_NEEDS_CMDS="$NM"
43 EXPECT_PASS $NM -f posix -A "lib.a" \> nm.out
45 if grep -q "lib.a\[f2.o\]\:" nm.out; then
49 cat nm.out
52 EXPECT_PASS $NM -f posix -A "dir/lib.a" \> nm.ou
    [all...]
  /external/python/cpython2/Modules/
makexp_aix 51 # Extract the symbol list using 'nm' which produces quite
55 # 1. Use /usr/ccs/bin/nm. Relevant to AIX 3.2.5 which has
56 # another version under /usr/ucb/bin/nm.
59 # flag is missing in the AIX 3.2.5 online usage help of 'nm'.
74 # Use -X32_64 if it appears to be implemented in this version of 'nm'.
75 NM=/usr/ccs/bin/nm
77 $NM -e $xopt $1 >/dev/null 2>&1 || xopt=""
79 $NM -Bex $xopt $inputFiles \
  /external/python/cpython3/Modules/
makexp_aix 51 # Extract the symbol list using 'nm' which produces quite
55 # 1. Use /usr/ccs/bin/nm. Relevant to AIX 3.2.5 which has
56 # another version under /usr/ucb/bin/nm.
59 # flag is missing in the AIX 3.2.5 online usage help of 'nm'.
74 # Use -X32_64 if it appears to be implemented in this version of 'nm'.
75 NM=/usr/ccs/bin/nm
77 $NM -e $xopt $1 >/dev/null 2>&1 || xopt=""
79 $NM -Bex $xopt $inputFiles \
  /build/make/core/combo/
HOST_CROSS_windows-x86.mk 22 $(hide) $($(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)NM) -g -f p $(1) | cut -f1-2 -d" " >> $(2)
HOST_CROSS_windows-x86_64.mk 22 $(hide) $($(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)NM) -g -f p $(1) | cut -f1-2 -d" " >> $(2)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/cfi/
ilp32.exp 21 global NM
24 set status [gas_host_run "$NM $NMFLAGS --help" ""]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/elf/
ilp32.exp 21 global NM
24 set status [gas_host_run "$NM $NMFLAGS --help" ""]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
ilp32.exp 21 global NM
24 set status [gas_host_run "$NM $NMFLAGS --help" ""]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/lns/
ilp32.exp 21 global NM
24 set status [gas_host_run "$NM $NMFLAGS --help" ""]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi.exp 22 global NM
25 set status [gas_host_run "$NM $NMFLAGS --help" ""]
30 global NM
33 set status [gas_host_run "$NM $NMFLAGS --help" ""]
106 global NM
109 set nm_status [gas_host_run "$NM $NMFLAGS --help" ""]
  /toolchain/binutils/binutils-2.27/gas/testsuite/config/
default.exp 39 if ![info exists NM] then {
40 set NM [findfile $base_dir/../../binutils/nm-new \
41 $base_dir/../../binutils/nm-new \
42 [transform nm]]
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
dlltool.exp 90 set got [binutils_run $NM "tmpdir/libalias.a"]
124 set got [binutils_run $NM "tmpdir/libalias2.a"]
171 set got [binutils_run $NM "tmpdir/libalias_nu.a"]
201 set got [binutils_run $NM "tmpdir/libalias_nu2.a"]
243 set got [binutils_run $NM "tmpdir/libalias_u.a"]
281 set got [binutils_run $NM "tmpdir/libalias_u2.a"]
nm.exp 24 if {[which $NM] == 0} then {
25 perror "$NM does not exist"
30 send_user "Version [binutil_version $NM]"
43 # Test nm with no arguments.
46 # stores most symbols twice, which messes up the nm output.
55 set got [binutils_run $NM "$NMFLAGS $tempfile"]
75 fail "nm (no arguments)"
77 pass "nm (no arguments)"
80 # Test nm -g
82 set got [binutils_run $NM "$NMFLAGS -g $tempfile"
    [all...]
ar.exp 189 global NM
217 set got [binutils_run $NM "--print-armap $archive"]
236 global NM
274 set got [binutils_run $NM "--print-armap $archive"]
293 global NM
348 set got [binutils_run $NM "--print-armap $archive"]
402 global NM
444 global NM
471 set got [binutils_run $NM "--print-armap $archive"]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
nm2def.py 5 Windows definition files from them. Depends on nm(1). Tested
6 on Linux and Solaris only (-p option to nm is for Solaris only).
10 Additional notes: the output of nm is supposed to look like this:
33 Even if this isn't the default output of your nm, there is generally an
41 NM = 'nm -p -g %s' # For Linux, use "nm -g %s"
45 lines = os.popen(NM % lib).readlines()
  /external/elfutils/tests/
run-arsymtest.sh 30 # Generate list using `nm' we check against.
31 ${NM} -s $lib |
  /external/python/cpython2/Tools/scripts/
nm2def.py 5 Windows definition files from them. Depends on nm(1). Tested
6 on Linux and Solaris only (-p option to nm is for Solaris only).
10 Additional notes: the output of nm is supposed to look like this:
33 Even if this isn't the default output of your nm, there is generally an
41 NM = 'nm -p -g %s' # For Linux, use "nm -g %s"
45 lines = os.popen(NM % lib).readlines()
  /external/python/cpython3/Tools/scripts/
nm2def.py 5 Windows definition files from them. Depends on nm(1). Tested
6 on Linux and Solaris only (-p option to nm is for Solaris only).
10 Additional notes: the output of nm is supposed to look like this:
33 Even if this isn't the default output of your nm, there is generally an
41 NM = 'nm -p -g %s' # For Linux, use "nm -g %s"
45 lines = os.popen(NM % lib).readlines()
  /external/ltp/testscripts/build/
build_test_function.sh 195 export NM="$NM"
198 for i in AR ARFLAGS CC CFLAGS CXX CXXFLAGS LD LDFLAGS NM; do
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
sparc.exp 27 global NM
30 set status [gas_host_run "$NM $NMFLAGS --help" ""]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
dwarf.exp 70 global NM
81 send_log "$NM -D tmpdir/$test > tmpdir/$test.exp\n"
82 catch "exec $NM -D tmpdir/$test > tmpdir/$test.exp" got
97 send_log "$NM -D tmpdir/$test > tmpdir/$test.out\n"
98 catch "exec $NM -D tmpdir/$test > tmpdir/$test.out" got
  /toolchain/binutils/binutils-2.27/binutils/testsuite/config/
default.exp 24 if ![info exists NM] then {
25 set NM [findfile $base_dir/nm-new $base_dir/nm-new [transform nm]]
  /frameworks/base/core/java/android/os/
PatternMatcher.java 191 final int NM = match.length();
194 while ((ip<NP) && (im<NM)) {
224 } while (im < NM);
225 if (im == NM) {
240 } while (im < NM);
250 if (ip >= NP && im >= NM) {
  /external/syslinux/mk/
syslinux.mk 61 NM = nm

Completed in 639 milliseconds

1 2 3 4 5 6 7