mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-30 15:48:52 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
14
tools/perf/config/feature-checks/test-cplus-demangle.c
Normal file
14
tools/perf/config/feature-checks/test-cplus-demangle.c
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
extern int printf(const char *format, ...);
|
||||
extern char *cplus_demangle(const char *, int);
|
||||
|
||||
int main(void)
|
||||
{
|
||||
char symbol[4096] = "FieldName__9ClassNameFd";
|
||||
char *tmp;
|
||||
|
||||
tmp = cplus_demangle(symbol, 0);
|
||||
|
||||
printf("demangled symbol: {%s}\n", tmp);
|
||||
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue