Searched refs:readin (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
H A Dblockframe.c382 if (endaddr != NULL && !pst->readin)
390 if (pst->readin)
H A Dcp-support.c664 if (ps->readin)
H A Dsymmisc.c212 if (ps->readin == 0)
390 if (psymtab->readin)
1067 printf_filtered (" readin %s\n",
1068 psymtab->readin ? "yes" : "no");
H A Dxcoffread.c1741 if (pst->readin)
1751 if (!pst->dependencies[i]->readin)
1779 pst->readin = 1;
1795 if (pst->readin)
2040 subpst->readin = 0;
H A Dsymtab.c218 if (ps->readin)
219 error ("Internal: readin %s pst for `%s' found when no symtab found.",
1175 if (!ps->readin
1565 if (!ps->readin && lookup_partial_symbol (ps, name, NULL,
1613 if (!ps->readin && lookup_partial_symbol (ps, name, NULL, 0, STRUCT_DOMAIN))
1825 if (ps->readin)
2623 if (!ps->readin)
2831 if (ps->readin)
3470 if (ps->readin)
3797 if (!ps->readin)
[all...]
H A Ddwarfread.c2337 if (pst->readin)
2347 if (!pst->dependencies[i]->readin)
2377 pst->readin = 1;
2406 if (pst->readin)
H A Dsymtab.h911 /* Global symbol list. This list will be sorted after readin to
919 /* Static symbol list. This list will *not* be sorted after readin;
931 !readin or if we haven't looked for the symtab after it was readin. */
948 /* Non-zero if the symtab corresponding to this psymtab has been readin */
950 unsigned char readin;
946 unsigned char readin; member in struct:partial_symtab
H A Ddbxread.c235 /* During initial symbol readin, we need to have a structure to keep
237 is used during readin to setup the list of dependencies within each
1294 * Special case to speed up readin.
2314 subpst->readin = 0;
2358 if (pst->readin)
2367 if (!pst->dependencies[i]->readin)
2399 pst->readin = 1;
2414 if (pst->readin)
2506 would slow down initial readin, so we look for it here instead. */
H A Dhpread.c2505 subpst->readin = 0;
2693 if (pst->readin)
2703 if (!pst->dependencies[i]->readin)
2734 pst->readin = 1;
2748 if (pst->readin)
H A Dsource.c287 if (cs_pst->readin)
291 "readin pst found and no symtabs.");
H A Dmdebugread.c3817 if (pst->readin)
3819 pst->readin = 1;
3823 that by setting pst->readin before this point. */
3826 if (!pst->dependencies[i]->readin)
H A Dsymfile.c287 if (!pst->readin)
H A Dada-lang.c3750 if (!ps->readin
3782 if (!ps->readin
H A Ddwarf2read.c1799 if (pst->readin)
1924 pst->readin = 1;
/freebsd-10-stable/contrib/flex/
H A Dmain.c46 void readin PROTO ((void));
184 readin ();
1456 /* readin - read in the rules section of the input file(s) */
1458 void readin ()
1457 void readin () function

Completed in 210 milliseconds