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

/freebsd-10-stable/contrib/binutils/opcodes/
H A Darc-opc.c1597 static int init_p = 0;
1604 if (!init_p)
1628 init_p = 1;
1592 static int init_p = 0; local
H A Dmep-desc.c2600 static int init_p; local
2606 if (! init_p)
2609 init_p = 1;
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdbarch.sh1813 int init_p;
1847 (*curr)->data->init_p = 1;
1889 gdb_assert (data->init_p);
1890 data->init_p = 0;
1893 data->init_p = 1;
H A Dgdbarch.c5384 int init_p; member in struct:gdbarch_data
5418 (*curr)->data->init_p = 1;
5460 gdb_assert (data->init_p);
5461 data->init_p = 0;
5464 data->init_p = 1;

Completed in 127 milliseconds