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

Lines Matching defs:contents

60    and the initial contents are unimportant (we zero them out).
377 bfd_byte *contents,
383 insn = bfd_get_32 (input_bfd, contents + relhi->r_offset);
385 addlo = bfd_get_32 (input_bfd, contents + rello->r_offset);
400 contents + relhi->r_offset);
1842 will fill in the contents of the procedure linkage table later,
2224 /* Set the contents of the .interp section to the interpreter. */
2230 s->contents = (unsigned char *) ELF_DYNAMIC_INTERPRETER;
2348 /* Allocate memory for the section contents. We use bfd_zalloc
2350 section's contents are written out. This should not happen,
2353 s->contents = bfd_zalloc (dynobj, s->size);
2354 if (s->contents == NULL)
2420 This function is responsible for adjust the section contents as
2447 bfd_byte *contents,
2547 addend, contents + offset);
2565 contents, addend);
2570 addend, contents + offset);
2815 sgot->contents + off);
2839 bfd_put_32 (output_bfd, relocation, sgot->contents + off);
2856 loc = srelgot->contents;
2995 loc = sreloc->contents;
3014 contents, offset,
3036 contents, relocation + addend);
3041 contents, offset,
3094 contents, offset,
3100 contents, rel->r_offset,
3170 /* Finish up dynamic symbol handling. We set the contents of various
3229 splt->contents + h->plt.offset);
3235 splt->contents + h->plt.offset + 4);
3237 splt->contents + h->plt.offset + 8);
3241 splt->contents + h->plt.offset + 12);
3245 splt->contents + h->plt.offset + 16);
3251 splt->contents + h->plt.offset);
3253 splt->contents + h->plt.offset + 4);
3255 splt->contents + h->plt.offset + 8);
3259 splt->contents + h->plt.offset + 12);
3263 splt->contents + h->plt.offset + 16);
3272 sgot->contents + got_offset);
3280 loc = srela->contents;
3328 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + h->got.offset);
3333 loc = srela->contents;
3359 loc = s->contents;
3402 dyncon = (Elf32_External_Dyn *) sdyn->contents;
3403 dynconend = (Elf32_External_Dyn *) (sdyn->contents + sdyn->size);
3464 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD0, splt->contents);
3465 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD1, splt->contents + 4);
3466 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD2, splt->contents + 8);
3467 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD3, splt->contents + 12);
3468 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD4, splt->contents + 16);
3477 splt->contents);
3480 splt->contents + 4);
3481 bfd_put_32 (output_bfd, PLT0_ENTRY_WORD2, splt->contents + 8);
3482 bfd_put_32 (output_bfd, PLT0_ENTRY_WORD3, splt->contents + 12);
3483 bfd_put_32 (output_bfd, PLT0_ENTRY_WORD4, splt->contents + 16);
3495 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents);
3499 sgot->contents);
3500 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 4);
3501 bfd_put_32 (output_bfd, (bfd_vma) 0, sgot->contents + 8);