Home
last modified time | relevance | path

Searched refs:bfd_getl32 (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-10-stable/contrib/binutils/bfd/
Dcoff-ia64.c175 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
178 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
Dfreebsd.h90 long linfo = bfd_getl32(ext); in freebsd_swap_magic()
Dcoff-i386.c659 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
662 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
Dmipsbsd.c429 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
432 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
Dcoff-x86_64.c762 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
765 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
Delfxx-target.h869 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
874 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
Daout-target.h625 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
628 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
Daout-arm.c481 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
484 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
Dpe-mips.c893 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
896 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
Dcoff-mips.c1436 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
1439 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
1523 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
Dbout.c1410 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
1451 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
1454 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
Dppcboot.c505 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
Dbfd-in.h583 bfd_vma bfd_getl32 (const void *);
Dlibbfd.c578 bfd_getl32 (const void *p) in bfd_getl32() function
Darchive.c817 nsymz = bfd_getl32 (int_buf); in do_slurp_coff_armap()
819 swap = bfd_getl32; in do_slurp_coff_armap()
Dcoff-alpha.c2416 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
2419 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
Dcoff-ppc.c2595 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
2599 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
/freebsd-10-stable/contrib/binutils/opcodes/
Dalpha-dis.c112 insn = bfd_getl32 (buffer);
Dppc-dis.c208 insn = bfd_getl32 (buffer); in print_insn_powerpc()
Darc-dis.c1183 s.words[0] = bfd_getl32(buffer); in decodeInstr()
1191 s.words[1] = bfd_getl32(buffer); in decodeInstr()
Dsparc-dis.c500 getword = bfd_getl32; in print_insn_sparc()
Dsh-dis.c921 val = bfd_getl32 (bytes); in print_insn_sh()
/freebsd-10-stable/contrib/binutils/include/coff/
Decoff.h249 ((bigend) ? bfd_getb32 ((ax)->field) : bfd_getl32 ((ax)->field))
/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-sparc.c3181 insn = bfd_getl32 ((unsigned char *) buf);
3220 delay = bfd_getl32 ((unsigned char *) buf + 4);
3256 setter = bfd_getl32 ((unsigned char *) buf - 4);
Dtc-ppc.c5625 insn = bfd_getl32 ((unsigned char *) where); in md_apply_fix()
5890 val = bfd_getl32 (where); in md_apply_fix()
5999 insn = bfd_getl32 ((unsigned char *) where); in md_apply_fix()

12