Home | History | Annotate | Download | only in bfd

Lines Matching full:bfd_alloc

643   entry = (struct elf_link_local_dynamic_entry *) bfd_alloc (input_bfd, amt);
664 bfd_alloc. We can't do this later in this function. */
2170 the return value is allocated using either malloc or bfd_alloc,
2202 internal_relocs = alloc2 = (Elf_Internal_Rela *) bfd_alloc (abfd, size);
2281 allocate it with bfd_alloc rather than malloc. Also since we
3428 msg = (char *) bfd_alloc (abfd, sz + 1);
3543 n = (struct bfd_link_needed_list *) bfd_alloc (abfd, amt);
3548 anm = (char *) bfd_alloc (abfd, amt);
3566 n = (struct bfd_link_needed_list *) bfd_alloc (abfd, amt);
3571 anm = (char *) bfd_alloc (abfd, amt);
3592 n = (struct bfd_link_needed_list *) bfd_alloc (abfd, amt);
3597 anm = (char *) bfd_alloc (abfd, amt);
3621 frees all more recently bfd_alloc'd blocks as well. */
4865 bfd_alloc (abfd, sizeof (struct elf_link_loaded_list));
4916 copy = (char *) bfd_alloc (abfd, len);
5988 s->contents = (unsigned char *) bfd_alloc (output_bfd, s->size);
6236 s->contents = (unsigned char *) bfd_alloc (output_bfd, s->size);
6416 s->contents = (unsigned char *) bfd_alloc (output_bfd, s->size);
7025 l = (struct bfd_link_needed_list *) bfd_alloc (abfd, amt);
12941 name = bfd_alloc (abfd, strlen (prefix) + strlen (old_name) + 1);