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

Lines Matching defs:contents

124    greg contents section (MMIX_LD_ALLOCATED_REG_CONTENTS_SECTION_NAME),
125 which is linked into the register contents section
763 modification of the contents is done. Implementing this as a
1320 contents, relocs, local_syms, local_sections)
1325 bfd_byte *contents;
1345 memset (contents + input_section->rawsize, 0,
1387 reloc and the section contents, if the reloc doesn't reach
1389 Then we change the section contents to be a PUSHJ to the end
1411 contents,
1426 contents
1488 contents, rel->r_offset,
1547 mmix_final_link_relocate (howto, input_section, contents,
1551 bfd_byte *contents;
1576 contents += r_offset;
1582 r = mmix_elf_perform_relocation (input_section, howto, contents,
1616 the range 0..255, or is in the register contents section with vma
1619 /* FIXME: A better way to check for reg contents section?
1663 contents += r_offset;
1664 r = mmix_elf_perform_relocation (input_section, howto, contents,
1679 register contents section or the register (symbol) section.
1697 /* If we don't have a register contents section, then $255 is the
1730 contents, r_offset,
2067 /* Change symbols relative to the reg contents section to instead be to
2155 them to be "merged", but with the contents serialized. */
2236 temporary measures. Check that nobody entered contents into it. */
2245 _bfd_abort (__FILE__, __LINE__, _("Register section has contents\n"));
2268 greg_section->contents,
2384 /* Fill in contents in the linker allocated gregs. Everything is
2385 calculated at this point; we just move the contents into place here. */
2398 bfd_byte *contents;
2425 bpo_gregs_section->contents
2426 = contents = bfd_alloc (bpo_greg_owner, bpo_gregs_section->size);
2427 if (contents == NULL)
2449 contents + j * 8);
2683 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
2858 if (isymbuf != NULL && (unsigned char *) isymbuf != symtab_hdr->contents)
2865 symtab_hdr->contents = (unsigned char *) isymbuf;
2885 if (isymbuf != NULL && (unsigned char *) isymbuf != symtab_hdr->contents)