Home | History | Annotate | Download | only in bfd

Lines Matching full:newcontents

3006   bfd_byte *newcontents;
3018 newcontents = (bfd_byte *) bfd_realloc (s->contents, newsize);
3019 if (newcontents == NULL)
3024 bed->s->swap_dyn_out (hash_table->dynobj, &dyn, newcontents + s->size);
3027 s->contents = newcontents;