Searched refs:do_define (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Dcoffgrok.c78 static int do_define (int, struct coff_scope *);
534 do_define (int i, struct coff_scope *b) function
683 i = do_define (i, last_function_symbol->type->u.function.parameters);
688 i = do_define (i, last_struct->u.astructdef.elements);
691 i = do_define (i, last_enum->u.aenumdef.elements);
697 i = do_define (i, top_scope);
701 i = do_define (i, file_scope);
707 i = do_define (i, top_scope);
/haiku-buildtools/binutils/binutils/
H A Dcoffgrok.c637 do_define (unsigned int i, struct coff_scope *b) function
644 fatal (_("ICE: do_define called without a block"));
829 i = do_define (i, last_function_symbol->type->u.function.parameters);
837 i = do_define (i, last_struct->u.astructdef.elements);
842 i = do_define (i, last_enum->u.aenumdef.elements);
850 i = do_define (i, top_scope);
856 i = do_define (i, file_scope);
864 i = do_define (i, top_scope);
/haiku-buildtools/legacy/gcc/gcc/
H A Dcpplib.c71 static int do_define PARAMS ((cpp_reader *, struct directive *));
97 { 6, do_define, "define", T_DEFINE },
202 do_define (pfile, NULL);
611 do_define (pfile, keyword) function
H A Dcccp.c782 static int do_define DO_PROTO;
803 { 6, do_define, "define", T_DEFINE},
3676 * (do_define, do_include, etc.): the addresses of the 1st and
5695 /* The arglist structure is built by do_define to tell
5715 as for do_define. */
5926 do_define (buf, limit, op, keyword) function
10330 do_define (buf, buf + strlen ((char *) buf), NULL_PTR, kt);
10416 /* Pass NULL as output ptr to do_define since we KNOW it never does
/haiku-buildtools/gcc/libcpp/
H A Ddirectives.c592 do_define (cpp_reader *pfile) function

Completed in 272 milliseconds