Searched refs:append_insns (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | amd64-tdep.c | 1788 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()
|
| D | i386-tdep.c | 962 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()
|
| D | ChangeLog-2010 | 5231 (append_insns): New. 5234 * i386-tdep.c (append_insns): New.
|