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

  /src/usr.bin/dc/
bcode.c 139 struct jump_entry { struct
146 static const struct jump_entry jump_table_data[] = {
  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 1363 CORE_ADDR *jump_entry);
3062 CORE_ADDR jentry, jump_entry; local
3086 jentry = jump_entry = get_jump_space_head ();
3107 tpoint->jump_pad = jump_entry;
3114 claim_jump_space (jentry - jump_entry);
5895 CORE_ADDR *jump_entry)
5897 CORE_ADDR entry_point = *jump_entry;
5904 current_insn_ptr = *jump_entry;
5934 *jump_entry = current_insn_ptr;
5937 *jump_entry += 16
6007 CORE_ADDR jentry, jump_entry; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 1363 CORE_ADDR *jump_entry);
3062 CORE_ADDR jentry, jump_entry; local
3086 jentry = jump_entry = get_jump_space_head ();
3107 tpoint->jump_pad = jump_entry;
3114 claim_jump_space (jentry - jump_entry);
5895 CORE_ADDR *jump_entry)
5897 CORE_ADDR entry_point = *jump_entry;
5904 current_insn_ptr = *jump_entry;
5934 *jump_entry = current_insn_ptr;
5937 *jump_entry += 16
6007 CORE_ADDR jentry, jump_entry; local
    [all...]

Completed in 96 milliseconds