Searched refs:symtab_get_first_arg (Results 1 – 5 of 5) sorted by relevance
64 for (e = symtab_get_first_arg(); e != NULL; e = symtab_get_next_arg()) { in generate_printf()155 for (e = symtab_get_first_arg(); e != NULL; e = symtab_get_next_arg()) { in generate_printfunc_calls()
74 extern ENTRY *symtab_get_first_arg(void);
367 if ((e = symtab_get_first_arg()) != NULL || !is_void(e)) { in generate_i_prints()
679 if ((p = symtab_get_first_arg()) != NULL) { in to_actual()
437 symtab_get_first_arg(void) in symtab_get_first_arg() function