Searched refs:objfiles (Results 126 - 150 of 161) sorted by relevance

1234567

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-symbol.c25 #include "objfiles.h"
565 for (objfile *objfile : current_program_space->objfiles ())
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-pretty-print.c27 #include "objfiles.h"
426 Look for a pretty-printer to print VALUE in all objfiles.
434 for (objfile *objfile : current_program_space->objfiles ())
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmain.c38 #include "objfiles.h"
1203 for (objfile *objfile : current_program_space->objfiles ())
H A Dlinux-thread-db.c32 #include "objfiles.h"
1066 for (objfile *obj : current_program_space->objfiles ())
1175 for (objfile *obj : current_program_space->objfiles ())
H A Dhppa-tdep.c40 #include "objfiles.h"
480 of the objfiles seeking the unwind table entry for this PC. Each objfile
502 for (objfile *objfile : current_program_space->objfiles ())
2539 for (objfile *objfile : current_program_space->objfiles ())
H A Dsolib.c27 #include "objfiles.h"
612 This function doesn't mess with objfiles at all. If there is an
652 This function doesn't mess with objfiles at all. If there is an
692 for (objfile *objfile : current_program_space->objfiles ())
1250 access to their associated objfiles. Therefore, we can not purge the
1251 solibs' objfiles before clear_solib has been called. */
H A Dwindows-tdep.c29 #include "objfiles.h"
554 method. It searches all objfiles, starting with CURRENT_OBJFILE
558 objfiles each define a global symbol using the same name, compared
564 with the current objfile before expanding it to all other objfiles.
586 for (objfile *objfile : current_program_space->objfiles ())
H A Dada-lang.c34 #include "objfiles.h"
4853 for (objfile *objfile : current_program_space->objfiles ())
5550 for (objfile *objfile : current_program_space->objfiles ())
5576 for (objfile *objfile : current_program_space->objfiles ())
13047 for (objfile *objfile : current_program_space->objfiles ())
13969 for (objfile *objfile : current_program_space->objfiles ())
14025 for (objfile *objfile : current_program_space->objfiles ())
14044 for (objfile *objfile : current_program_space->objfiles ())
H A Dprintcmd.c37 #include "objfiles.h" /* ditto */
1331 for (objfile *objfile : current_program_space->objfiles ())
H A Dsolib-svr4.c29 #include "objfiles.h"
3281 for (objfile *objfile : current_program_space->objfiles ())
H A DMakefile.in1093 objfiles.c \
1351 objfiles.h \
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymfile-debug.c30 #include "objfiles.h"
75 /* See objfiles.h. */
104 /* See objfiles.h. */
785 for (objfile *objfile : pspace->objfiles ())
H A Dlinux-thread-db.c32 #include "objfiles.h"
1082 for (objfile *obj : current_program_space->objfiles ())
1191 for (objfile *obj : current_program_space->objfiles ())
H A Dwindows-tdep.c29 #include "objfiles.h"
553 method. It searches all objfiles, starting with CURRENT_OBJFILE
557 objfiles each define a global symbol using the same name, compared
563 with the current objfile before expanding it to all other objfiles.
581 for (objfile *objfile : current_program_space->objfiles ())
H A Dmain.c38 #include "objfiles.h"
1295 for (objfile *objfile : current_program_space->objfiles ())
H A Dsolib.c28 #include "objfiles.h"
657 This function doesn't mess with objfiles at all. If there is an
694 This function doesn't mess with objfiles at all. If there is an
734 for (objfile *objfile : current_program_space->objfiles ())
1300 access to their associated objfiles. Therefore, we can not purge the
1301 solibs' objfiles before clear_solib has been called. */
H A Dcp-support.c26 #include "objfiles.h"
1447 for (objfile *objf : current_program_space->objfiles ())
H A Dada-lang.c34 #include "objfiles.h"
5617 for (objfile *objfile : current_program_space->objfiles ())
5639 for (objfile *objfile : current_program_space->objfiles ())
13051 /* Iterate over all objfiles irrespective of scope or linker
13054 for (objfile *objfile : current_program_space->objfiles ())
13165 /* Iterate over all objfiles irrespective of scope or linker namespaces
13167 for (objfile *objfile : current_program_space->objfiles ())
13704 for (objfile *objfile : current_program_space->objfiles ())
13760 for (objfile *objfile : current_program_space->objfiles ())
13779 for (objfile *objfile : current_program_space->objfiles ())
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-prettyprint.c21 #include "objfiles.h"
92 Look for a pretty-printer to print VALUE in all objfiles.
100 for (objfile *obj : current_program_space->objfiles ())
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-pretty-print.c27 #include "objfiles.h"
426 Look for a pretty-printer to print VALUE in all objfiles.
434 for (objfile *objfile : current_program_space->objfiles ())
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Djson.d921 foreach (objfile; global.params.objfiles)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc302 global.params.objfiles = new Strings ();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dindex-write.c38 #include "objfiles.h"
1778 for (objfile *objfile : current_program_space->objfiles ())
H A Dframe.c32 #include "objfiles.h"
1675 for (objfile *objfile : current_program_space->objfiles ())
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dindex-write.c38 #include "objfiles.h"
1529 for (objfile *objfile : current_program_space->objfiles ())

Completed in 556 milliseconds

1234567