• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/

Lines Matching defs:contents

927      will fill in the contents of the procedure linkage table later,
1108 /* Set the contents of the .interp section to the interpreter. */
1114 s->contents = (unsigned char *) ELF_DYNAMIC_INTERPRETER;
1230 /* Allocate memory for the section contents. */
1231 s->contents = (bfd_byte *) bfd_alloc (dynobj, s->size);
1232 if (s->contents == NULL)
1363 bfd_byte *contents,
1515 sgot->contents + off);
1519 bfd_put_32 (output_bfd, rel->r_addend, sgot->contents + off);
1527 contents[rel->r_offset - 1] |= 0x10;
1574 contents[rel->r_offset-1] |= 0x10; /* make indirect */
1666 &contents[rel->r_offset]) == 0);
1728 loc = sreloc->contents;
1758 contents, rel->r_offset,
1798 /* Finish up dynamic symbol handling. We set the contents of various
1845 memcpy (splt->contents + h->plt.offset, elf_vax_plt_entry,
1851 splt->contents + h->plt.offset + 4);
1854 splt->contents + h->plt.offset + 8);
1861 sgot->contents + got_offset);
1869 loc = srela->contents + plt_index * sizeof (Elf32_External_Rela);
1912 (sgot->contents
1915 loc = srela->contents;
1940 loc = s->contents + s->reloc_count++ * sizeof (Elf32_External_Rela);
1975 dyncon = (Elf32_External_Dyn *) sdyn->contents;
1976 dynconend = (Elf32_External_Dyn *) (sdyn->contents + sdyn->size);
2028 memcpy (splt->contents, elf_vax_plt0_entry, PLT_ENTRY_SIZE);
2033 splt->contents + 2);
2038 splt->contents + 8);
2048 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
2052 sgot->contents);
2053 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
2054 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);