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

  /src/external/gpl3/gdb/dist/gdb/
p-typeprint.c 123 pascal_language::type_print_method_args (const char *physname,
127 int is_constructor = (startswith (physname, "__ct__"));
128 int is_destructor = (startswith (physname, "__dt__"));
132 physname += 6;
137 if (physname && (*physname != 0))
141 while (isdigit ((unsigned char)physname[0]))
147 while (isdigit ((unsigned char)physname[len]))
151 i = strtol (physname, &argname, 0);
152 physname += len
557 const char *physname = TYPE_FN_FIELD_PHYSNAME (f, j); local
    [all...]
c-typeprint.c 1123 const char *physname = TYPE_FN_FIELD_PHYSNAME (f, j);
1126 || is_constructor_name (physname)
1127 || is_destructor_name (physname)
1121 const char *physname = TYPE_FN_FIELD_PHYSNAME (f, j); local
gnu-v3-abi.c 646 const char *physname; local
653 physname = gnuv3_find_method_in (self_type, voffset, adjustment);
657 if (physname)
660 = gdb_demangle (physname, DMGL_ANSI | DMGL_PARAMS);
664 gdb_puts (physname, stream);
value.c 3164 const char *physname = TYPE_FN_FIELD_PHYSNAME (f, j);
3168 sym = lookup_symbol (physname, nullptr, SEARCH_FUNCTION_DOMAIN,
3172 msym = lookup_minimal_symbol (current_program_space, physname);
3158 const char *physname = TYPE_FN_FIELD_PHYSNAME (f, j); local
gdbtypes.h 482 FIELD_LOC_KIND_PHYSNAME, /**< physname */
530 field. Otherwise, physname is the mangled label of the
534 const char *physname; member in union:field_location
658 return m_loc.physname;
661 void set_loc_physname (const char *physname)
664 m_loc.physname = physname;
1616 const char *physname; member in struct:fn_field
1997 #define TYPE_FN_FIELD_PHYSNAME(thisfn, n) (thisfn)[n].physname
symtab.c 762 const char *physname = TYPE_FN_FIELD_PHYSNAME (f, signature_id);
765 /* Does the form of physname indicate that it is the full mangled name
770 int is_destructor = is_destructor_name (physname);
777 /* Nothing to do if physname already contains a fully mangled v3 abi name
779 if ((physname[0] == '_' && physname[1] == 'Z')
781 return xstrdup (physname);
783 is_full_physname_constructor = is_constructor_name (physname);
789 is_destructor = (startswith (physname, "__dt"));
793 mangled_name = (char *) xmalloc (strlen (physname) + 1)
761 const char *physname = TYPE_FN_FIELD_PHYSNAME (f, signature_id); local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
p-typeprint.c 124 pascal_language::type_print_method_args (const char *physname,
128 int is_constructor = (startswith (physname, "__ct__"));
129 int is_destructor = (startswith (physname, "__dt__"));
133 physname += 6;
138 if (physname && (*physname != 0))
142 while (isdigit ((unsigned char)physname[0]))
148 while (isdigit ((unsigned char)physname[len]))
152 i = strtol (physname, &argname, 0);
153 physname += len
558 const char *physname = TYPE_FN_FIELD_PHYSNAME (f, j); local
    [all...]
c-typeprint.c 1124 const char *physname = TYPE_FN_FIELD_PHYSNAME (f, j);
1127 || is_constructor_name (physname)
1128 || is_destructor_name (physname)
1122 const char *physname = TYPE_FN_FIELD_PHYSNAME (f, j); local
gnu-v3-abi.c 645 const char *physname; local
652 physname = gnuv3_find_method_in (self_type, voffset, adjustment);
656 if (physname)
659 = gdb_demangle (physname, DMGL_ANSI | DMGL_PARAMS);
663 gdb_puts (physname, stream);
value.c 3123 const char *physname = TYPE_FN_FIELD_PHYSNAME (f, j);
3127 sym = lookup_symbol (physname, nullptr, SEARCH_FUNCTION_DOMAIN,
3131 msym = lookup_bound_minimal_symbol (physname);
3117 const char *physname = TYPE_FN_FIELD_PHYSNAME (f, j); local
gdbtypes.h 488 FIELD_LOC_KIND_PHYSNAME, /**< physname */
536 field. Otherwise, physname is the mangled label of the
540 const char *physname; member in union:field_location
664 return m_loc.physname;
667 void set_loc_physname (const char *physname)
670 m_loc.physname = physname;
1622 const char *physname; member in struct:fn_field
2003 #define TYPE_FN_FIELD_PHYSNAME(thisfn, n) (thisfn)[n].physname
symtab.c 743 const char *physname = TYPE_FN_FIELD_PHYSNAME (f, signature_id);
746 /* Does the form of physname indicate that it is the full mangled name
751 int is_destructor = is_destructor_name (physname);
758 /* Nothing to do if physname already contains a fully mangled v3 abi name
760 if ((physname[0] == '_' && physname[1] == 'Z')
762 return xstrdup (physname);
764 is_full_physname_constructor = is_constructor_name (physname);
770 is_destructor = (startswith (physname, "__dt"));
774 mangled_name = (char *) xmalloc (strlen (physname) + 1)
742 const char *physname = TYPE_FN_FIELD_PHYSNAME (f, signature_id); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
call-site.h 56 PHYSNAME,
69 void set_loc_physname (const char *physname)
71 m_loc_kind = PHYSNAME;
72 m_loc.physname = physname;
108 const char *physname; member in union:call_site_target::__anon17825
loc.c 705 case call_site_target::PHYSNAME:
707 const char *physname; local
709 physname = m_loc.physname;
711 /* Handle both the mangled and demangled PHYSNAME. */
713 = lookup_minimal_symbol (current_program_space, physname);
720 physname, paddress (call_site_gdbarch, call_site->pc ()),
read.c 124 /* When true, cross-check physname against demangler. */
870 int physname,
5618 /* Add a DIE to the delayed physname list. */
5634 /* Check whether [PHYSNAME, PHYSNAME+LEN) ends with a modifier like
5640 check_modifier (const char *physname, size_t &len, const char (&mod)[N])
5643 if (len > mod_len && startswith (physname + (len - mod_len), mod))
5667 const char *physname;
5670 physname = dwarf2_physname (mi.name, mi.die, cu);
5672 = physname ? physname : ""
5660 const char *physname; local
7013 const char *physname = dwarf2_compute_name (name, die, cu, 1); local
11942 const char *physname; local
12341 const char *physname = dwarf2_physname (fieldname, die, cu); local
19195 const char *physname local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
call-site.h 55 PHYSNAME,
68 void set_loc_physname (const char *physname)
70 m_loc_kind = PHYSNAME;
71 m_loc.physname = physname;
107 const char *physname; member in union:call_site_target::__anon20564
loc.c 707 case call_site_target::PHYSNAME:
709 const char *physname; local
712 physname = m_loc.physname;
714 /* Handle both the mangled and demangled PHYSNAME. */
715 msym = lookup_minimal_symbol (physname, NULL, NULL);
722 physname, paddress (call_site_gdbarch, call_site->pc ()),
read.c 123 /* When true, cross-check physname against demangler. */
868 const char *suffix, int physname,
5536 /* Add a DIE to the delayed physname list. */
5552 /* Check whether [PHYSNAME, PHYSNAME+LEN) ends with a modifier like
5558 check_modifier (const char *physname, size_t &len, const char (&mod)[N])
5561 if (len > mod_len && startswith (physname + (len - mod_len), mod))
5585 const char *physname;
5588 physname = dwarf2_physname (mi.name, mi.die, cu);
5590 = physname ? physname : ""
5578 const char *physname; local
6934 const char *physname = dwarf2_compute_name (name, die, cu, 1); local
11682 const char *physname; local
12082 const char *physname = dwarf2_physname (fieldname, die, cu); local
18815 const char *physname local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-cplus-types.c 616 const char *physname = type->field (i).loc_physname (); local
618 = lookup_symbol (physname, instance->block (),
632 ("field physname", field_name,
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-cplus-types.c 616 const char *physname = type->field (i).loc_physname (); local
618 = lookup_symbol (physname, instance->block (),
632 ("field physname", field_name,
  /src/external/gpl3/binutils/dist/binutils/
stabs.c 2305 In C++, this may wind up being NAME:?TYPENUM:PHYSNAME; for
2652 NAME :: TYPENUM[=type definition] ARGS : PHYSNAME ;
2740 const char *physname; local
2909 physname = argtypes;
2925 constp, volatilep, &physname);
2937 variants[cvars] = debug_make_method_variant (dhandle, physname,
2943 physname,
3038 char *physname; local
3070 physname = debug_xalloc (dhandle, mangled_name_len);
3072 physname[0] = '\0'
    [all...]
debug.c 302 const char *physname; member in struct:debug_field_s::__anon9879::__anon9881
337 const char *physname; member in struct:debug_method_variant_s
1731 debug_type type, const char *physname,
1742 f->u.s.physname = physname;
1777 const char *physname, debug_type type,
1787 m->physname = physname;
1804 const char *physname, debug_type type,
1813 m->physname = physname
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
stabs.c 2305 In C++, this may wind up being NAME:?TYPENUM:PHYSNAME; for
2652 NAME :: TYPENUM[=type definition] ARGS : PHYSNAME ;
2740 const char *physname; local
2909 physname = argtypes;
2925 constp, volatilep, &physname);
2937 variants[cvars] = debug_make_method_variant (dhandle, physname,
2943 physname,
3038 char *physname; local
3070 physname = debug_xalloc (dhandle, mangled_name_len);
3072 physname[0] = '\0'
    [all...]
debug.c 302 const char *physname; member in struct:debug_field_s::__anon11361::__anon11363
337 const char *physname; member in struct:debug_method_variant_s
1731 debug_type type, const char *physname,
1742 f->u.s.physname = physname;
1777 const char *physname, debug_type type,
1787 m->physname = physname;
1804 const char *physname, debug_type type,
1813 m->physname = physname
    [all...]

Completed in 79 milliseconds