radare2/libr/bin/mangling
pancake e6f2cd0b2a
Remove trailing spaces (#19460)
$ git grep ' $' | grep -v ^test/ | cut -d : -f 1 | sort -u > /tmp/trailing
$ for a in `cat /tmp/trailing` ; do sed -i -e 's/ *$//' $a ; done
2021-12-02 17:39:59 +01:00
..
cxx Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
cxx.c Respace demangled c++ names ##disasm 2019-07-22 15:15:20 +02:00
demangler_types.h
demangler.c Fix #5446 - Implement msvc RTTI demangling (#15086) 2019-09-22 23:58:42 +02:00
demangler.h
java.c Refactoring and optimization for the RBin.language identification ##bin (#11944) 2018-10-27 05:01:09 +02:00
Makefile
microsoft_demangle.c Random null deref and more size_t fixes 2021-03-15 01:48:59 +01:00
microsoft_demangle.h
msvc.c Refactoring and optimization for the RBin.language identification ##bin (#11944) 2018-10-27 05:01:09 +02:00
objc.c Fix assert in objc demangler and kill r_core_bin_cur 2019-06-07 04:01:59 +02:00
rust.c Refactoring and optimization for the RBin.language identification ##bin (#11944) 2018-10-27 05:01:09 +02:00
swift-sd.c Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
swift.c Another RBin API cleanup ##bin 2018-11-05 11:25:31 +01:00