Home
last modified time | relevance | path

Searched refs:objfilep (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dsymfile.c2425 typedef struct objfile *objfilep; typedef
2427 DEF_VEC_P (objfilep);
2437 VEC (objfilep) *new_objfiles = NULL; in reread_symbols()
2440 all_cleanups = make_cleanup (VEC_cleanup (objfilep), &new_objfiles); in reread_symbols()
2652 VEC_safe_push (objfilep, new_objfiles, objfile); in reread_symbols()
2668 for (ix = 0; VEC_iterate (objfilep, new_objfiles, ix, objfile); ix++) in reread_symbols()
H A Dobjfiles.c186 void *objfilep) in add_to_objfile_sections() argument
188 struct objfile *objfile = (struct objfile *) objfilep; in add_to_objfile_sections()