Home | History | Annotate | Download | only in config

Lines Matching full:line_fsym

377 static symbolS *line_fsym;
379 #define in_function() (line_fsym != 0)
380 #define clear_function() (line_fsym = 0)
381 #define set_function(F) (line_fsym = (F), coff_add_linesym (F))