Searched refs:dup_contents (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-xtensa.c | 9150 bfd_byte *dup_contents = NULL; in relax_section() local 9168 dup_contents = (bfd_byte *) bfd_zmalloc (final_size); in relax_section() 9190 memmove (&dup_contents[dup_dot], &contents[orig_dot], copy_size); in relax_section() 9215 memmove (&dup_contents[dup_dot], in relax_section() 9240 memmove (&dup_contents[dup_dot], scratch, copy_size); in relax_section() 9273 memmove (&dup_contents[dup_dot], scratch, copy_size); in relax_section() 9284 memset (&dup_contents[dup_dot], 0, 4); in relax_section() 9288 if (!move_literal (abfd, link_info, sec, dup_dot, dup_contents, in relax_section() 9318 memmove (&dup_contents[dup_dot], &contents[orig_dot], copy_size); in relax_section() 9330 sec->contents = dup_contents; in relax_section() [all …]
|