Searched refs:bytecode_address_table (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dax.cc157 } *bytecode_address_table; variable in typeref:struct:bytecode_address
429 bytecode_address_table = NULL;
444 aentry->next = bytecode_address_table;
445 bytecode_address_table = aentry;
773 for (aentry = bytecode_address_table; aentry; aentry = aentry->next)
783 for (aentry2 = bytecode_address_table; aentry2; aentry2 = aentry2->next)
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dax.cc154 } *bytecode_address_table; variable in typeref:struct:bytecode_address
426 bytecode_address_table = NULL;
441 aentry->next = bytecode_address_table;
442 bytecode_address_table = aentry;
770 for (aentry = bytecode_address_table; aentry; aentry = aentry->next)
780 for (aentry2 = bytecode_address_table; aentry2; aentry2 = aentry2->next)

Completed in 130 milliseconds