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

  /src/external/gpl3/gdb/dist/gdb/cli/
cli-decode.h 53 theclass (theclass_),
122 enum command_class theclass; member in struct:cmd_list_element
  /src/external/gpl3/gdb/dist/gdb/
parser-defs.h 372 int theclass; member in struct:objc_class_str
psymtab.c 1025 unsigned int theclass = psymbol->aclass;
1030 h = fast_hash (&theclass, sizeof (unsigned int), h);
1088 enum address_class theclass,
1102 psymbol.aclass = theclass;
1023 unsigned int theclass = psymbol->aclass; local
objc-lang.c 71 CORE_ADDR theclass; member in struct:objc_super
880 parse_method (char *method, char *type, char **theclass,
893 gdb_assert (theclass != NULL);
965 if (theclass != NULL)
966 *theclass = nclass;
976 find_methods (char type, const char *theclass, const char *category,
1039 if ((theclass != NULL)
1040 && ((nclass == NULL) || (strcmp (theclass, nclass) != 0)))
1109 char *theclass = NULL; local
1122 tmp = parse_method (buf, &type, &theclass, &category, &selector)
    [all...]
amd64-tdep.c 506 static void amd64_classify (struct type *type, enum amd64_reg_class theclass[2]);
551 structures and union types, and store the result in THECLASS. */
555 enum amd64_reg_class theclass[2],
580 amd64_classify_aggregate_field (subtype, j, theclass, bitpos);
587 theclass[pos] = amd64_merge_classes (theclass[pos], subclass[0]);
611 theclass[1] = amd64_merge_classes (theclass[1], subclass[0]);
613 theclass[1] = amd64_merge_classes (theclass[1], subclass[1])
756 enum amd64_reg_class theclass[2]; local
929 enum amd64_reg_class theclass[2]; local
    [all...]
mdebugread.c 3377 enum address_class theclass;
3534 theclass = LOC_STATIC;
3546 theclass = LOC_TYPEDEF;
3550 theclass = LOC_CONST;
3608 VAR_DOMAIN, theclass, section,
3624 enum address_class theclass;
3671 theclass = LOC_LABEL;
3683 theclass = LOC_STATIC;
3688 VAR_DOMAIN, theclass,
4473 domain_enum domain, enum address_class theclass)
3369 enum address_class theclass; local
3616 enum address_class theclass; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/
py-symbol.c 170 enum address_class theclass; local
174 theclass = symbol->aclass ();
176 return PyBool_FromLong (theclass == LOC_CONST || theclass == LOC_CONST_BYTES);
183 enum address_class theclass; local
187 theclass = symbol->aclass ();
189 return PyBool_FromLong (theclass == LOC_BLOCK);
196 enum address_class theclass; local
200 theclass = symbol->aclass ();
203 && (theclass == LOC_LOCAL || theclass == LOC_REGISTE
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-decode.h 50 theclass (theclass_),
119 enum command_class theclass; member in struct:cmd_list_element
  /src/external/gpl3/gdb.old/dist/gdb/
parser-defs.h 372 int theclass; member in struct:objc_class_str
psymtab.c 1027 unsigned int theclass = psymbol->aclass;
1032 h = fast_hash (&theclass, sizeof (unsigned int), h);
1092 enum address_class theclass,
1106 psymbol.aclass = theclass;
1025 unsigned int theclass = psymbol->aclass; local
objc-lang.c 70 CORE_ADDR theclass; member in struct:objc_super
871 parse_method (char *method, char *type, char **theclass,
884 gdb_assert (theclass != NULL);
956 if (theclass != NULL)
957 *theclass = nclass;
967 find_methods (char type, const char *theclass, const char *category,
1030 if ((theclass != NULL)
1031 && ((nclass == NULL) || (strcmp (theclass, nclass) != 0)))
1100 char *theclass = NULL; local
1113 tmp = parse_method (buf, &type, &theclass, &category, &selector)
    [all...]
amd64-tdep.c 511 static void amd64_classify (struct type *type, enum amd64_reg_class theclass[2]);
556 structures and union types, and store the result in THECLASS. */
560 enum amd64_reg_class theclass[2],
585 amd64_classify_aggregate_field (subtype, j, theclass, bitpos);
592 theclass[pos] = amd64_merge_classes (theclass[pos], subclass[0]);
616 theclass[1] = amd64_merge_classes (theclass[1], subclass[0]);
618 theclass[1] = amd64_merge_classes (theclass[1], subclass[1])
761 enum amd64_reg_class theclass[2]; local
934 enum amd64_reg_class theclass[2]; local
    [all...]
mdebugread.c 3377 enum address_class theclass;
3534 theclass = LOC_STATIC;
3546 theclass = LOC_TYPEDEF;
3550 theclass = LOC_CONST;
3608 VAR_DOMAIN, theclass, section,
3624 enum address_class theclass;
3671 theclass = LOC_LABEL;
3683 theclass = LOC_STATIC;
3688 VAR_DOMAIN, theclass,
4473 domain_enum domain, enum address_class theclass)
3369 enum address_class theclass; local
3616 enum address_class theclass; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-symbol.c 170 enum address_class theclass; local
174 theclass = symbol->aclass ();
176 return PyBool_FromLong (theclass == LOC_CONST || theclass == LOC_CONST_BYTES);
183 enum address_class theclass; local
187 theclass = symbol->aclass ();
189 return PyBool_FromLong (theclass == LOC_BLOCK);
196 enum address_class theclass; local
200 theclass = symbol->aclass ();
203 && (theclass == LOC_LOCAL || theclass == LOC_REGISTE
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-symbol.c 433 enum address_class theclass;
435 theclass = symbol->aclass ();
437 return scm_from_bool (theclass == LOC_CONST || theclass == LOC_CONST_BYTES);
448 enum address_class theclass;
450 theclass = symbol->aclass ();
452 return scm_from_bool (theclass == LOC_BLOCK);
463 enum address_class theclass;
465 theclass = symbol->aclass ();
468 && (theclass == LOC_LOCAL || theclass == LOC_REGISTE
431 enum address_class theclass; local
446 enum address_class theclass; local
461 enum address_class theclass; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-symbol.c 433 enum address_class theclass;
435 theclass = symbol->aclass ();
437 return scm_from_bool (theclass == LOC_CONST || theclass == LOC_CONST_BYTES);
448 enum address_class theclass;
450 theclass = symbol->aclass ();
452 return scm_from_bool (theclass == LOC_BLOCK);
463 enum address_class theclass;
465 theclass = symbol->aclass ();
468 && (theclass == LOC_LOCAL || theclass == LOC_REGISTE
431 enum address_class theclass; local
446 enum address_class theclass; local
461 enum address_class theclass; local
    [all...]
  /src/external/mpl/dhcp/dist/server/
confpars.c 2565 struct class *theclass = NULL; local
2567 status = find_class(&theclass, class->name, MDL);
2569 delete_class(theclass, 0);
2570 class_dereference(&theclass, MDL);

Completed in 52 milliseconds