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

1 2 3 4 5 6 7 8 91011

  /src/external/gpl3/binutils/dist/bfd/
elf-linux-core.h 65 bfd_put_32 (obfd, from->pr_flag, to->pr_flag);
66 bfd_put_32 (obfd, from->pr_uid, to->pr_uid);
67 bfd_put_32 (obfd, from->pr_gid, to->pr_gid);
68 bfd_put_32 (obfd, from->pr_pid, to->pr_pid);
69 bfd_put_32 (obfd, from->pr_ppid, to->pr_ppid);
70 bfd_put_32 (obfd, from->pr_pgrp, to->pr_pgrp);
71 bfd_put_32 (obfd, from->pr_sid, to->pr_sid);
117 bfd_put_32 (obfd, from->pr_flag, to->pr_flag);
120 bfd_put_32 (obfd, from->pr_pid, to->pr_pid);
121 bfd_put_32 (obfd, from->pr_ppid, to->pr_ppid)
    [all...]
compress.c 176 bfd_put_32 (abfd, ch_type, &echdr->ch_type);
177 bfd_put_32 (abfd, sec->size, &echdr->ch_size);
178 bfd_put_32 (abfd, 1u << sec->alignment_power,
187 bfd_put_32 (abfd, ch_type, &echdr->ch_type);
188 bfd_put_32 (abfd, 0, &echdr->ch_reserved);
495 bfd_put_32 (obfd, chdr.ch_type, &echdr->ch_type);
496 bfd_put_32 (obfd, chdr.ch_size, &echdr->ch_size);
497 bfd_put_32 (obfd, chdr.ch_addralign, &echdr->ch_addralign);
502 bfd_put_32 (obfd, chdr.ch_type, &echdr->ch_type);
503 bfd_put_32 (obfd, 0, &echdr->ch_reserved)
    [all...]
elfxx-sparc.c 122 bfd_put_32 (abfd, insn, (bfd_byte *) data + reloc_entry->address);
150 bfd_put_32 (abfd, insn, (bfd_byte *) data + reloc_entry->address);
177 bfd_put_32 (abfd, insn, (bfd_byte *) data + reloc_entry->address);
202 bfd_put_32 (abfd, insn, (bfd_byte *) data + reloc_entry->address);
742 bfd_put_32 (abfd, val, ptr);
816 bfd_put_32 (output_bfd,
819 bfd_put_32 (output_bfd,
823 bfd_put_32 (output_bfd, (bfd_vma) PLT32_ENTRY_WORD2,
856 bfd_put_32 (output_bfd, (bfd_vma) sethi, entry);
857 bfd_put_32 (output_bfd, (bfd_vma) ba, entry + 4)
    [all...]
elf64-ppc.c 1449 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets);
1566 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets);
1725 bfd_put_32 (abfd, insn >> 32, (bfd_byte *) data + octets);
1726 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets + 4);
1952 bfd_put_32 (abfd, pid, data + 32);
6206 bfd_put_32 (abfd, STD_R0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6214 bfd_put_32 (abfd, STD_R0_0R1 + STK_LR, p);
6216 bfd_put_32 (abfd, BLR, p);
6223 bfd_put_32 (abfd, LD_R0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6230 bfd_put_32 (abfd, LD_R0_0R1 + STK_LR, p)
    [all...]
elf32-metag.c 1284 bfd_put_32 (input_bfd, opcode, hit_data);
1353 bfd_put_32 (input_bfd, opcode, hit_data);
1371 bfd_put_32 (input_bfd, opcode, hit_data);
1707 bfd_put_32 (output_bfd, relocation,
1792 bfd_put_32 (output_bfd, 0, htab->etab.sgot->contents + cur_off);
1799 bfd_put_32 (output_bfd, 0,
1803 bfd_put_32 (output_bfd, 0,
1849 bfd_put_32 (output_bfd, tpoff (info, relocation),
2927 bfd_put_32 (output_bfd,
2931 bfd_put_32 (output_bfd
    [all...]
elf32-frv.c 1269 bfd_put_32 (output_bfd, offset, rofixup->contents + fixup_offset);
1409 bfd_put_32 (output_bfd, ad,
1508 bfd_put_32 (output_bfd, ad,
1640 bfd_put_32 (output_bfd, lowword,
1644 bfd_put_32 (output_bfd, highword,
1664 bfd_put_32 (output_bfd,
1675 bfd_put_32 (output_bfd,
1685 bfd_put_32 (output_bfd,
1691 bfd_put_32 (output_bfd,
1698 bfd_put_32 (output_bfd, 0x9c08e14f, plt_code)
    [all...]
elf32-ppc.c 958 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets);
1273 bfd_put_32 (abfd, pid, data + 24);
1734 bfd_put_32 (abfd, sizeof APUINFO_LABEL, buffer);
1735 bfd_put_32 (abfd, num_entries * 4, buffer + 4);
1736 bfd_put_32 (abfd, 0x2, buffer + 8);
1742 bfd_put_32 (abfd, apuinfo_list_element (i), buffer + length);
3932 bfd_put_32 (input_bfd, insn, loc);
3949 bfd_put_32 (output_bfd, insn, loc);
5925 bfd_put_32 (htab->elf.dynobj, sizeof (glink_eh_frame_cie) - 4, p);
5929 bfd_put_32 (htab->elf.dynobj, val, p)
    [all...]
elf64-bpf.c 307 bfd_put_32 (input_bfd, (relocation & 0xFFFFFFFF), where + 4);
308 bfd_put_32 (input_bfd, (relocation >> 32), where + 12);
453 bfd_put_32 (abfd, (relocation & 0xFFFFFFFF), where + 4);
454 bfd_put_32 (abfd, (relocation >> 32), where + 12);
elf32-m32r.c 237 bfd_put_32 (input_bfd, (bfd_vma)x , inplace_address);
398 bfd_put_32 (input_bfd,
453 bfd_put_32 (input_bfd, (bfd_vma) insn, l->addr);
2530 bfd_put_32 (output_bfd, relocation,
2555 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
2923 bfd_put_32 (output_bfd,
2929 bfd_put_32 (output_bfd,
2935 bfd_put_32 (output_bfd, PLT_ENTRY_WORD2,
2937 bfd_put_32 (output_bfd,
2941 bfd_put_32 (output_bfd
    [all...]
elf32-lm32.c 125 bfd_put_32 (output_bfd, relocation, rofixup->contents + fixup_offset);
879 bfd_put_32 (output_bfd, relocation,
917 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
1323 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD0, splt->contents);
1324 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD1, splt->contents + 4);
1325 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD2, splt->contents + 8);
1326 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD3, splt->contents + 12);
1327 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD4, splt->contents + 16);
1334 bfd_put_32 (output_bfd,
1337 bfd_put_32 (output_bfd
    [all...]
elf64-alpha.c 435 bfd_put_32 (abfd, (bfd_vma) i_ldah, p_ldah);
436 bfd_put_32 (abfd, (bfd_vma) i_lda, p_lda);
3059 bfd_put_32 (info->abfd, (bfd_vma) insn, info->contents + irel->r_offset);
3258 bfd_put_32 (abfd, (bfd_vma) insn, contents + urel_r_offset);
3282 bfd_put_32 (abfd, (bfd_vma) lit_insn, contents + irel->r_offset);
3305 bfd_put_32 (abfd, (bfd_vma) insn, contents + urel_r_offset);
3334 bfd_put_32 (abfd, (bfd_vma) insn, contents + urel_r_offset);
3354 bfd_put_32 (abfd, (bfd_vma) insn, contents + urel_r_offset);
3407 bfd_put_32 (abfd, (bfd_vma) INSN_UNOP, p_ldah);
3408 bfd_put_32 (abfd, (bfd_vma) INSN_UNOP, p_lda)
    [all...]
elf32-cris.c 1264 bfd_put_32 (output_bfd, relocation,
1284 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
1627 bfd_put_32 (output_bfd, (bfd_vma) 0, sgotplt->contents + 12);
1628 bfd_put_32 (output_bfd, (bfd_vma) 0, sgotplt->contents + 16);
1639 bfd_put_32 (output_bfd, (bfd_vma) 1, sgotplt->contents + 12);
1640 bfd_put_32 (output_bfd, (bfd_vma) 0, sgotplt->contents + 16);
1722 bfd_put_32 (output_bfd, 1, sgot->contents + off);
1723 bfd_put_32 (output_bfd, relocation, sgot->contents + off + 4);
1763 bfd_put_32 (output_bfd, 0, sgot->contents + off);
1764 bfd_put_32 (output_bfd, 0, sgot->contents + off + 4)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-linux-core.h 65 bfd_put_32 (obfd, from->pr_flag, to->pr_flag);
66 bfd_put_32 (obfd, from->pr_uid, to->pr_uid);
67 bfd_put_32 (obfd, from->pr_gid, to->pr_gid);
68 bfd_put_32 (obfd, from->pr_pid, to->pr_pid);
69 bfd_put_32 (obfd, from->pr_ppid, to->pr_ppid);
70 bfd_put_32 (obfd, from->pr_pgrp, to->pr_pgrp);
71 bfd_put_32 (obfd, from->pr_sid, to->pr_sid);
117 bfd_put_32 (obfd, from->pr_flag, to->pr_flag);
120 bfd_put_32 (obfd, from->pr_pid, to->pr_pid);
121 bfd_put_32 (obfd, from->pr_ppid, to->pr_ppid)
    [all...]
compress.c 173 bfd_put_32 (abfd, ch_type, &echdr->ch_type);
174 bfd_put_32 (abfd, sec->size, &echdr->ch_size);
175 bfd_put_32 (abfd, 1u << sec->alignment_power,
184 bfd_put_32 (abfd, ch_type, &echdr->ch_type);
185 bfd_put_32 (abfd, 0, &echdr->ch_reserved);
478 bfd_put_32 (obfd, chdr.ch_type, &echdr->ch_type);
479 bfd_put_32 (obfd, chdr.ch_size, &echdr->ch_size);
480 bfd_put_32 (obfd, chdr.ch_addralign, &echdr->ch_addralign);
485 bfd_put_32 (obfd, chdr.ch_type, &echdr->ch_type);
486 bfd_put_32 (obfd, 0, &echdr->ch_reserved)
    [all...]
elfxx-sparc.c 125 bfd_put_32 (abfd, insn, (bfd_byte *) data + reloc_entry->address);
153 bfd_put_32 (abfd, insn, (bfd_byte *) data + reloc_entry->address);
180 bfd_put_32 (abfd, insn, (bfd_byte *) data + reloc_entry->address);
205 bfd_put_32 (abfd, insn, (bfd_byte *) data + reloc_entry->address);
745 bfd_put_32 (abfd, val, ptr);
819 bfd_put_32 (output_bfd,
822 bfd_put_32 (output_bfd,
826 bfd_put_32 (output_bfd, (bfd_vma) PLT32_ENTRY_WORD2,
859 bfd_put_32 (output_bfd, (bfd_vma) sethi, entry);
860 bfd_put_32 (output_bfd, (bfd_vma) ba, entry + 4)
    [all...]
elf64-ppc.c 1457 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets);
1574 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets);
1733 bfd_put_32 (abfd, insn >> 32, (bfd_byte *) data + octets);
1734 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets + 4);
1960 bfd_put_32 (abfd, pid, data + 32);
6206 bfd_put_32 (abfd, STD_R0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6214 bfd_put_32 (abfd, STD_R0_0R1 + STK_LR, p);
6216 bfd_put_32 (abfd, BLR, p);
6223 bfd_put_32 (abfd, LD_R0_0R1 + (r << 21) + (1 << 16) - (32 - r) * 8, p);
6230 bfd_put_32 (abfd, LD_R0_0R1 + STK_LR, p)
    [all...]
elf32-metag.c 1284 bfd_put_32 (input_bfd, opcode, hit_data);
1353 bfd_put_32 (input_bfd, opcode, hit_data);
1371 bfd_put_32 (input_bfd, opcode, hit_data);
1744 bfd_put_32 (output_bfd, relocation,
1829 bfd_put_32 (output_bfd, 0, htab->etab.sgot->contents + cur_off);
1836 bfd_put_32 (output_bfd, 0,
1840 bfd_put_32 (output_bfd, 0,
1886 bfd_put_32 (output_bfd, tpoff (info, relocation),
2964 bfd_put_32 (output_bfd,
2968 bfd_put_32 (output_bfd
    [all...]
elf32-frv.c 1269 bfd_put_32 (output_bfd, offset, rofixup->contents + fixup_offset);
1409 bfd_put_32 (output_bfd, ad,
1508 bfd_put_32 (output_bfd, ad,
1640 bfd_put_32 (output_bfd, lowword,
1644 bfd_put_32 (output_bfd, highword,
1664 bfd_put_32 (output_bfd,
1675 bfd_put_32 (output_bfd,
1685 bfd_put_32 (output_bfd,
1691 bfd_put_32 (output_bfd,
1698 bfd_put_32 (output_bfd, 0x9c08e14f, plt_code)
    [all...]
elf32-ppc.c 971 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets);
1286 bfd_put_32 (abfd, pid, data + 24);
1747 bfd_put_32 (abfd, sizeof APUINFO_LABEL, buffer);
1748 bfd_put_32 (abfd, num_entries * 4, buffer + 4);
1749 bfd_put_32 (abfd, 0x2, buffer + 8);
1755 bfd_put_32 (abfd, apuinfo_list_element (i), buffer + length);
3945 bfd_put_32 (input_bfd, insn, loc);
3962 bfd_put_32 (output_bfd, insn, loc);
5938 bfd_put_32 (htab->elf.dynobj, sizeof (glink_eh_frame_cie) - 4, p);
5942 bfd_put_32 (htab->elf.dynobj, val, p)
    [all...]
elf64-bpf.c 306 bfd_put_32 (input_bfd, (relocation & 0xFFFFFFFF), where + 4);
307 bfd_put_32 (input_bfd, (relocation >> 32), where + 12);
452 bfd_put_32 (abfd, (relocation & 0xFFFFFFFF), where + 4);
453 bfd_put_32 (abfd, (relocation >> 32), where + 12);
elf32-m32r.c 237 bfd_put_32 (input_bfd, (bfd_vma)x , inplace_address);
398 bfd_put_32 (input_bfd,
453 bfd_put_32 (input_bfd, (bfd_vma) insn, l->addr);
2529 bfd_put_32 (output_bfd, relocation,
2554 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
2922 bfd_put_32 (output_bfd,
2928 bfd_put_32 (output_bfd,
2934 bfd_put_32 (output_bfd, PLT_ENTRY_WORD2,
2936 bfd_put_32 (output_bfd,
2940 bfd_put_32 (output_bfd
    [all...]
elf32-lm32.c 125 bfd_put_32 (output_bfd, relocation, rofixup->contents + fixup_offset);
878 bfd_put_32 (output_bfd, relocation,
916 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
1321 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD0, splt->contents);
1322 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD1, splt->contents + 4);
1323 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD2, splt->contents + 8);
1324 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD3, splt->contents + 12);
1325 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD4, splt->contents + 16);
1332 bfd_put_32 (output_bfd,
1335 bfd_put_32 (output_bfd
    [all...]
elf64-alpha.c 435 bfd_put_32 (abfd, (bfd_vma) i_ldah, p_ldah);
436 bfd_put_32 (abfd, (bfd_vma) i_lda, p_lda);
3059 bfd_put_32 (info->abfd, (bfd_vma) insn, info->contents + irel->r_offset);
3258 bfd_put_32 (abfd, (bfd_vma) insn, contents + urel_r_offset);
3282 bfd_put_32 (abfd, (bfd_vma) lit_insn, contents + irel->r_offset);
3305 bfd_put_32 (abfd, (bfd_vma) insn, contents + urel_r_offset);
3334 bfd_put_32 (abfd, (bfd_vma) insn, contents + urel_r_offset);
3354 bfd_put_32 (abfd, (bfd_vma) insn, contents + urel_r_offset);
3407 bfd_put_32 (abfd, (bfd_vma) INSN_UNOP, p_ldah);
3408 bfd_put_32 (abfd, (bfd_vma) INSN_UNOP, p_lda)
    [all...]
  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 1307 bfd_put_32 (abfd, ERVA (enamestr), edata_d + 12);
1310 bfd_put_32 (abfd, min_ordinal, edata_d + 16);
1311 bfd_put_32 (abfd, export_table_size, edata_d + 20);
1312 bfd_put_32 (abfd, count_exported_byname, edata_d + 24);
1313 bfd_put_32 (abfd, ERVA (eaddresses), edata_d + 28);
1314 bfd_put_32 (abfd, ERVA (enameptrs), edata_d + 32);
1315 bfd_put_32 (abfd, ERVA (eordinals), edata_d + 36);
1336 bfd_put_32 (abfd, ERVA (enamestr),
1348 bfd_put_32 (abfd, srva - image_base,
1358 bfd_put_32 (abfd, ERVA (enamestr), enameptrs)
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 1271 bfd_put_32 (abfd, ERVA (enamestr), edata_d + 12);
1274 bfd_put_32 (abfd, min_ordinal, edata_d + 16);
1275 bfd_put_32 (abfd, export_table_size, edata_d + 20);
1276 bfd_put_32 (abfd, count_exported_byname, edata_d + 24);
1277 bfd_put_32 (abfd, ERVA (eaddresses), edata_d + 28);
1278 bfd_put_32 (abfd, ERVA (enameptrs), edata_d + 32);
1279 bfd_put_32 (abfd, ERVA (eordinals), edata_d + 36);
1300 bfd_put_32 (abfd, ERVA (enamestr),
1312 bfd_put_32 (abfd, srva - image_base,
1322 bfd_put_32 (abfd, ERVA (enamestr), enameptrs)
    [all...]

Completed in 129 milliseconds

1 2 3 4 5 6 7 8 91011