Home
last modified time | relevance | path

Searched refs:add_flags (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dsymfile.c842 if ((add_flags & SYMFILE_NO_READ) == 0) in read_symbols()
931 int add_flags) in syms_from_objfile_1() argument
1026 read_symbols (objfile, add_flags); in syms_from_objfile_1()
1042 int add_flags) in syms_from_objfile() argument
1058 if (add_flags & SYMFILE_MAINLINE) in new_symfile_objfile()
1063 clear_symtab_users (add_flags); in new_symfile_objfile()
1107 || (add_flags & SYMFILE_NO_READ) == 0)); in symbol_file_add_with_addrs_or_offsets()
1112 add_flags &= ~SYMFILE_NO_READ; in symbol_file_add_with_addrs_or_offsets()
1144 add_flags); in symbol_file_add_with_addrs_or_offsets()
1190 new_symfile_objfile (objfile, add_flags); in symbol_file_add_with_addrs_or_offsets()
[all …]
H A Dsymtab.h1209 extern void clear_symtab_users (int add_flags);
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-lex.c398 unsigned char add_flags = 0; in c_lex_with_flags() local
432 add_flags = PURE_ZERO; in c_lex_with_flags()
616 add_flags |= PREV_FALLTHROUGH; in c_lex_with_flags()
627 *cpp_flags = tok->flags | add_flags; in c_lex_with_flags()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-lex.c298 unsigned char add_flags = 0; in c_lex_with_flags() local
331 add_flags = PURE_ZERO; in c_lex_with_flags()
511 *cpp_flags = tok->flags | add_flags; in c_lex_with_flags()
/dragonfly/sys/sys/
H A Dfiledesc.h165 int fsetfdflags(struct filedesc *fdp, int fd, int add_flags);
/dragonfly/sys/kern/
H A Dkern_descrip.c2216 fsetfdflags(struct filedesc *fdp, int fd, int add_flags) in fsetfdflags() argument
2226 fdp->fd_files[fd].fileflags |= add_flags; in fsetfdflags()