HomeSort by: relevance | last modified time | path
    Searched refs:bfd_put_8 (Results 1 - 25 of 331) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/binutils/dist/bfd/
elf-linux-core.h 61 bfd_put_8 (obfd, from->pr_state, &to->pr_state);
62 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname);
63 bfd_put_8 (obfd, from->pr_zomb, &to->pr_zomb);
64 bfd_put_8 (obfd, from->pr_nice, &to->pr_nice);
113 bfd_put_8 (obfd, from->pr_state, &to->pr_state);
114 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname);
115 bfd_put_8 (obfd, from->pr_zomb, &to->pr_zomb);
116 bfd_put_8 (obfd, from->pr_nice, &to->pr_nice);
166 bfd_put_8 (obfd, from->pr_state, &to->pr_state);
167 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname)
    [all...]
coff-z80.c 372 bfd_put_8 (in_abfd, val, data + *dst_ptr);
378 bfd_put_8 (in_abfd, val >> 24, data + *dst_ptr);
384 bfd_put_8 (in_abfd, val >> 16, data + *dst_ptr);
390 bfd_put_8 (in_abfd, val >> 8, data + *dst_ptr);
400 bfd_put_8 (in_abfd, val, data + *dst_ptr);
456 bfd_put_8 (in_abfd, gap, data + *dst_ptr);
468 bfd_put_8 (in_abfd, val >> 8, data + *dst_ptr + 0);
469 bfd_put_8 (in_abfd, val, data + *dst_ptr + 1);
elf32-m68hc11.c 455 bfd_put_8 (stub_bfd, 0x37, loc);
456 bfd_put_8 (stub_bfd, 0xC6, loc + 1);
457 bfd_put_8 (stub_bfd, phys_page, loc + 2);
461 bfd_put_8 (stub_bfd, 0x18, loc);
462 bfd_put_8 (stub_bfd, 0xCE, loc + 1);
467 bfd_put_8 (stub_bfd, 0x7E, loc);
664 bfd_put_8 (abfd, code, contents + offset);
665 bfd_put_8 (abfd, new_value, contents + offset + 1);
937 bfd_put_8 (abfd, code, contents + prev_insn_branch->r_offset);
938 bfd_put_8 (abfd, 0xff
    [all...]
elf32-cr16.c 980 bfd_put_8 (input_bfd, (unsigned char) Rvalue, hit_data);
1954 bfd_put_8 (abfd, 0x05, contents + irel->r_offset + 1);
1956 bfd_put_8 (abfd, 0x04, contents + irel->r_offset + 1);
1958 bfd_put_8 (abfd, (code & 0xf) << 4, contents + irel->r_offset);
1964 bfd_put_8 (abfd,
1969 bfd_put_8 (abfd,
2006 bfd_put_8 (abfd, 0x54, contents + irel->r_offset + 1);
2008 bfd_put_8 (abfd, 0x60, contents + irel->r_offset + 1);
2010 bfd_put_8 (abfd, 0x56, contents + irel->r_offset + 1);
2014 bfd_put_8 (abfd, 0xb0 | (code & 0xf), contents + irel->r_offset)
    [all...]
elf32-h8300.c 373 bfd_put_8 (input_bfd, value, hit_data);
419 bfd_put_8 (input_bfd, value, hit_data);
929 bfd_put_8 (abfd,
946 bfd_put_8 (abfd, 0x55, contents + irel->r_offset - 1); /* bsr8. */
949 bfd_put_8 (abfd, 0x40, contents + irel->r_offset - 1); /* bra8. */
1014 bfd_put_8 (abfd, code, contents + irel->r_offset - 2); /* bCC:8. */
1018 bfd_put_8 (abfd, 0x55, contents + irel->r_offset - 2); /* bsr8. */
1084 bfd_put_8 (abfd, (code & 0xf) | 0x20,
1089 bfd_put_8 (abfd, (code & 0xf) | 0x30,
1096 bfd_put_8 (abfd, 0x7f, contents + irel->r_offset - 2)
    [all...]
elf64-x86-64.c 2156 bfd_put_8 (abfd, nop, contents + nop_offset);
2157 bfd_put_8 (abfd, modrm, contents + irel->r_offset - 1);
2239 bfd_put_8 (abfd, opcode, contents + roff - 2);
2240 bfd_put_8 (abfd, modrm, contents + roff - 1);
2256 bfd_put_8 (abfd, evex[2], contents + roff - 3);
2257 bfd_put_8 (abfd, evex[1], contents + roff - 4);
2259 bfd_put_8 (abfd, evex[0], contents + roff - 5);
2339 bfd_put_8 (abfd, rex, contents + roff - 3);
2399 bfd_put_8 (abfd, 0x68, contents + roff - 1);
2402 bfd_put_8 (abfd, 0x2e, contents + roff - 3)
    [all...]
coff-z8k.c 222 bfd_put_8 (in_abfd,
254 bfd_put_8 (in_abfd,
291 bfd_put_8 (in_abfd, gap / 2, data + *dst_ptr);
315 bfd_put_8 (in_abfd,
elf-m10200.c 280 bfd_put_8 (input_bfd, value, hit_data);
303 bfd_put_8 (input_bfd, value, hit_data);
718 bfd_put_8 (abfd, 0xfc, contents + irel->r_offset - 2);
720 bfd_put_8 (abfd, 0xfd, contents + irel->r_offset - 2);
770 bfd_put_8 (abfd, 0xea, contents + irel->r_offset - 1);
913 bfd_put_8 (abfd, code, contents + irel->r_offset - 1);
975 bfd_put_8 (abfd, 0xf8 + (code & 0x03),
1027 bfd_put_8 (abfd, code, contents + irel->r_offset - 2);
1097 bfd_put_8 (abfd, 0xf7, contents + irel->r_offset - 2);
1132 bfd_put_8 (abfd, code, contents + irel->r_offset - 1)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-linux-core.h 61 bfd_put_8 (obfd, from->pr_state, &to->pr_state);
62 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname);
63 bfd_put_8 (obfd, from->pr_zomb, &to->pr_zomb);
64 bfd_put_8 (obfd, from->pr_nice, &to->pr_nice);
113 bfd_put_8 (obfd, from->pr_state, &to->pr_state);
114 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname);
115 bfd_put_8 (obfd, from->pr_zomb, &to->pr_zomb);
116 bfd_put_8 (obfd, from->pr_nice, &to->pr_nice);
166 bfd_put_8 (obfd, from->pr_state, &to->pr_state);
167 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname)
    [all...]
coff-z80.c 372 bfd_put_8 (in_abfd, val, data + *dst_ptr);
378 bfd_put_8 (in_abfd, val >> 24, data + *dst_ptr);
384 bfd_put_8 (in_abfd, val >> 16, data + *dst_ptr);
390 bfd_put_8 (in_abfd, val >> 8, data + *dst_ptr);
400 bfd_put_8 (in_abfd, val, data + *dst_ptr);
456 bfd_put_8 (in_abfd, gap, data + *dst_ptr);
468 bfd_put_8 (in_abfd, val >> 8, data + *dst_ptr + 0);
469 bfd_put_8 (in_abfd, val, data + *dst_ptr + 1);
elf32-m68hc11.c 455 bfd_put_8 (stub_bfd, 0x37, loc);
456 bfd_put_8 (stub_bfd, 0xC6, loc + 1);
457 bfd_put_8 (stub_bfd, phys_page, loc + 2);
461 bfd_put_8 (stub_bfd, 0x18, loc);
462 bfd_put_8 (stub_bfd, 0xCE, loc + 1);
467 bfd_put_8 (stub_bfd, 0x7E, loc);
664 bfd_put_8 (abfd, code, contents + offset);
665 bfd_put_8 (abfd, new_value, contents + offset + 1);
937 bfd_put_8 (abfd, code, contents + prev_insn_branch->r_offset);
938 bfd_put_8 (abfd, 0xff
    [all...]
elf32-h8300.c 373 bfd_put_8 (input_bfd, value, hit_data);
419 bfd_put_8 (input_bfd, value, hit_data);
929 bfd_put_8 (abfd,
946 bfd_put_8 (abfd, 0x55, contents + irel->r_offset - 1); /* bsr8. */
949 bfd_put_8 (abfd, 0x40, contents + irel->r_offset - 1); /* bra8. */
1014 bfd_put_8 (abfd, code, contents + irel->r_offset - 2); /* bCC:8. */
1018 bfd_put_8 (abfd, 0x55, contents + irel->r_offset - 2); /* bsr8. */
1084 bfd_put_8 (abfd, (code & 0xf) | 0x20,
1089 bfd_put_8 (abfd, (code & 0xf) | 0x30,
1096 bfd_put_8 (abfd, 0x7f, contents + irel->r_offset - 2)
    [all...]
elf64-x86-64.c 2144 bfd_put_8 (abfd, nop, contents + nop_offset);
2145 bfd_put_8 (abfd, modrm, contents + irel->r_offset - 1);
2227 bfd_put_8 (abfd, opcode, contents + roff - 2);
2228 bfd_put_8 (abfd, modrm, contents + roff - 1);
2244 bfd_put_8 (abfd, evex[2], contents + roff - 3);
2245 bfd_put_8 (abfd, evex[1], contents + roff - 4);
2247 bfd_put_8 (abfd, evex[0], contents + roff - 5);
2327 bfd_put_8 (abfd, rex, contents + roff - 3);
2387 bfd_put_8 (abfd, 0x68, contents + roff - 1);
2390 bfd_put_8 (abfd, 0x2e, contents + roff - 3)
    [all...]
coff-z8k.c 222 bfd_put_8 (in_abfd,
254 bfd_put_8 (in_abfd,
291 bfd_put_8 (in_abfd, gap / 2, data + *dst_ptr);
315 bfd_put_8 (in_abfd,
  /src/external/gpl3/gdb.old/dist/bfd/
elf-linux-core.h 61 bfd_put_8 (obfd, from->pr_state, &to->pr_state);
62 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname);
63 bfd_put_8 (obfd, from->pr_zomb, &to->pr_zomb);
64 bfd_put_8 (obfd, from->pr_nice, &to->pr_nice);
113 bfd_put_8 (obfd, from->pr_state, &to->pr_state);
114 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname);
115 bfd_put_8 (obfd, from->pr_zomb, &to->pr_zomb);
116 bfd_put_8 (obfd, from->pr_nice, &to->pr_nice);
166 bfd_put_8 (obfd, from->pr_state, &to->pr_state);
167 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname)
    [all...]
coff-z80.c 372 bfd_put_8 (in_abfd, val, data + *dst_ptr);
378 bfd_put_8 (in_abfd, val >> 24, data + *dst_ptr);
384 bfd_put_8 (in_abfd, val >> 16, data + *dst_ptr);
390 bfd_put_8 (in_abfd, val >> 8, data + *dst_ptr);
400 bfd_put_8 (in_abfd, val, data + *dst_ptr);
456 bfd_put_8 (in_abfd, gap, data + *dst_ptr);
468 bfd_put_8 (in_abfd, val >> 8, data + *dst_ptr + 0);
469 bfd_put_8 (in_abfd, val, data + *dst_ptr + 1);
elf32-m68hc11.c 455 bfd_put_8 (stub_bfd, 0x37, loc);
456 bfd_put_8 (stub_bfd, 0xC6, loc + 1);
457 bfd_put_8 (stub_bfd, phys_page, loc + 2);
461 bfd_put_8 (stub_bfd, 0x18, loc);
462 bfd_put_8 (stub_bfd, 0xCE, loc + 1);
467 bfd_put_8 (stub_bfd, 0x7E, loc);
664 bfd_put_8 (abfd, code, contents + offset);
665 bfd_put_8 (abfd, new_value, contents + offset + 1);
937 bfd_put_8 (abfd, code, contents + prev_insn_branch->r_offset);
938 bfd_put_8 (abfd, 0xff
    [all...]
elf32-h8300.c 373 bfd_put_8 (input_bfd, value, hit_data);
419 bfd_put_8 (input_bfd, value, hit_data);
929 bfd_put_8 (abfd,
946 bfd_put_8 (abfd, 0x55, contents + irel->r_offset - 1); /* bsr8. */
949 bfd_put_8 (abfd, 0x40, contents + irel->r_offset - 1); /* bra8. */
1014 bfd_put_8 (abfd, code, contents + irel->r_offset - 2); /* bCC:8. */
1018 bfd_put_8 (abfd, 0x55, contents + irel->r_offset - 2); /* bsr8. */
1084 bfd_put_8 (abfd, (code & 0xf) | 0x20,
1089 bfd_put_8 (abfd, (code & 0xf) | 0x30,
1096 bfd_put_8 (abfd, 0x7f, contents + irel->r_offset - 2)
    [all...]
coff-z8k.c 222 bfd_put_8 (in_abfd,
254 bfd_put_8 (in_abfd,
291 bfd_put_8 (in_abfd, gap / 2, data + *dst_ptr);
315 bfd_put_8 (in_abfd,
  /src/external/gpl3/gdb/dist/bfd/
elf-linux-core.h 61 bfd_put_8 (obfd, from->pr_state, &to->pr_state);
62 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname);
63 bfd_put_8 (obfd, from->pr_zomb, &to->pr_zomb);
64 bfd_put_8 (obfd, from->pr_nice, &to->pr_nice);
113 bfd_put_8 (obfd, from->pr_state, &to->pr_state);
114 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname);
115 bfd_put_8 (obfd, from->pr_zomb, &to->pr_zomb);
116 bfd_put_8 (obfd, from->pr_nice, &to->pr_nice);
166 bfd_put_8 (obfd, from->pr_state, &to->pr_state);
167 bfd_put_8 (obfd, from->pr_sname, &to->pr_sname)
    [all...]
coff-z80.c 372 bfd_put_8 (in_abfd, val, data + *dst_ptr);
378 bfd_put_8 (in_abfd, val >> 24, data + *dst_ptr);
384 bfd_put_8 (in_abfd, val >> 16, data + *dst_ptr);
390 bfd_put_8 (in_abfd, val >> 8, data + *dst_ptr);
400 bfd_put_8 (in_abfd, val, data + *dst_ptr);
456 bfd_put_8 (in_abfd, gap, data + *dst_ptr);
468 bfd_put_8 (in_abfd, val >> 8, data + *dst_ptr + 0);
469 bfd_put_8 (in_abfd, val, data + *dst_ptr + 1);
elf32-m68hc11.c 455 bfd_put_8 (stub_bfd, 0x37, loc);
456 bfd_put_8 (stub_bfd, 0xC6, loc + 1);
457 bfd_put_8 (stub_bfd, phys_page, loc + 2);
461 bfd_put_8 (stub_bfd, 0x18, loc);
462 bfd_put_8 (stub_bfd, 0xCE, loc + 1);
467 bfd_put_8 (stub_bfd, 0x7E, loc);
664 bfd_put_8 (abfd, code, contents + offset);
665 bfd_put_8 (abfd, new_value, contents + offset + 1);
937 bfd_put_8 (abfd, code, contents + prev_insn_branch->r_offset);
938 bfd_put_8 (abfd, 0xff
    [all...]
elf32-h8300.c 373 bfd_put_8 (input_bfd, value, hit_data);
419 bfd_put_8 (input_bfd, value, hit_data);
930 bfd_put_8 (abfd,
947 bfd_put_8 (abfd, 0x55, contents + irel->r_offset - 1); /* bsr8. */
950 bfd_put_8 (abfd, 0x40, contents + irel->r_offset - 1); /* bra8. */
1015 bfd_put_8 (abfd, code, contents + irel->r_offset - 2); /* bCC:8. */
1019 bfd_put_8 (abfd, 0x55, contents + irel->r_offset - 2); /* bsr8. */
1085 bfd_put_8 (abfd, (code & 0xf) | 0x20,
1090 bfd_put_8 (abfd, (code & 0xf) | 0x30,
1097 bfd_put_8 (abfd, 0x7f, contents + irel->r_offset - 2)
    [all...]
elf64-x86-64.c 2144 bfd_put_8 (abfd, nop, contents + nop_offset);
2145 bfd_put_8 (abfd, modrm, contents + irel->r_offset - 1);
2227 bfd_put_8 (abfd, opcode, contents + roff - 2);
2228 bfd_put_8 (abfd, modrm, contents + roff - 1);
2244 bfd_put_8 (abfd, evex[2], contents + roff - 3);
2245 bfd_put_8 (abfd, evex[1], contents + roff - 4);
2247 bfd_put_8 (abfd, evex[0], contents + roff - 5);
2327 bfd_put_8 (abfd, rex, contents + roff - 3);
2387 bfd_put_8 (abfd, 0x68, contents + roff - 1);
2390 bfd_put_8 (abfd, 0x2e, contents + roff - 3)
    [all...]
coff-z8k.c 222 bfd_put_8 (in_abfd,
254 bfd_put_8 (in_abfd,
291 bfd_put_8 (in_abfd, gap / 2, data + *dst_ptr);
315 bfd_put_8 (in_abfd,

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 91011>>