radare2/shlr/tcc
2020-11-02 12:27:02 +08:00
..
COPYING Initial import of libr_tcc (make -C shlr tcc-sync) 2013-06-05 01:13:05 +02:00
libtcc.c Fix TinyCC build ##build 2020-09-27 13:33:26 +08:00
libtcc.h Fix includes from to ignoring dir.types ##types 2019-05-15 08:46:43 +02:00
Makefile Avoid sdb double headers (#17249) ##build 2020-07-21 10:28:43 +02:00
README.md Implement te,tb,tk and pf E, pf B to handle enum and bitfields 2014-09-21 01:39:18 +02:00
stab.def Initial import of libr_tcc (make -C shlr tcc-sync) 2013-06-05 01:13:05 +02:00
stab.h Initial import of libr_tcc (make -C shlr tcc-sync) 2013-06-05 01:13:05 +02:00
tcc_config.h Remove configure-plugins dependency for the make meson 2017-05-26 02:43:53 +02:00
tcc.h Fix TinyCC build ##build 2020-09-27 13:33:26 +08:00
tccgen.c Fix TinyCC build ##build 2020-09-27 13:33:26 +08:00
tcclib.h Initial import of libr_tcc (make -C shlr tcc-sync) 2013-06-05 01:13:05 +02:00
tccpp.c Fix TinyCC build ##build 2020-09-27 13:33:26 +08:00
tcctok.h Add intN_t types 2017-11-07 16:16:01 +08:00
test.cparse Initial support for function declarations in Cparse (loaded into sdb) 2014-10-14 11:55:02 +02:00
VERSION Initial import of libr_tcc (make -C shlr tcc-sync) 2013-06-05 01:13:05 +02:00

TCC

This is a stripped down version of tcc without the code generators. So, we only use the C parser for loading structures, enums and function signatures into r2.

Main IO function:

tcc_appendf()

Appends sdb queries to be executed from the core anal.