Lines Matching refs:contents
861 (sreloc->contents + reloc_index * sizeof (Elf32_External_Rela)));
876 This function is responsible for adjust the section contents as
903 bfd_byte *contents,
1000 contents + offset);
1074 contents, offset,
1119 contents, offset,
1148 contents + offset + endian);
1150 contents + offset + endian + INST_WORD_SIZE);
1167 contents + offset + endian);
1169 contents + offset + endian + INST_WORD_SIZE);
1178 contents + offset + endian);
1180 contents + offset + endian + INST_WORD_SIZE);
1271 bfd_put_32 (output_bfd, 1, htab->sgot->contents + off);
1285 bfd_put_32 (output_bfd, 1, htab->sgot->contents + off);
1308 bfd_put_32 (output_bfd, 0, htab->sgot->contents + off2);
1324 htab->sgot->contents + off2);
1330 htab->sgot->contents + off2);
1356 contents + offset + endian);
1358 contents + offset + endian + INST_WORD_SIZE);
1375 bfd_put_16 (input_bfd, high, contents + offset + endian);
1376 bfd_put_16 (input_bfd, lo, contents + offset + INST_WORD_SIZE + endian);
1386 bfd_put_32 (input_bfd, relocation, contents + offset);
1394 contents + offset + 2);
1396 contents + offset + 2 + INST_WORD_SIZE);
1409 bfd_put_32 (input_bfd, relocation, contents + offset);
1417 contents + offset + endian);
1419 contents + offset + endian + INST_WORD_SIZE);
1494 loc = sreloc->contents;
1503 bfd_put_32 (input_bfd, relocation, contents + offset);
1511 contents + offset + endian);
1513 contents + offset + endian + INST_WORD_SIZE);
1521 contents, offset,
1668 bfd_byte *contents = NULL;
1701 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
1729 /* Get the section contents. */
1730 if (contents == NULL)
1732 if (elf_section_data (sec)->this_hdr.contents != NULL)
1733 contents = elf_section_data (sec)->this_hdr.contents;
1736 contents = (bfd_byte *) bfd_malloc (sec->size);
1737 if (contents == NULL)
1739 free_contents = contents;
1741 if (!bfd_get_section_contents (abfd, sec, contents,
1744 elf_section_data (sec)->this_hdr.contents = contents;
1869 microblaze_bfd_write_imm_value_32 (abfd, contents + irel->r_offset,
1883 microblaze_bfd_write_imm_value_32 (abfd, contents + irel->r_offset
1924 if (elf_section_data (o)->this_hdr.contents != NULL)
1925 ocontents = elf_section_data (o)->this_hdr.contents;
1928 /* We always cache the section contents.
1940 elf_section_data (o)->this_hdr.contents = ocontents;
1953 if (elf_section_data (o)->this_hdr.contents != NULL)
1954 ocontents = elf_section_data (o)->this_hdr.contents;
1957 /* We always cache the section contents.
1970 elf_section_data (o)->this_hdr.contents = ocontents;
1993 if (elf_section_data (o)->this_hdr.contents != NULL)
1994 ocontents = elf_section_data (o)->this_hdr.contents;
1997 /* We always cache the section contents.
2009 elf_section_data (o)->this_hdr.contents = ocontents;
2036 if (elf_section_data (o)->this_hdr.contents != NULL)
2037 ocontents = elf_section_data (o)->this_hdr.contents;
2040 /* We always cache the section contents.
2053 elf_section_data (o)->this_hdr.contents = ocontents;
2081 if (elf_section_data (o)->this_hdr.contents != NULL)
2082 ocontents = elf_section_data (o)->this_hdr.contents;
2085 /* We always cache the section contents.
2097 elf_section_data (o)->this_hdr.contents = ocontents;
2156 memmove (contents + dest, contents + src, len);
2164 elf_section_data (sec)->this_hdr.contents = contents;
2167 symtab_hdr->contents = (bfd_byte *) isymbuf;
2181 /* Cache the section contents for elf_link_input_bfd. */
2182 elf_section_data (sec)->this_hdr.contents = contents;
2638 will fill in the contents of the procedure linkage table later,
3132 /* Allocate memory for the section contents. */
3134 Unused entries should be reclaimed before the section's contents
3137 contents to zero. */
3138 s->contents = (bfd_byte *) bfd_zalloc (dynobj, s->size);
3139 if (s->contents == NULL && s->size != 0)
3184 /* Finish up dynamic symbol handling. We set the contents of various
3230 splt->contents + h->plt.offset);
3233 splt->contents + h->plt.offset + 4);
3236 splt->contents + h->plt.offset + 4);
3238 splt->contents + h->plt.offset + 8);
3240 splt->contents + h->plt.offset + 12);
3245 sgotplt->contents + got_offset); */
3253 loc = srela->contents;
3313 sgot->contents + (h->got.offset &~ (bfd_vma) 1));
3334 loc = s->contents + s->reloc_count++ * sizeof (Elf32_External_Rela);
3374 dyncon = (Elf32_External_Dyn *) sdyn->contents;
3375 dynconend = (Elf32_External_Dyn *) (sdyn->contents + sdyn->size);
3416 memset (splt->contents, 0, PLT_ENTRY_SIZE);
3418 splt->contents + splt->size - 4);
3430 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
3434 sgot->contents);