Home
last modified time | relevance | path

Searched refs:nm (Results 1 – 25 of 910) sorted by relevance

12345678910>>...37

/external/ltp/testcases/commands/nm/
Dnm0125 NM=${NM:=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.out
54 if grep -q "dir/lib.a\[f2.o\]\:" nm.out; then
58 cat nm.out
64 EXPECT_PASS $NM -f posix -g $TST_DATAROOT/f1 \> nm.out
66 if grep -q "\w [a,b,d,f,t]" nm.out; then
68 cat nm.out
[all …]
/external/perf_data_converter/src/quipper/testdata/
Dperf.data.intel_pt-4.14.serialized.out.pb_text1425nm\263\177\000\000\000\000\000\000\000\000\000m@\023\000\272\377\377\000\000\014\000\000\000\000\0…
Dperf.data.intel_pt-4.14.pr.out.pb_text2761nm\263\177\000\000\000\000\000\000\000\000\000m@\023\000\272\377\377\000\000\014\000\000\000\000\0…
Dperf.data.intel_pt-4.14.ser.comm.out.pb_text2761nm\263\177\000\000\000\000\000\000\000\000\000m@\023\000\272\377\377\000\000\014\000\000\000\000\0…
Dperf.data.intel_pt-4.14.io.out.pb_text2761nm\263\177\000\000\000\000\000\000\000\000\000m@\023\000\272\377\377\000\000\014\000\000\000\000\0…
Dperf.data.intel_pt-4.14.parse.out.pb_text2761nm\263\177\000\000\000\000\000\000\000\000\000m@\023\000\272\377\377\000\000\014\000\000\000\000\0…
Dperf.data.intel_pt-4.14.parse.remap.out.pb_text2761nm\263\177\000\000\000\000\000\000\000\000\000m@\023\000\272\377\377\000\000\014\000\000\000\000\0…
Dperf.data.intel_pt-4.14.pb_text2761nm\263\177\000\000\000\000\000\000\000\000\000m@\023\000\272\377\377\000\000\014\000\000\000\000\0…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dnm-trivial-object.test1 RUN: yaml2obj %p/Inputs/COFF/i386.yaml | llvm-nm -a -S - \
3 RUN: yaml2obj %p/Inputs/COFF/x86-64.yaml | llvm-nm -a -S - \
5 RUN: llvm-nm %p/Inputs/trivial-object-test.wasm \
7 RUN: llvm-nm %p/Inputs/trivial-object-test.elf-i386 \
9 RUN: llvm-nm %p/Inputs/trivial-object-test.elf-i386 -S \
11 RUN: llvm-nm -o %p/Inputs/trivial-object-test.elf-i386 \
13 RUN: llvm-nm -u %p/Inputs/trivial-object-test.elf-i386 \
15 RUN: llvm-nm %p/Inputs/trivial-object-test.elf-x86-64 \
17 RUN: llvm-nm %p/Inputs/weak.elf-x86-64 \
19 RUN: llvm-nm %p/Inputs/absolute.elf-x86-64 \
[all …]
/external/llvm/test/Object/
Dnm-trivial-object.test1 RUN: yaml2obj %p/Inputs/COFF/i386.yaml | llvm-nm -a -S - \
3 RUN: yaml2obj %p/Inputs/COFF/x86-64.yaml | llvm-nm -a -S - \
5 RUN: llvm-nm %p/Inputs/trivial-object-test.elf-i386 \
7 RUN: llvm-nm %p/Inputs/trivial-object-test.elf-i386 -S \
9 RUN: llvm-nm -o %p/Inputs/trivial-object-test.elf-i386 \
11 RUN: llvm-nm -u %p/Inputs/trivial-object-test.elf-i386 \
13 RUN: llvm-nm %p/Inputs/trivial-object-test.elf-x86-64 \
15 RUN: llvm-nm %p/Inputs/weak.elf-x86-64 \
17 RUN: llvm-nm %p/Inputs/absolute.elf-x86-64 \
19 RUN: llvm-nm %p/Inputs/trivial-object-test.macho-i386 \
[all …]
Dnm-archive.test1 RUN: llvm-nm -a %p/Inputs/archive-test.a-coff-i386 \
12 RUN: llvm-nm -a -o %p/Inputs/archive-test.a-coff-i386 \
25 RUN: llvm-nm %t2 | FileCheck %s -check-prefix BITCODE
29 RUN: llvm-nm %t2 | FileCheck %s -check-prefix BITCODE
34 RUN: llvm-nm %t2 | FileCheck %s -check-prefix BITCODE
43 RUN: llvm-nm %p/Inputs/archive-test.a-gnu-no-symtab
47 RUN: llvm-nm %p/Inputs/archive-test.a-gnu-minimal
51 RUN: llvm-nm -M %p/Inputs/archive-test.a-gnu-minimal
54 RUN: llvm-nm %p/Inputs/archive-test.a-empty
60 RUN: not llvm-nm %p/Inputs/corrupt-archive.a 2>&1 | FileCheck %s -check-prefix CORRUPT
[all …]
/external/boringssl/src/crypto/pem/
Dpem_pkey.c75 char *nm = NULL; in PEM_read_bio_PrivateKey() local
81 if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_EVP_PKEY, bp, cb, u)) in PEM_read_bio_PrivateKey()
85 if (strcmp(nm, PEM_STRING_PKCS8INF) == 0) { in PEM_read_bio_PrivateKey()
97 } else if (strcmp(nm, PEM_STRING_PKCS8) == 0) { in PEM_read_bio_PrivateKey()
127 } else if (strcmp(nm, PEM_STRING_RSA) == 0) { in PEM_read_bio_PrivateKey()
132 } else if (strcmp(nm, PEM_STRING_EC) == 0) { in PEM_read_bio_PrivateKey()
134 } else if (strcmp(nm, PEM_STRING_DSA) == 0) { in PEM_read_bio_PrivateKey()
142 OPENSSL_free(nm); in PEM_read_bio_PrivateKey()
188 char *nm = NULL; in PEM_read_bio_DHparams() local
194 if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_DHPARAMS, bp, cb, u)) in PEM_read_bio_DHparams()
[all …]
/external/blktrace/btt/
Drstats.c26 char *nm; member
41 fip->nm = malloc(strlen(bn) + 16); in do_open()
42 sprintf(fip->nm, "%s_%s.dat", bn, pn); in do_open()
44 fip->fp = my_fopen(fip->nm, "w"); in do_open()
46 add_file(fip->fp, fip->nm); in do_open()
50 free(fip->nm); in do_open()
56 char *nm = dip ? dip->dip_name : "sys"; in init_rsip() local
60 if (do_open(&rsip->files[0], nm, "iops_fp") || in init_rsip()
61 do_open(&rsip->files[1], nm, "mbps_fp")) in init_rsip()
/external/llvm/docs/CommandGuide/
Dllvm-nm.rst1 llvm-nm - list LLVM bitcode and object file's symbol table
7 :program:`llvm-nm` [*options*] [*filenames...*]
12 The :program:`llvm-nm` utility lists the names of symbols from the LLVM bitcode
16 :program:`llvm-nm` will process a file on its standard input stream.
18 :program:`llvm-nm`'s default output format is the traditional BSD :program:`nm`
60 compiled "just-in-time", :program:`llvm-nm` does not print an address for any
67 .. program:: llvm-nm
137 * :program:`llvm-nm` cannot demangle C++ mangled names, like GNU :program:`nm`
140 * :program:`llvm-nm` does not support the full set of arguments that GNU
141 :program:`nm` does.
[all …]
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
Dfrac_digits.pass.cpp31 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument
32 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf()
39 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument
40 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt()
47 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument
48 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf()
55 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument
56 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
Dnegative_sign.pass.cpp31 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument
32 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf()
39 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument
40 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt()
47 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument
48 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf()
55 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument
56 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
Dpositive_sign.pass.cpp31 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument
32 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf()
39 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument
40 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt()
47 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument
48 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf()
55 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument
56 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
Dgrouping.pass.cpp36 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument
37 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf()
44 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument
45 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt()
52 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument
53 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf()
60 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument
61 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
Dcurr_symbol.pass.cpp37 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument
38 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf()
45 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument
46 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt()
53 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument
54 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf()
61 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument
62 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
Ddecimal_point.pass.cpp32 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument
33 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf()
40 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument
41 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt()
48 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument
49 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf()
56 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument
57 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
Dthousands_sep.pass.cpp35 explicit Fnf(const std::string& nm, std::size_t refs = 0) in Fnf() argument
36 : std::moneypunct_byname<char, false>(nm, refs) {} in Fnf()
43 explicit Fnt(const std::string& nm, std::size_t refs = 0) in Fnt() argument
44 : std::moneypunct_byname<char, true>(nm, refs) {} in Fnt()
51 explicit Fwf(const std::string& nm, std::size_t refs = 0) in Fwf() argument
52 : std::moneypunct_byname<wchar_t, false>(nm, refs) {} in Fwf()
59 explicit Fwt(const std::string& nm, std::size_t refs = 0) in Fwt() argument
60 : std::moneypunct_byname<wchar_t, true>(nm, refs) {} in Fwt()
/external/clang/include/clang/Basic/
DOpenCLOptions.h26 #define OPENCLEXT(nm) unsigned nm : 1; argument
30 #define OPENCLEXT(nm) nm = 0; in OpenCLOptions() argument
36 #define OPENCLEXT(nm) nm = 1; in setAll() argument
/external/libnl/lib/
Dmsg.c263 struct nl_msg *nm; in __nlmsg_alloc() local
268 nm = calloc(1, sizeof(*nm)); in __nlmsg_alloc()
269 if (!nm) in __nlmsg_alloc()
272 nm->nm_refcnt = 1; in __nlmsg_alloc()
274 nm->nm_nlh = calloc(1, len); in __nlmsg_alloc()
275 if (!nm->nm_nlh) in __nlmsg_alloc()
278 nm->nm_protocol = -1; in __nlmsg_alloc()
279 nm->nm_size = len; in __nlmsg_alloc()
280 nm->nm_nlh->nlmsg_len = nlmsg_total_size(0); in __nlmsg_alloc()
282 NL_DBG(2, "msg %p: Allocated new message, maxlen=%zu\n", nm, len); in __nlmsg_alloc()
[all …]
/external/v8/tools/toolchain/
DBUILD.gn14 nm = "${toolprefix}nm"
36 nm = "${toolprefix}nm"
58 nm = "${toolprefix}nm"
80 nm = "${toolprefix}nm"
/external/freetype/src/tools/
Dapinames.c66 Name nm; in names_add() local
80 nm = the_names + nn; in names_add()
82 if ( (int)nm->hash == h && in names_add()
83 memcmp( name, nm->name, len ) == 0 && in names_add()
84 nm->name[len] == 0 ) in names_add()
97 nm = &the_names[num_names++]; in names_add()
99 nm->hash = h; in names_add()
100 nm->name = (char*)malloc( len+1 ); in names_add()
101 if ( !nm->name ) in names_add()
104 memcpy( nm->name, name, len ); in names_add()
[all …]

12345678910>>...37