OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:small_jump_insn
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/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.old/dist/gdbserver/
linux-x86-low.cc
57
static unsigned char
small_jump_insn
[] = { 0x66, 0xe9, 0, 0 };
variable
1527
offset = (*trampoline - (tpaddr + sizeof (
small_jump_insn
))) & 0xffff;
1528
memcpy (buf,
small_jump_insn
, sizeof (
small_jump_insn
));
1530
memcpy (jjump_pad_insn, buf, sizeof (
small_jump_insn
));
1531
*jjump_pad_insn_size = sizeof (
small_jump_insn
);
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026