HomeSort by: relevance | last modified time | path
    Searched defs:LOC_BLOCK (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
symtab.h 1035 LOC_BLOCK,
1156 /* The methods needed to implement LOC_BLOCK for inferior functions.
1212 /* Used with LOC_BLOCK. */
1500 /* Whether this is an inlined function (class LOC_BLOCK only). */
1520 functions. For an inlined function (class LOC_BLOCK and
1533 LOC_BLOCK (DWARF2 function): information used internally by the
1536 /* FIXME drow/2003-02-21: For the LOC_BLOCK case, it might be better
stabsread.c 1967 VAR_DOMAIN, LOC_BLOCK,
2025 VAR_DOMAIN, LOC_BLOCK,
3430 sym->set_aclass_index (LOC_BLOCK);
3501 sym->set_aclass_index (LOC_BLOCK);
6734 sym->set_aclass_index (LOC_BLOCK);
7053 if (sym->aclass () == LOC_BLOCK)
  /src/external/gpl3/gdb/dist/gdb/
symtab.h 1034 LOC_BLOCK,
1155 /* The methods needed to implement LOC_BLOCK for inferior functions.
1211 /* Used with LOC_BLOCK. */
1499 /* Whether this is an inlined function (class LOC_BLOCK only). */
1519 functions. For an inlined function (class LOC_BLOCK and
1532 LOC_BLOCK (DWARF2 function): information used internally by the
1535 /* FIXME drow/2003-02-21: For the LOC_BLOCK case, it might be better
stabsread.c 1967 VAR_DOMAIN, LOC_BLOCK,
2025 VAR_DOMAIN, LOC_BLOCK,
3432 sym->set_loc_class_index (LOC_BLOCK);
3503 sym->set_loc_class_index (LOC_BLOCK);
6737 sym->set_loc_class_index (LOC_BLOCK);
7056 if (sym->loc_class () == LOC_BLOCK)

Completed in 23 milliseconds