Home
last modified time | relevance | path

Searched refs:new_contents (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gdb-7/bfd/
HDlinker.c2725 bfd_byte *new_contents; in default_indirect_link_order() local
2819 new_contents = output_section->contents; in default_indirect_link_order()
2820 BFD_ASSERT (new_contents != NULL); in default_indirect_link_order()
2832 new_contents = (bfd_get_relocated_section_contents in default_indirect_link_order()
2836 if (!new_contents) in default_indirect_link_order()
2843 new_contents, loc, input_section->size)) in default_indirect_link_order()
/dragonfly/contrib/binutils-2.27/bfd/
HDlinker.c2585 bfd_byte *new_contents; in default_indirect_link_order() local
2679 new_contents = output_section->contents; in default_indirect_link_order()
2680 BFD_ASSERT (new_contents != NULL); in default_indirect_link_order()
2692 new_contents = (bfd_get_relocated_section_contents in default_indirect_link_order()
2696 if (!new_contents) in default_indirect_link_order()
2703 new_contents, loc, input_section->size)) in default_indirect_link_order()
/dragonfly/contrib/binutils-2.34/bfd/
HDlinker.c2541 bfd_byte *new_contents; in default_indirect_link_order() local
2636 new_contents = output_section->contents; in default_indirect_link_order()
2637 BFD_ASSERT (new_contents != NULL); in default_indirect_link_order()
2649 new_contents = (bfd_get_relocated_section_contents in default_indirect_link_order()
2653 if (!new_contents) in default_indirect_link_order()
2661 new_contents, loc, input_section->size)) in default_indirect_link_order()
/dragonfly/contrib/binutils-2.34/binutils/
HDobjcopy.c2463 bfd_byte * new_contents; in merge_gnu_build_notes() local
2472 new = new_contents = xmalloc (size * 2); in merge_gnu_build_notes()
2538 new_size = new - new_contents; in merge_gnu_build_notes()
2541 memcpy (contents, new_contents, new_size); in merge_gnu_build_notes()
2544 free (new_contents); in merge_gnu_build_notes()