Searched refs:do_define (Results 1 – 3 of 3) sorted by relevance
79 static int do_define (int, struct coff_scope *);536 do_define (int i, struct coff_scope *b) in do_define() function685 i = do_define (i, last_function_symbol->type->u.function.parameters); in doit()690 i = do_define (i, last_struct->u.astructdef.elements); in doit()693 i = do_define (i, last_enum->u.aenumdef.elements); in doit()699 i = do_define (i, top_scope); in doit()703 i = do_define (i, file_scope); in doit()709 i = do_define (i, top_scope); in doit()
3161 (do_define): Keep info on source file of a symbol.
1554 (do_define): Make parameter string into a const pointer.