Searched refs:new_contents (Results 1 – 4 of 4) sorted by relevance
2725 bfd_byte *new_contents; in default_indirect_link_order() local2819 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()
2585 bfd_byte *new_contents; in default_indirect_link_order() local2679 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()
2541 bfd_byte *new_contents; in default_indirect_link_order() local2636 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()
2463 bfd_byte * new_contents; in merge_gnu_build_notes() local2472 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()