Home
last modified time | relevance | path

Searched refs:bfd_getb32 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/disas/
H A Ddis-asm.h490 static inline bfd_vma bfd_getb32(const bfd_byte *addr) in bfd_getb32() function
/openbmc/qemu/target/openrisc/
H A Ddisas.c45 insn = bfd_getb32(buffer); in print_insn_or1k()
/openbmc/qemu/disas/
H A Dhppa.c1973 insn = bfd_getb32 (buffer); in print_insn_hppa()
H A Dsh4.c2054 val = bfd_getb32 (bytes); in print_insn_sh()
H A Dsparc.c2714 getword = bfd_getb32; in print_insn_sparc()
H A Dmips.c5083 insn = (unsigned long) bfd_getb32 (buffer); in _print_insn_mips()