/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | z80-dis.c | 86 fetch_data (struct buffer *buf, disassemble_info * info, int n) in fetch_data() function 117 if (fetch_data (buf, info, 1)) in prt_e() 147 if (fetch_data (buf, info, buf->nn_len)) in prt_nn() 189 if (fetch_data (buf, info, 1)) in prt_n() 210 if (fetch_data (buf, info, 1)) in prt_n_n() 269 if (fetch_data (buf, info, 1)) in prt_d() 532 if (fetch_data (buf, info, 1)) in pref_ed() 558 if (fetch_data (buf, info, 1)) in pref_cb() 610 if (fetch_data (buf, info, 1)) in prt_d_n() 676 if (fetch_data (buf, info, 2)) in pref_xd_cb() [all …]
|
H A D | visium-dis.c | 49 ? 1 : fetch_data ((info), (addr))) 51 static int fetch_data (struct disassemble_info *info, bfd_byte * addr); 54 fetch_data (struct disassemble_info *info, bfd_byte *addr) in fetch_data() function
|
H A D | vax-dis.c | 86 ? 1 : fetch_data ((info), (addr))) 89 fetch_data (struct disassemble_info *info, bfd_byte *addr) in fetch_data() function
|
H A D | xtensa-dis.c | 163 fetch_data (struct disassemble_info *info, bfd_vma memaddr) in fetch_data() function 364 bytes_fetched = fetch_data (info, memaddr); in print_insn_xtensa()
|
H A D | z8k-dis.c | 61 ? 1 : fetch_data ((info), (nibble))) 64 fetch_data (struct disassemble_info *info, int nibble) in fetch_data() function
|
H A D | ChangeLog-2014 | 434 * i386-dis.c (fetch_data): Add EdqwS, Edb, Edw, MaskBDE. 673 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 676 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 679 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 685 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 689 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 692 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
|
H A D | ns32k-dis.c | 69 ? 1 : fetch_data ((info), (addr))) 72 fetch_data (struct disassemble_info *info, bfd_byte *addr) in fetch_data() function
|
H A D | m68k-dis.c | 191 ? 1 : fetch_data ((info), (addr))) 194 fetch_data (struct disassemble_info *info, bfd_byte *addr) in fetch_data() function
|
H A D | ChangeLog-9899 | 304 (fetch_data): Don't print an error message if we have already 1379 using fetch_data(). 1414 * z8k-dis.c (fetch_data): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | z80-dis.c | 86 fetch_data (struct buffer *buf, disassemble_info * info, int n) in fetch_data() function 117 if (fetch_data (buf, info, 1)) in prt_e() 147 if (fetch_data (buf, info, buf->nn_len)) in prt_nn() 189 if (fetch_data (buf, info, 1)) in prt_n() 210 if (fetch_data (buf, info, 1)) in prt_n_n() 269 if (fetch_data (buf, info, 1)) in prt_d() 532 if (fetch_data (buf, info, 1)) in pref_ed() 558 if (fetch_data (buf, info, 1)) in pref_cb() 610 if (fetch_data (buf, info, 1)) in prt_d_n() 676 if (fetch_data (buf, info, 2)) in pref_xd_cb() [all …]
|
H A D | visium-dis.c | 49 ? 1 : fetch_data ((info), (addr))) 51 static int fetch_data (struct disassemble_info *info, bfd_byte * addr); 54 fetch_data (struct disassemble_info *info, bfd_byte *addr) in fetch_data() function
|
H A D | vax-dis.c | 86 ? 1 : fetch_data ((info), (addr))) 89 fetch_data (struct disassemble_info *info, bfd_byte *addr) in fetch_data() function
|
H A D | xtensa-dis.c | 163 fetch_data (struct disassemble_info *info, bfd_vma memaddr) in fetch_data() function 358 bytes_fetched = fetch_data (info, memaddr); in print_insn_xtensa()
|
H A D | z8k-dis.c | 61 ? 1 : fetch_data ((info), (nibble))) 64 fetch_data (struct disassemble_info *info, int nibble) in fetch_data() function
|
H A D | ChangeLog-2014 | 434 * i386-dis.c (fetch_data): Add EdqwS, Edb, Edw, MaskBDE. 673 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 676 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 679 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 685 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 689 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 692 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
|
H A D | ns32k-dis.c | 69 ? 1 : fetch_data ((info), (addr))) 72 fetch_data (struct disassemble_info *info, bfd_byte *addr) in fetch_data() function
|
H A D | m68k-dis.c | 191 ? 1 : fetch_data ((info), (addr))) 194 fetch_data (struct disassemble_info *info, bfd_byte *addr) in fetch_data() function
|
H A D | ChangeLog-9899 | 304 (fetch_data): Don't print an error message if we have already 1379 using fetch_data(). 1414 * z8k-dis.c (fetch_data): Likewise.
|
H A D | ChangeLog-2004 | 193 (fetch_data): Use xtensa_isa_maxlength.
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | dmu_zfetch.c | 223 dmu_zfetch(zfetch_t *zf, uint64_t blkid, uint64_t nblks, boolean_t fetch_data) in dmu_zfetch() argument 287 if (fetch_data) { in dmu_zfetch()
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-2014 | 434 * i386-dis.c (fetch_data): Add EdqwS, Edb, Edw, MaskBDE. 673 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 676 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 679 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 685 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 689 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 692 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
|
H A D | ChangeLog-9899 | 304 (fetch_data): Don't print an error message if we have already 1379 using fetch_data(). 1414 * z8k-dis.c (fetch_data): Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2014 | 434 * i386-dis.c (fetch_data): Add EdqwS, Edb, Edw, MaskBDE. 673 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 676 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 679 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 685 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 689 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP. 692 (fetch_data): Replace longjmp with OPCODES_SIGLONGJMP.
|
H A D | ChangeLog-9899 | 304 (fetch_data): Don't print an error message if we have already 1379 using fetch_data(). 1414 * z8k-dis.c (fetch_data): Likewise.
|
H A D | ChangeLog-2004 | 193 (fetch_data): Use xtensa_isa_maxlength.
|