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

  /src/usr.bin/xlint/lint1/
externs1.h 148 void debug_type(const type_t *);
170 #define debug_type(tp) debug_noop() macro
debug.c 188 debug_type(const type_t *tp) function
  /src/external/gpl3/binutils/dist/binutils/
debug.h 135 typedef struct debug_type_s *debug_type; typedef in typeref:struct:debug_type_s
137 #define DEBUG_TYPE_NULL ((debug_type) NULL)
446 block. The debug_type argument is the type of the return value.
453 (void *, const char *, debug_type, bool, bfd_vma);
458 (void *, const char *, debug_type, enum debug_parm_kind, bfd_vma);
503 (void *, const char *, debug_type, bfd_vma);
508 (void *, const char *, debug_type, bfd_vma);
513 (void *, const char *, debug_type, enum debug_var_kind, bfd_vma);
522 extern debug_type debug_make_indirect_type
523 (void *, debug_type *, const char *)
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
debug.h 135 typedef struct debug_type_s *debug_type; typedef in typeref:struct:debug_type_s
137 #define DEBUG_TYPE_NULL ((debug_type) NULL)
446 block. The debug_type argument is the type of the return value.
453 (void *, const char *, debug_type, bool, bfd_vma);
458 (void *, const char *, debug_type, enum debug_parm_kind, bfd_vma);
503 (void *, const char *, debug_type, bfd_vma);
508 (void *, const char *, debug_type, bfd_vma);
513 (void *, const char *, debug_type, enum debug_var_kind, bfd_vma);
522 extern debug_type debug_make_indirect_type
523 (void *, debug_type *, const char *)
    [all...]
  /src/external/gpl3/binutils/dist/gas/
as.c 75 enum debug_info_type debug_type = DEBUG_UNSPECIFIED; variable in typeref:enum:debug_info_type
863 debug_type = md_debug_format_selector (& use_gnu_debug_info_extensions);
866 debug_type = DEBUG_DWARF2;
870 debug_type = DEBUG_STABS;
877 debug_type = DEBUG_STABS;
881 debug_type = DEBUG_DWARF2;
886 debug_type = DEBUG_DWARF2;
891 debug_type = DEBUG_DWARF2;
896 debug_type = DEBUG_DWARF2;
906 debug_type = DEBUG_CODEVIEW
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
as.c 75 enum debug_info_type debug_type = DEBUG_UNSPECIFIED; variable in typeref:enum:debug_info_type
848 debug_type = md_debug_format_selector (& use_gnu_debug_info_extensions);
851 debug_type = DEBUG_DWARF2;
855 debug_type = DEBUG_STABS;
862 debug_type = DEBUG_STABS;
866 debug_type = DEBUG_DWARF2;
871 debug_type = DEBUG_DWARF2;
876 debug_type = DEBUG_DWARF2;
881 debug_type = DEBUG_DWARF2;
891 debug_type = DEBUG_CODEVIEW
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 13650 tree debug_type = lang_hooks.types.get_debug_type (type);
13652 if (debug_type != NULL_TREE && debug_type != type)
13653 return modified_type_die (debug_type, cv_quals, reverse, context_die);
25347 tree debug_type = lang_hooks.types.get_debug_type (discr_type);
25348 if (debug_type != NULL)
25349 discr_type = debug_type;
26218 tree debug_type = lang_hooks.types.get_debug_type (type);
26220 if (debug_type != NULL_TREE && debug_type != type
13637 tree debug_type = lang_hooks.types.get_debug_type (type); local
25329 tree debug_type = lang_hooks.types.get_debug_type (discr_type); local
26200 tree debug_type = lang_hooks.types.get_debug_type (type); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 13710 tree debug_type = lang_hooks.types.get_debug_type (type);
13712 if (debug_type != NULL_TREE && debug_type != type)
13713 return modified_type_die (debug_type, cv_quals, reverse, context_die);
25485 tree debug_type = lang_hooks.types.get_debug_type (discr_type);
25486 if (debug_type != NULL)
25487 discr_type = debug_type;
26355 tree debug_type = lang_hooks.types.get_debug_type (type);
26357 if (debug_type != NULL_TREE && debug_type != type
13697 tree debug_type = lang_hooks.types.get_debug_type (type); local
25467 tree debug_type = lang_hooks.types.get_debug_type (discr_type); local
26337 tree debug_type = lang_hooks.types.get_debug_type (type); local
    [all...]

Completed in 88 milliseconds