OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:small_jump_insn
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbserver/
linux-x86-low.cc
63
static unsigned char
small_jump_insn
[] = { 0x66, 0xe9, 0, 0 };
variable
1438
offset = (*trampoline - (tpaddr + sizeof (
small_jump_insn
))) & 0xffff;
1439
memcpy (buf,
small_jump_insn
, sizeof (
small_jump_insn
));
1441
memcpy (jjump_pad_insn, buf, sizeof (
small_jump_insn
));
1442
*jjump_pad_insn_size = sizeof (
small_jump_insn
);
/src/external/gpl3/gdb/dist/gdbserver/
linux-x86-low.cc
63
static unsigned char
small_jump_insn
[] = { 0x66, 0xe9, 0, 0 };
variable
1469
offset = (*trampoline - (tpaddr + sizeof (
small_jump_insn
))) & 0xffff;
1470
memcpy (buf,
small_jump_insn
, sizeof (
small_jump_insn
));
1472
memcpy (jjump_pad_insn, buf, sizeof (
small_jump_insn
));
1473
*jjump_pad_insn_size = sizeof (
small_jump_insn
);
Completed in 17 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026