Home
last modified time | relevance | path

Searched refs:LOC_LABEL (Results 1 – 18 of 18) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dfindvar.c394 case LOC_LABEL: in symbol_read_needs_frame()
470 case LOC_LABEL: in default_read_var_value()
H A Dsymtab.h499 LOC_LABEL, enumerator
H A Dsymmisc.c583 case LOC_LABEL: in print_symbol()
H A Dpsymtab.c477 case LOC_LABEL: in fixup_psymbol_section()
919 case LOC_LABEL: in print_partial_symbols()
H A Dm2-exp.y1044 case LOC_LABEL: in yylex()
H A Dobjfiles.c693 if ((SYMBOL_CLASS (sym) == LOC_LABEL in relocate_one_symbol()
H A Dax-gdb.c201 case LOC_LABEL: in const_var_ref()
673 case LOC_LABEL: /* A goto label, being used as a value. */ in gen_var_ref()
H A Dmdebugread.c692 SYMBOL_CLASS (s) = LOC_LABEL; /* but not misused. */ in parse_symbol()
3746 class = LOC_LABEL; in parse_partial_symbols()
H A Dstack.c1911 if (SYMBOL_CLASS (sym) == LOC_LABEL)
H A Dprintcmd.c1251 case LOC_LABEL: in address_info()
H A Dc-exp.y2892 case LOC_LABEL: in classify_inner_name()
H A Dstabsread.c915 SYMBOL_CLASS (sym) = LOC_LABEL; in define_symbol()
H A Dlinespec.c3627 if (SYMBOL_CLASS (sym) == LOC_LABEL && SYMBOL_VALUE_ADDRESS (sym) != 0) in symbol_to_sal()
H A Dsymtab.c1082 case LOC_LABEL: in fixup_symbol_section()
H A Dtracepoint.c2758 case LOC_LABEL: in scope_info()
H A Ddwarf2read.c15862 SYMBOL_CLASS (sym) = LOC_LABEL; in new_symbol_full()
/dragonfly/contrib/gdb-7/gdb/mi/
H A Dmi-cmd-stack.c368 case LOC_LABEL: /* local label */ in list_args_or_locals()
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-symbol.c497 PyModule_AddIntConstant (gdb_module, "SYMBOL_LOC_LABEL", LOC_LABEL); in gdbpy_initialize_symbols()