HomeSort by relevance Sort by last modified time
    Searched full:bfd_alloc (Results 26 - 50 of 133) sorted by null

12 3 4 5 6

  /toolchain/binutils/binutils-2.25/bfd/
elfcode.h 687 i_shdrp = (Elf_Internal_Shdr *) bfd_alloc (abfd, amt);
693 elf_elfsections (abfd) = (Elf_Internal_Shdr **) bfd_alloc (abfd, amt);
777 elf_tdata (abfd)->phdr = (Elf_Internal_Phdr *) bfd_alloc (abfd, amt);
891 rela_hdr->contents = (unsigned char *) bfd_alloc (abfd, rela_hdr->sh_size);
    [all...]
elf-nacl.c 162 newseg = bfd_alloc (abfd,
elfcore.h 246 i_phdrp = (Elf_Internal_Phdr *) bfd_alloc (abfd, amt);
syms.c 1025 info->stabs = (bfd_byte *) bfd_alloc (abfd, stabsize);
1026 info->strs = (bfd_byte *) bfd_alloc (abfd, strsize);
1141 info->indextable = (struct indexentry *) bfd_alloc (abfd, amt);
    [all...]
som.c     [all...]
archive.c 616 filename = (char *) bfd_alloc (arch, prefix_len + strlen (elt_name) + 1);
939 ardata->symdefs = (struct carsym *) bfd_alloc (abfd, amt);
1033 raw_armap = (int *) bfd_alloc (abfd, ptrsize);
    [all...]
elf-attrs.c 247 bfd_alloc (abfd, sizeof (obj_attribute_list));
311 p = (char *) bfd_alloc (abfd, len);
elf64-sparc.c 187 asect->relocation = (arelent *) bfd_alloc (abfd, amt);
331 rela_hdr->contents = bfd_alloc (abfd, rela_hdr->sh_size);
hp300hpux.c 543 strings = (char *) bfd_alloc (abfd, amt);
750 relocs = bfd_alloc (abfd, reloc_size);
merge.c 395 bfd_alloc (abfd, sizeof (struct sec_merge_info));
414 *psecinfo = bfd_alloc (abfd, amt);
nlm32-alpha.c 614 name = bfd_alloc (abfd, (bfd_size_type) symlength + 1);
629 nlm_relocs = bfd_alloc (abfd, amt);
nlm32-ppc.c 625 name = bfd_alloc (abfd, (bfd_size_type) symlength + 1);
639 nlm_relocs = bfd_alloc (abfd, rcount * sizeof (struct nlm_relent));
elf.c 300 || (shstrtab = (bfd_byte *) bfd_alloc (abfd, shstrtabsize + 1)) == NULL
1064 new_name = bfd_alloc (abfd, len + 2);
1084 new_name = bfd_alloc (abfd, len);
    [all...]
ecoff.c 567 raw = bfd_alloc (abfd, raw_size);
614 debug->fdr = (FDR *) bfd_alloc (abfd, amt);
883 internal = (ecoff_symbol_type *) bfd_alloc (abfd, internal_size);
    [all...]
coff-m68k.c 464 relsec->contents = (bfd_byte *) bfd_alloc (abfd, amt);
dwarf1.c 314 aUnit->linenumber_table = (struct linenumber *) bfd_alloc (stash->abfd,
elf32-sh-symbian.c 525 new_sym_hashes = bfd_alloc (input_bfd, num_global_syms * sizeof * sym_hashes);
hpux-core.c 122 newname = bfd_alloc (abfd, (bfd_size_type) strlen (name) + 1);
i386lynx.c 417 relocs = bfd_alloc (abfd, reloc_size);
elf-hppa.h     [all...]
mmo.c     [all...]
coff-rs6000.c     [all...]
coffcode.h     [all...]
elflink.c 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. */
    [all...]
elf32-m68k.c     [all...]

Completed in 651 milliseconds

12 3 4 5 6