Searched refs:psymtab_include_list (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Ddbxread.c1206 char **psymtab_include_list;
1228 psymtab_include_list = (char **) alloca (includes_allocated *
1373 end_psymtab (pst, psymtab_include_list, includes_used,
1497 end_psymtab (pst, psymtab_include_list, includes_used,
1609 suppose the psymtab_include_list could be hashed or put
1616 if (strcmp (namestring, psymtab_include_list[i]) == 0)
1627 psymtab_include_list[includes_used++] = namestring;
1630 char **orig = psymtab_include_list;
1632 psymtab_include_list = (char **)
1635 memcpy (psymtab_include_list, ori
1198 char **psymtab_include_list; local
[all...]
H A Dxcoffread.c2148 char **psymtab_include_list;
2171 psymtab_include_list = (char **) alloca (includes_allocated *
2253 (pst, psymtab_include_list, includes_used,
2426 xcoff_end_psymtab (pst, psymtab_include_list, includes_used,
2539 suppose the psymtab_include_list could be hashed or put
2546 if (DEPRECATED_STREQ (namestring, psymtab_include_list[i]))
2554 psymtab_include_list[includes_used++] = namestring;
2557 char **orig = psymtab_include_list;
2559 psymtab_include_list = (char **)
2562 memcpy (psymtab_include_list, ori
2140 char **psymtab_include_list; local
[all...]
H A Dhpread.c1069 NULL, /* psymtab_include_list */
1224 NULL, /* psymtab_include_list */
1452 NULL, /* psymtab_include_list */
1513 NULL, /* psymtab_include_list */
1797 char **psymtab_include_list;
1817 psymtab_include_list = (char **) alloca (includes_allocated *
1957 if (!strcmp (namestring, psymtab_include_list[j]))
1967 psymtab_include_list[includes_used++] = namestring;
1970 char **orig = psymtab_include_list;
1972 psymtab_include_list
1787 char **psymtab_include_list; local
[all...]
H A Dmdebugread.c2238 char **psymtab_include_list;
2268 psymtab_include_list = (char **) alloca (includes_allocated *
2934 suppose the psymtab_include_list could be hashed or put
2942 psymtab_include_list[i]) == 0)
2951 psymtab_include_list[includes_used++] = namestring;
2954 char **orig = psymtab_include_list;
2956 psymtab_include_list = (char **)
2959 memcpy (psymtab_include_list, orig,
3601 psymtab_include_list, includes_used,
2230 char **psymtab_include_list; local

Completed in 66 milliseconds