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

Lines Matching defs:contents

1799       bfd_byte *contents;
1821 contents = bfd_realloc (s->contents, s->size + len + 1);
1822 if (contents == NULL)
1824 s->contents = contents;
1827 strcpy ((char *) contents + s->size, h->root.root.root.string);
1841 if (GET_SWORD (dynobj, s->contents + hash * HASH_ENTRY_SIZE) == -1)
1842 PUT_WORD (dynobj, h->dynindx, s->contents + hash * HASH_ENTRY_SIZE);
1848 (s->contents
1852 s->contents + hash * HASH_ENTRY_SIZE + BYTES_IN_WORD);
1853 PUT_WORD (dynobj, h->dynindx, s->contents + s->size);
1854 PUT_WORD (dynobj, next, s->contents + s->size + BYTES_IN_WORD);
1862 /* Set up the sizes and contents of the dynamic sections created in
1975 s->contents = bfd_alloc (output_bfd, s->size);
1976 if (s->contents == NULL && s->size != 0)
1996 s->contents = bfd_zalloc (dynobj, hashalloc);
1997 if (s->contents == NULL && dynsymcount > 0)
2000 PUT_WORD (output_bfd, (bfd_vma) -1, s->contents + i * HASH_ENTRY_SIZE);
2022 bfd_byte *contents;
2025 contents = bfd_realloc (s->contents, s->size + add);
2026 if (contents == NULL)
2028 memset (contents + s->size, 0, (size_t) add);
2029 s->contents = contents;
2040 s->contents = bfd_alloc (dynobj, s->size);
2041 if (s->contents == NULL)
2048 memcpy (s->contents, sparc_plt_first_entry, SPARC_PLT_ENTRY_SIZE);
2052 memcpy (s->contents, m68k_plt_first_entry, M68K_PLT_ENTRY_SIZE);
2063 s->contents = bfd_alloc (dynobj, s->size);
2064 if (s->contents == NULL)
2073 s->contents = bfd_alloc (dynobj, s->size);
2074 if (s->contents == NULL)
2119 p = splt->contents + h->plt_offset;
2176 p = s->contents + s->reloc_count * obj_reloc_entry_size (output_bfd);
2308 (s->contents + h->dynindx * EXTERNAL_NLIST_SIZE));
2335 bfd_byte *contents ATTRIBUTE_UNUSED,
2465 PUT_WORD (dynobj, *relocationp, sgot->contents + *got_offsetp);
2467 PUT_WORD (dynobj, 0, sgot->contents + *got_offsetp);
2482 p = (s->contents
2611 p = s->contents + s->reloc_count * obj_reloc_entry_size (dynobj);
2719 p = s->contents;
2738 PUT_WORD (dynobj, 0, s->contents);
2741 s->contents);
2746 && o->contents != NULL)
2751 o->contents,