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

  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 3062 CORE_ADDR jentry, jump_entry; local
3086 jentry = jump_entry = get_jump_space_head ();
3094 ipa_sym_addrs.addr_collecting, tpoint->orig_size, &jentry,
3108 tpoint->jump_pad_end = jentry;
3113 jentry = ((jentry + 7) & ~0x7);
3114 claim_jump_space (jentry - jump_entry);
6007 CORE_ADDR jentry, jump_entry; local
6009 jentry = jump_entry = get_jump_space_head ();
6016 jentry = UALIGN (jentry, 8)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 3062 CORE_ADDR jentry, jump_entry; local
3086 jentry = jump_entry = get_jump_space_head ();
3094 ipa_sym_addrs.addr_collecting, tpoint->orig_size, &jentry,
3108 tpoint->jump_pad_end = jentry;
3113 jentry = ((jentry + 7) & ~0x7);
3114 claim_jump_space (jentry - jump_entry);
6007 CORE_ADDR jentry, jump_entry; local
6009 jentry = jump_entry = get_jump_space_head ();
6016 jentry = UALIGN (jentry, 8)
    [all...]

Completed in 37 milliseconds