HomeSort by relevance Sort by last modified time
    Searched refs:nm (Results 251 - 275 of 656) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Object/
coff-archive-short.test 8 RUN: llvm-nm -a --numeric-sort -M %p/Inputs/coff_archive_short.lib | FileCheck -check-prefix=CHECKIDX %s
  /external/mesa3d/src/egl/
egl-symbols-check 3 FUNCS=$(nm -D --defined-only ${1-.libs/libEGL.so} | grep -o "T .*" | cut -c 3- | while read func; do
  /external/syslinux/com32/gpllib/
memory.c 415 struct e820entry nm[E820MAX]; local
418 nr = sanitize_e820_map(e820, nm, e820_nr);
429 if (nm[i].type == E820_RAM || nm[i].type == E820_ACPI) {
432 start = nm[i].addr;
433 end = start + nm[i].size;
447 } else if (nm[i].type == E820_NVS) {
448 memory_size += nm[i].size >> 12;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
decoder_database.h 44 const std::string& nm,
49 name(nm),
  /packages/apps/Calendar/src/com/android/calendar/alerts/
SnoozeAlarmsService.java 65 NotificationManager nm = local
67 nm.cancel(notificationId);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.time/locale.time.get.byname/
get_monthname.pass.cpp 36 explicit my_facet(const std::string& nm, std::size_t refs = 0)
37 : F(nm, refs) {}
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
weakref1l.d 0 #nm: --defined-only
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
defined.exp 39 if ![ld_nm $nm "" tmpdir/def] {
44 send_log "bad output from nm\n"
45 verbose "bad output from nm"
extern.exp 33 if ![ld_nm $nm "" tmpdir/extern] {
sizeof.exp 35 if ![ld_nm $nm "" tmpdir/sizeof] {
46 send_log "bad output from nm\n"
47 verbose "bad output from nm"
  /toolchain/binutils/binutils-2.27/binutils/
configure.com 108 $ ALL_FILES="nm,strings,addr2line,size,objdump,prdbg" +-
126 $ write sys$output "Building nm.exe"
127 $ NM_OBJS="nm.obj" + BULIBS_FILES + BFDLIB + LIBIBERTY
128 $ link/exe=nm 'NM_OBJS
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
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...]
  /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]]
  /prebuilts/go/darwin-x86/src/cmd/nm/
nm.go 18 const helpText = `usage: go tool nm [options] file...
21 for compatibility with other nm commands
77 fmt.Fprintf(os.Stderr, "nm: unknown sort order %q\n", *sortOrder)
88 nm(file)
101 func nm(file string) { func
  /prebuilts/go/linux-x86/src/cmd/nm/
nm.go 18 const helpText = `usage: go tool nm [options] file...
21 for compatibility with other nm commands
77 fmt.Fprintf(os.Stderr, "nm: unknown sort order %q\n", *sortOrder)
88 nm(file)
101 func nm(file string) { func
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
binutils.go 47 nm string
52 // if fast, perform symbolization using nm (symbol names only),
85 // symbolization (using nm), which is much faster than addr2line but
114 b.nm, b.nmFound = findExe("nm", append(paths["nm"], defaultPath...))
264 // Get from nm a list of symbols sorted by address.
265 cmd := exec.Command(f.b.nm, "-n", f.name)
274 // fileNM implements the binutils.ObjFile interface, using 'nm' to map
284 addr2liner, err := newAddr2LinerNM(f.b.nm, f.name, f.base
    [all...]
addr2liner.go 44 // nm holds an NM based addr2Liner which can provide
47 nm *addr2LinerNM
218 // Get better name from nm if possible.
219 if len(stack) > 0 && d.nm != nil {
220 nm, err := d.nm.addrInfo(addr)
221 if err == nil && len(nm) > 0 {
224 // we only switch to the nm-based name if it
226 nmName := nm[len(nm)-1].Fun
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
binutils.go 47 nm string
52 // if fast, perform symbolization using nm (symbol names only),
85 // symbolization (using nm), which is much faster than addr2line but
114 b.nm, b.nmFound = findExe("nm", append(paths["nm"], defaultPath...))
264 // Get from nm a list of symbols sorted by address.
265 cmd := exec.Command(f.b.nm, "-n", f.name)
274 // fileNM implements the binutils.ObjFile interface, using 'nm' to map
284 addr2liner, err := newAddr2LinerNM(f.b.nm, f.name, f.base
    [all...]
addr2liner.go 44 // nm holds an NM based addr2Liner which can provide
47 nm *addr2LinerNM
218 // Get better name from nm if possible.
219 if len(stack) > 0 && d.nm != nil {
220 nm, err := d.nm.addrInfo(addr)
221 if err == nil && len(nm) > 0 {
224 // we only switch to the nm-based name if it
226 nmName := nm[len(nm)-1].Fun
    [all...]
  /development/samples/training/notify-user/src/com/example/android/pingme/
PingService.java 50 NotificationManager nm = (NotificationManager) local
59 nm.cancel(CommonConstants.NOTIFICATION_ID);
65 nm.cancel(CommonConstants.NOTIFICATION_ID);
  /toolchain/binutils/binutils-2.27/binutils/testsuite/lib/
utils-lib.exp 156 # `nm' on the .o file to produce textual output, and then analyze that
194 # names are: ar, elfedit, nm, objcopy, ranlib, strings, and strip.
201 # addr2line, nm, objdump, readelf and size.
203 # nm: FLAGS
240 # to pass. The PROG, objdump, nm and objcopy options have no
250 # PROG, nm, objdump, or objcopy.
254 # is expected to exit unsuccessfully (therefore PROG, objdump, nm,
266 global OBJDUMP NM OBJCOPY READELF STRIP
291 set opts(nm) {}
366 nm { set program nm
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
neg_format.pass.cpp 33 explicit Fnf(const std::string& nm, std::size_t refs = 0)
34 : std::moneypunct_byname<char, false>(nm, refs) {}
41 explicit Fnt(const std::string& nm, std::size_t refs = 0)
42 : std::moneypunct_byname<char, true>(nm, refs) {}
49 explicit Fwf(const std::string& nm, std::size_t refs = 0)
50 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
57 explicit Fwt(const std::string& nm, std::size_t refs = 0)
58 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
pos_format.pass.cpp 33 explicit Fnf(const std::string& nm, std::size_t refs = 0)
34 : std::moneypunct_byname<char, false>(nm, refs) {}
41 explicit Fnt(const std::string& nm, std::size_t refs = 0)
42 : std::moneypunct_byname<char, true>(nm, refs) {}
49 explicit Fwf(const std::string& nm, std::size_t refs = 0)
50 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
57 explicit Fwt(const std::string& nm, std::size_t refs = 0)
58 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/
get_date.pass.cpp 41 explicit my_facet(const std::string& nm, std::size_t refs = 0)
42 : F(nm, refs) {}
get_date_wide.pass.cpp 41 explicit my_facet(const std::string& nm, std::size_t refs = 0)
42 : F(nm, refs) {}

Completed in 373 milliseconds

<<11121314151617181920>>