Searched refs:demangled (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | demangle-java-test.c | 17 const char *mangled, *demangled; in test__demangle_java() member 33 if (strcmp(buf, test_cases[i].demangled)) { in test__demangle_java() 35 buf, test_cases[i].demangled); in test__demangle_java()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | symbol-elf.c | 270 char *demangled = NULL; in demangle_sym() local 278 return demangled; in demangle_sym() 280 demangled = bfd_demangle(NULL, elf_name, demangle_flags); in demangle_sym() 281 if (demangled == NULL) in demangle_sym() 282 demangled = java_demangle_sym(elf_name, JAVA_DEMANGLE_NORET); in demangle_sym() 283 else if (rust_is_mangled(demangled)) in demangle_sym() 288 rust_demangle_sym(demangled); in demangle_sym() 290 return demangled; in demangle_sym() 415 char *demangled = NULL; in dso__synthesize_plt_symbols() local 420 demangled = demangle_sym(dso, 0, elf_name); in dso__synthesize_plt_symbols() [all …]
|
| H A D | srcline.c | 88 char *demangled = NULL; in new_inline_sym() local 94 demangled = dso__demangle_sym(dso, 0, funcname); in new_inline_sym() 95 if (demangled) in new_inline_sym() 96 funcname = demangled; in new_inline_sym() 117 free(demangled); in new_inline_sym()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | binutils.info | 3279 through 'c++filt' and see the same source file containing demangled 3305 and will display "f(),", i.e., the demangled name followed by a 3336 mangled type name would be demangled to "signed char". 3340 Do not include implementation details (if any) in the demangled
|
| H A D | gprof.info | 463 These options control whether C++ symbol names should be demangled
|
| H A D | gdb.info | 9756 Show whether C++ names are printed in mangled or demangled form. 9766 or demangled form. 13405 demangled--this way 'backtrace' can show each frame appropriately for 14153 The ABI tags are visible in C++ demangled names. For example, a 15905 language to demangle NAME in. Otherwise NAME is demangled in the 27539 asked GDB to display demangled or mangled names. 30918 asked GDB to display demangled or mangled names. 32514 is demangled if demangling is turned on (*note Print Settings::).
|
| H A D | bfd.info | 1387 demangled name. Returns NULL otherwise and on memory alloc failure.
|
| H A D | ld.info | 5177 described above, you can use a glob pattern to match demangled names, or
|
| H A D | gccint.info | 6028 Passes if REGEX matches text in the test's demangled assembler 6032 Passes if REGEX does not match text in the test's demangled 6139 Passes if REGEX matches demangled text in the dump file with suffix 6143 Passes if REGEX does not match demangled text in the dump file with
|
| H A D | gcc.info | 55789 * DEMANGLED_NAME: demangled name of the function 55871 '--demangled-names' 55872 Display demangled function names in output. The default is to show 56693 Dump the demangled output.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | binutils.info | 3279 through 'c++filt' and see the same source file containing demangled 3305 and will display "f(),", i.e., the demangled name followed by a 3336 mangled type name would be demangled to "signed char". 3340 Do not include implementation details (if any) in the demangled
|
| H A D | gprof.info | 463 These options control whether C++ symbol names should be demangled
|
| H A D | gdb.info | 9756 Show whether C++ names are printed in mangled or demangled form. 9766 or demangled form. 13405 demangled--this way 'backtrace' can show each frame appropriately for 14153 The ABI tags are visible in C++ demangled names. For example, a 15905 language to demangle NAME in. Otherwise NAME is demangled in the 27539 asked GDB to display demangled or mangled names. 30918 asked GDB to display demangled or mangled names. 32514 is demangled if demangling is turned on (*note Print Settings::).
|
| H A D | ld.info | 5177 described above, you can use a glob pattern to match demangled names, or
|
| H A D | bfd.info | 1387 demangled name. Returns NULL otherwise and on memory alloc failure.
|
| H A D | gccint.info | 6028 Passes if REGEX matches text in the test's demangled assembler 6032 Passes if REGEX does not match text in the test's demangled 6139 Passes if REGEX matches demangled text in the dump file with suffix 6143 Passes if REGEX does not match demangled text in the dump file with
|
| H A D | gcc.info | 55789 * DEMANGLED_NAME: demangled name of the function 55871 '--demangled-names' 55872 Display demangled function names in output. The default is to show 56693 Dump the demangled output.
|