Searched refs:LOC_ARG (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dfindvar.c385 case LOC_ARG:
478 case LOC_ARG:
H A Dsymtab.h451 LOC_ARG,
450 LOC_ARG, enumerator in enum:address_class
H A Dm2-exp.y1025 case LOC_ARG:
H A Dsymmisc.c590 case LOC_ARG:
H A Dm2-exp.c2565 case LOC_ARG:
H A Dpsymtab.c876 case LOC_ARG:
H A Dstack.c242 case LOC_ARG:
281 the prologue (in the latter case the type of the LOC_ARG
298 /* There is a LOC_ARG/LOC_REGISTER pair. This means
301 stack slot. GDB 3.x used the LOC_ARG; GDB
304 Reasons for using the LOC_ARG:
332 /* Leave sym (the LOC_ARG) alone. */
1778 the prologue (in the latter case the type of the LOC_ARG
1780 float). There are also LOC_ARG/LOC_REGISTER pairs which
H A Dprintcmd.c1326 case LOC_ARG:
H A Dax-gdb.c653 case LOC_ARG: /* var lives in argument area of frame */
2160 symbol instead of the LOC_ARG one (if both exist). */
H A Dcoffread.c1641 SYMBOL_CLASS (sym) = LOC_ARG;
H A Dtracepoint.c964 case LOC_ARG:
2406 case LOC_ARG:
H A Dmdebugread.c687 SYMBOL_CLASS (s) = LOC_ARG;
H A Dada-lang.c3065 case LOC_ARG:
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmd-stack.c295 case LOC_ARG: /* argument */
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpy-symbol.c383 PyModule_AddIntConstant (gdb_module, "SYMBOL_LOC_ARG", LOC_ARG);

Completed in 361 milliseconds