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

Lines Matching defs:contents

1083    the last entry in the archive.  The contents start with a four byte
1124 bfd_byte *contents, *cend;
1164 contents = (bfd_byte *) bfd_alloc (abfd, sz);
1165 if (contents == NULL)
1167 if (bfd_bread ((PTR) contents, sz, abfd) != sz)
1171 c = H_GET_32 (abfd, contents);
1185 for (i = 0, arsym = bfd_ardata (abfd)->symdefs, p = contents + 4;
1222 contents = (bfd_byte *) bfd_alloc (abfd, sz);
1223 if (contents == NULL)
1225 if (bfd_bread ((PTR) contents, sz, abfd) != sz)
1229 c = H_GET_64 (abfd, contents);
1243 for (i = 0, arsym = bfd_ardata (abfd)->symdefs, p = contents + 8;
1250 cend = contents + sz;
2760 val, addend, relocation, contents)
2770 bfd_byte *contents ATTRIBUTE_UNUSED;
2777 val, addend, relocation, contents)
2787 bfd_byte *contents ATTRIBUTE_UNUSED;
2798 val, addend, relocation, contents)
2808 bfd_byte *contents ATTRIBUTE_UNUSED;
2816 val, addend, relocation, contents)
2826 bfd_byte *contents ATTRIBUTE_UNUSED;
2834 val, addend, relocation, contents)
2844 bfd_byte *contents ATTRIBUTE_UNUSED;
2859 val, addend, relocation, contents)
2869 bfd_byte *contents ATTRIBUTE_UNUSED;
2902 val, addend, relocation, contents)
2912 bfd_byte *contents ATTRIBUTE_UNUSED;
2924 val, addend, relocation, contents)
2934 bfd_byte *contents;
2957 pnext = contents + (rel->r_vaddr - input_section->vma) + 4;
3003 val, addend, relocation, contents)
3013 bfd_byte *contents ATTRIBUTE_UNUSED;
3330 input_section, contents, relocs, syms,
3336 bfd_byte *contents;
3445 addend, &relocation, contents)))
3450 location = contents + address;