Home | History | Annotate | Download | only in bfd

Lines Matching full:newcontents

2827           bfd_byte *newcontents;
2843 newcontents = (bfd_byte *) bfd_realloc (dynstrsec->contents,
2845 if (newcontents == NULL)
2847 memcpy (newcontents + strindex, soname, soname_len);
2849 dynstrsec->contents = newcontents;