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

  /src/external/gpl3/gdb.old/dist/gdb/
cp-support.c 77 struct demangle_component *ret_comp,
129 /* Inspect the given RET_COMP for its type. If it is a typedef,
136 struct demangle_component *ret_comp,
143 /* Copy the symbol's name from RET_COMP and look it up
145 name = (char *) alloca (ret_comp->u.s_name.len + 1);
146 memcpy (name, ret_comp->u.s_name.s, ret_comp->u.s_name.len);
147 name[ret_comp->u.s_name.len] = '\0';
170 ret_comp->u.s_name.s = new_name;
171 ret_comp->u.s_name.len = strlen (new_name)
711 struct demangle_component *ret_comp, *prev_comp, *cur_comp; local
800 struct demangle_component *ret_comp = comp, *last_template; local
858 struct demangle_component *ret_comp; local
886 struct demangle_component *ret_comp; local
911 struct demangle_component *ret_comp; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
cp-support.c 77 struct demangle_component *ret_comp,
129 /* Inspect the given RET_COMP for its type. If it is a typedef,
136 struct demangle_component *ret_comp,
143 /* Copy the symbol's name from RET_COMP and look it up
145 name = (char *) alloca (ret_comp->u.s_name.len + 1);
146 memcpy (name, ret_comp->u.s_name.s, ret_comp->u.s_name.len);
147 name[ret_comp->u.s_name.len] = '\0';
170 ret_comp->u.s_name.s = new_name;
171 ret_comp->u.s_name.len = strlen (new_name)
729 struct demangle_component *ret_comp, *prev_comp, *cur_comp; local
818 struct demangle_component *ret_comp = comp, *last_template; local
876 struct demangle_component *ret_comp; local
904 struct demangle_component *ret_comp; local
929 struct demangle_component *ret_comp; local
    [all...]

Completed in 58 milliseconds