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

  /src/external/gpl3/gdb.old/dist/gdb/
xcoffread.c 2057 const char **psymtab_include_list;
2080 psymtab_include_list = (const char **) alloca (includes_allocated *
2164 (objfile, partial_symtabs, pst, psymtab_include_list,
2337 pst, psymtab_include_list,
2451 suppose the psymtab_include_list could be hashed or put
2460 if (strcmp (namestring, psymtab_include_list[i]) == 0)
2468 psymtab_include_list[includes_used++] = namestring;
2471 const char **orig = psymtab_include_list;
2473 psymtab_include_list = (const char **)
2476 memcpy (psymtab_include_list, orig
2049 const char **psymtab_include_list; local
    [all...]
mdebugread.c 2328 const char **psymtab_include_list;
2356 psymtab_include_list = (const char **) alloca (includes_allocated *
2989 work (I suppose the psymtab_include_list could be
3000 psymtab_include_list[i]) == 0)
3009 psymtab_include_list[includes_used++] = namestring;
3012 const char **orig = psymtab_include_list;
3014 psymtab_include_list = (const char **)
3017 memcpy (psymtab_include_list, orig,
3701 psymtab_include_list, includes_used,
2320 const char **psymtab_include_list; local
stabsread.c 1229 const char **psymtab_include_list;
1250 psymtab_include_list = (const char **) alloca (includes_allocated *
1390 pst, psymtab_include_list,
1507 pst, psymtab_include_list,
1622 suppose the psymtab_include_list could be hashed or put
1630 if (filename_cmp (namestring, psymtab_include_list[i]) == 0)
1641 psymtab_include_list[includes_used++] = namestring;
1644 const char **orig = psymtab_include_list;
1646 psymtab_include_list = (const char **)
1648 memcpy (psymtab_include_list, orig
1226 const char **psymtab_include_list; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
xcoffread.c 2057 const char **psymtab_include_list;
2080 psymtab_include_list = (const char **) alloca (includes_allocated *
2164 (objfile, partial_symtabs, pst, psymtab_include_list,
2337 pst, psymtab_include_list,
2451 suppose the psymtab_include_list could be hashed or put
2460 if (strcmp (namestring, psymtab_include_list[i]) == 0)
2468 psymtab_include_list[includes_used++] = namestring;
2471 const char **orig = psymtab_include_list;
2473 psymtab_include_list = (const char **)
2476 memcpy (psymtab_include_list, orig
2049 const char **psymtab_include_list; local
    [all...]
mdebugread.c 2328 const char **psymtab_include_list;
2356 psymtab_include_list = (const char **) alloca (includes_allocated *
2992 work (I suppose the psymtab_include_list could be
3003 psymtab_include_list[i]) == 0)
3012 psymtab_include_list[includes_used++] = namestring;
3015 const char **orig = psymtab_include_list;
3017 psymtab_include_list = (const char **)
3020 memcpy (psymtab_include_list, orig,
3704 psymtab_include_list, includes_used,
2320 const char **psymtab_include_list; local
stabsread.c 1229 const char **psymtab_include_list;
1250 psymtab_include_list = (const char **) alloca (includes_allocated *
1390 pst, psymtab_include_list,
1507 pst, psymtab_include_list,
1622 suppose the psymtab_include_list could be hashed or put
1630 if (filename_cmp (namestring, psymtab_include_list[i]) == 0)
1641 psymtab_include_list[includes_used++] = namestring;
1644 const char **orig = psymtab_include_list;
1646 psymtab_include_list = (const char **)
1648 memcpy (psymtab_include_list, orig
1226 const char **psymtab_include_list; local
    [all...]

Completed in 34 milliseconds