Lines Matching defs:contents

60 	BFD_ASSERT (_htab->srel##SECTION &&_htab->srel##SECTION->contents); \
61 _loc = _htab->srel##SECTION->contents \
1298 arc_do_relocation (bfd_byte * contents,
1317 contents + reloc_data.reloc_offset,
1322 contents + reloc_data.reloc_offset,
1327 contents + reloc_data.reloc_offset,
1387 contents + reloc_data.reloc_offset,
1392 contents + reloc_data.reloc_offset,
1397 contents + reloc_data.reloc_offset,
1433 contents : contents of the section being relocated.
1444 bfd_byte * contents,
1592 contents, rel->r_offset);
1695 htab->sgot->contents + got_offset);
1865 BFD_ASSERT (sreloc->contents != 0);
1867 loc = sreloc->contents;
1904 switch (arc_do_relocation (contents, reloc_data, info))
2229 htab->splt->contents + plt_offset + reloc->offset);
2270 htab->splt->contents + h->plt.offset + (i*2));
2283 htab->sgotplt->contents + got_offset);
2298 loc = htab->srelplt->contents;
2319 htab->splt->contents + (i*2));
2448 contents of various dynamic sections here.
2502 bfd_byte * loc = arc_htab->elf.srelbss->contents
2587 dyncon = (Elf32_External_Dyn *) sdyn->contents;
2589 = (Elf32_External_Dyn *) (sdyn->contents + sdyn->size);
2690 sec->contents);
2694 sec->contents);
2695 bfd_put_32 (output_bfd, (bfd_vma) 0, sec->contents + 4);
2696 bfd_put_32 (output_bfd, (bfd_vma) 0, sec->contents + 8);
2733 /* Set the contents of the .interp section to the
2740 s->contents = (unsigned char *) ELF_DYNAMIC_INTERPRETER;
2799 /* Allocate memory for the section contents. */
2800 s->contents = bfd_zalloc (dynobj, s->size);
2801 if (s->contents == NULL)
2869 contents of NOTE. Also BFD will read pid and signal number from NOTE. This
2978 bfd_byte *contents = NULL;
3011 /* Get the section contents if we haven't done so already. */
3012 if (contents == NULL)
3015 if (elf_section_data (sec)->this_hdr.contents != NULL)
3016 contents = elf_section_data (sec)->this_hdr.contents;
3018 else if (!bfd_malloc_and_get_section (abfd, sec, &contents))
3025 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
3049 code = bfd_get_32_me (abfd, contents + irel->r_offset - 4);
3051 /* Note that we've changed the relocs, section contents, etc. */
3053 elf_section_data (sec)->this_hdr.contents = contents;
3054 symtab_hdr->contents = (unsigned char *) isymbuf;
3067 bfd_put_32_me (abfd, code, contents + irel->r_offset - 4);
3075 && symtab_hdr->contents != (unsigned char *) isymbuf)
3081 symtab_hdr->contents = (unsigned char *) isymbuf;
3084 if (contents != NULL
3085 && elf_section_data (sec)->this_hdr.contents != contents)
3088 free (contents);
3090 /* Cache the section contents for elf_link_input_bfd. */
3091 elf_section_data (sec)->this_hdr.contents = contents;
3100 if (symtab_hdr->contents != (unsigned char *) isymbuf)
3102 if (elf_section_data (sec)->this_hdr.contents != contents)
3103 free (contents);