Searched refs:tcc_define_symbol (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 2004 void tcc_define_symbol(TCCState *s, const char *sym, const char *value); 14949 void tcc_define_symbol(TCCState *s1, const char *sym, const char *value) in tcc_define_symbol() function 20799 tcc_define_symbol(s, "__STDC__", NULL); in tcc_new() 20801 tcc_define_symbol(s, "__i386__", NULL); in tcc_new() 20804 tcc_define_symbol(s, "__ARM_ARCH_4__", NULL); in tcc_new() 20805 tcc_define_symbol(s, "__arm_elf__", NULL); in tcc_new() 20806 tcc_define_symbol(s, "__arm_elf", NULL); in tcc_new() 20807 tcc_define_symbol(s, "arm_elf", NULL); in tcc_new() 20808 tcc_define_symbol(s, "__arm__", NULL); in tcc_new() 20809 tcc_define_symbol(s, "__arm", NULL); in tcc_new() [all …]
|