Home
last modified time | relevance | path

Searched refs:append_insns (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Damd64-tdep.c1788 append_insns (CORE_ADDR *to, ULONGEST len, const gdb_byte *buf) in append_insns() function
1869 append_insns (to, i, push_buf); in amd64_relocate_instruction()
1884 append_insns (to, 5, insn); in amd64_relocate_instruction()
1911 append_insns (to, insn_length, buf.data ()); in amd64_relocate_instruction()
Di386-tdep.c962 append_insns (CORE_ADDR *to, ULONGEST len, const gdb_byte *buf) in append_insns() function
999 append_insns (to, 5, push_buf); in i386_relocate_instruction()
1014 append_insns (to, 5, insn); in i386_relocate_instruction()
1038 append_insns (to, insn_length, buf); in i386_relocate_instruction()
DChangeLog-20105231 (append_insns): New.
5234 * i386-tdep.c (append_insns): New.