Searched refs:LOC_REGISTER (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpy-symbol.c165 && (class == LOC_LOCAL || class == LOC_REGISTER
382 PyModule_AddIntConstant (gdb_module, "SYMBOL_LOC_REGISTER", LOC_REGISTER);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dfindvar.c384 case LOC_REGISTER:
520 case LOC_REGISTER:
H A Dstack.c267 case LOC_REGISTER:
295 if (SYMBOL_CLASS (nsym) == LOC_REGISTER
298 /* There is a LOC_ARG/LOC_REGISTER pair. This means
302 4.0-4.11 used the LOC_REGISTER.
314 Reasons why we might want to use the LOC_REGISTER:
329 LOC_REGISTER, but this is dealt with by creating
1519 case LOC_REGISTER:
1780 float). There are also LOC_ARG/LOC_REGISTER pairs which
H A Dsymtab.h443 In some cases we combine them to a single LOC_REGISTER in symbol
447 LOC_REGISTER,
457 /* Value is in specified register. Just like LOC_REGISTER except the
553 /* Functions used with LOC_REGISTER and LOC_REGPARM_ADDR. */
623 /* Used with LOC_REGISTER and LOC_REGPARM_ADDR. */
446 LOC_REGISTER, enumerator in enum:address_class
H A Dm2-exp.y1024 case LOC_REGISTER:
H A Dsymmisc.c582 case LOC_REGISTER:
H A Dcoffread.c1630 SYMBOL_CLASS (sym) = LOC_REGISTER;
1647 SYMBOL_CLASS (sym) = LOC_REGISTER;
H A Dm2-exp.c2564 case LOC_REGISTER:
H A Dpsymtab.c873 case LOC_REGISTER:
H A Dprintcmd.c1288 case LOC_REGISTER:
1320 /* Note comment at LOC_REGISTER. */
H A Dax-gdb.c684 case LOC_REGISTER:
693 register, not on the stack. Simpler than LOC_REGISTER
2159 /* Calling lookup_block_symbol is necessary to get the LOC_REGISTER
H A Dmdebugread.c636 class = LOC_REGISTER;
673 SYMBOL_CLASS (s) = LOC_REGISTER;
H A Dtracepoint.c947 case LOC_REGISTER:
2388 case LOC_REGISTER:
2419 /* Note comment at LOC_REGISTER. */
H A Deval.c2939 || sym_class == LOC_REGISTER)
H A Dada-lang.c3064 case LOC_REGISTER:
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmd-stack.c300 case LOC_REGISTER: /* register */

Completed in 400 milliseconds