Searched refs:bfd_put_8 (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dreloc.c885 bfd_put_8 (abfd, x, (unsigned char *) data + octets);
1266 bfd_put_8 (abfd, x, data);
1527 bfd_put_8 (input_bfd, x, location);
1595 bfd_put_8 (input_bfd, x, location);
H A Delf32-i386.c2329 bfd_put_8 (input_bfd, addend, where);
2738 bfd_put_8 (output_bfd, val ^ 0x86,
2765 bfd_put_8 (output_bfd, 0x66, contents + roff);
2766 bfd_put_8 (output_bfd, 0x90, contents + roff + 1);
2788 bfd_put_8 (output_bfd, 0xb8,
2801 bfd_put_8 (output_bfd, 0xc7,
2803 bfd_put_8 (output_bfd,
2810 bfd_put_8 (output_bfd, 0x81,
2812 bfd_put_8 (output_bfd,
2846 bfd_put_8 (output_bf
[all...]
H A Delf64-x86-64.c2587 bfd_put_8 (output_bfd, 0x48 | ((type >> 2) & 1),
2589 bfd_put_8 (output_bfd, 0xc7, contents + roff - 2);
2590 bfd_put_8 (output_bfd, 0xc0 | ((val >> 3) & 7),
2617 bfd_put_8 (output_bfd, 0x66, contents + roff);
2618 bfd_put_8 (output_bfd, 0x90, contents + roff + 1);
2646 bfd_put_8 (output_bfd, 0x49,
2648 bfd_put_8 (output_bfd, 0xc7,
2650 bfd_put_8 (output_bfd, 0xc0 | reg,
2658 bfd_put_8 (output_bfd, 0x49,
2660 bfd_put_8 (output_bf
[all...]
H A Delf32-cr16.c1221 bfd_put_8 (abfd, 0x1 | ((0xf & (code>>4))<<4), contents + irel->r_offset);
1222 bfd_put_8 (abfd, value, contents + irel->r_offset+2);
1272 bfd_put_8 (abfd, (code & 0xff) - 0x10, contents + irel->r_offset);
1313 bfd_put_8 (abfd, (code & 0xff) - 0x10, contents + irel->r_offset);
H A Dcoff-i386.c154 bfd_put_8 (abfd, x, addr);
H A Dcoff-x86_64.c146 bfd_put_8 (abfd, x, addr);
H A Dcoff64-rs6000.c680 bfd_put_8 (abfd, src->l_smtype, dst->l_smtype);
681 bfd_put_8 (abfd, src->l_smclas, dst->l_smclas);
714 bfd_put_8 (abfd, src->r_type, dst->r_type);
715 bfd_put_8 (abfd, src->r_size, dst->r_size);
H A Dpe-mips.c104 bfd_put_8 (abfd, x, addr);
H A Dbfd-in2.h1041 #define bfd_put_8(abfd, val, ptr) \
1044 bfd_put_8
1085 ((bits) == 8 ? bfd_put_8 (abfd, val, ptr) \
1095 bfd_put_8 (abfd, val, ptr)
1097 bfd_put_8 (abfd, val, ptr)
1034 #define bfd_put_8 macro
H A Dcoff-rs6000.c2698 bfd_put_8 (abfd, src->l_smtype, dst->l_smtype);
2699 bfd_put_8 (abfd, src->l_smclas, dst->l_smclas);
2732 bfd_put_8 (abfd, src->r_type, dst->r_type);
2733 bfd_put_8 (abfd, src->r_size, dst->r_size);
H A Dieee.c1600 bfd_put_8 (ieee->h.abfd, (int) (-current_map->pc), location_ptr + current_map->pc);
1604 bfd_put_8 (ieee->h.abfd, 0, location_ptr + current_map->pc);
1610 bfd_put_8 (ieee->h.abfd, 0, location_ptr + current_map->pc);
H A Dcoff-arm.c124 bfd_put_8 (abfd, x, addr);
H A Delf32-arm.c4909 bfd_put_8 (input_bfd, value, hit_data);
H A Delflink.c6994 bfd_put_8 (input_bfd, x, location);
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldwrite.c169 bfd_put_8 (output_bfd, value, link_order->u.data.contents);
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1047 #define bfd_put_8(abfd, val, ptr) \
1050 bfd_put_8
1091 ((bits) == 8 ? bfd_put_8 (abfd, val, ptr) \
1101 bfd_put_8 (abfd, val, ptr)
1103 bfd_put_8 (abfd, val, ptr)
1040 #define bfd_put_8 macro
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dwrstabs.c375 bfd_put_8 (info->abfd, type, sym + 4);
376 bfd_put_8 (info->abfd, 0, sym + 5);
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-cr16.c715 bfd_put_8 (stdoutput, (unsigned char) val, buf);

Completed in 297 milliseconds