Searched refs:amt (Results 76 - 100 of 120) sorted by relevance

12345

/haiku-fatelf/src/bin/gdb/bfd/
H A Daoutf1.h612 bfd_size_type core_size, amt;
643 amt = core_size + sizeof (struct mergem);
644 mergem = (struct mergem *) bfd_zalloc (abfd, amt);
611 bfd_size_type core_size, amt; variable
H A Dcoff-sh.c715 bfd_size_type amt = sizeof (struct coff_section_tdata);
716 sec->used_by_bfd = (PTR) bfd_zalloc (abfd, amt);
2609 bfd_size_type amt;
2616 amt = (bfd_size_type) sec->reloc_count * sizeof (bfd_vma);
2617 labels = (bfd_vma *) bfd_malloc (amt);
3013 bfd_size_type amt;
3024 amt = obj_raw_syment_count (input_bfd);
3025 amt *= sizeof (struct internal_syment);
3026 internal_syms = (struct internal_syment *) bfd_malloc (amt);
3030 amt
714 bfd_size_type amt = sizeof (struct coff_section_tdata); local
2607 bfd_size_type amt; local
3010 bfd_size_type amt; local
[all...]
H A Dnlm32-alpha.c632 bfd_size_type amt;
652 amt = rcount * sizeof (struct nlm_relent);
653 nlm_relocs = (struct nlm_relent *) bfd_alloc (abfd, amt);
630 bfd_size_type amt; local
H A Dtargets.c1329 bfd_size_type amt;
1341 amt = (vec_length + 1) * sizeof (char **);
1342 name_ptr = name_list = bfd_malloc (amt);
1328 bfd_size_type amt; local
H A Delf-m10300.c1771 bfd_size_type amt;
1798 amt = strlen (sym_name) + 10;
1799 new_name = bfd_malloc (amt);
1869 bfd_size_type amt;
1904 amt = strlen (sym_name) + 10;
1905 new_name = bfd_malloc (amt);
2055 bfd_size_type amt;
2077 amt = strlen (sym_name) + 10;
2078 new_name = bfd_malloc (amt);
3593 bfd_size_type amt;
1770 bfd_size_type amt; local
1868 bfd_size_type amt; local
2054 bfd_size_type amt; local
3592 bfd_size_type amt; local
3707 bfd_size_type amt = sizeof (struct elf32_mn10300_link_hash_table); local
[all...]
H A Di386os9k.c205 bfd_size_type amt = sizeof (struct bout_data_struct);
207 rawptr = (struct bout_data_struct *) bfd_zalloc (abfd, amt);
H A Delf-m10200.c1318 bfd_size_type amt;
1337 amt = symtab_hdr->sh_info;
1338 amt *= sizeof (asection *);
1339 sections = (asection **) bfd_malloc (amt);
1340 if (sections == NULL && amt != 0)
1317 bfd_size_type amt; local
H A Delf32-h8300.c1423 bfd_size_type amt;
1442 amt = symtab_hdr->sh_info;
1443 amt *= sizeof (asection *);
1444 sections = (asection **) bfd_malloc (amt);
1445 if (sections == NULL && amt != 0)
1422 bfd_size_type amt; local
H A Delf64-ppc.c2398 bfd_size_type amt = sizeof (struct ppc64_elf_obj_tdata);
2399 abfd->tdata.any = bfd_zalloc (abfd, amt);
2542 bfd_size_type amt = sizeof (*sdata);
2544 sdata = bfd_zalloc (abfd, amt);
3443 bfd_size_type amt = sizeof (struct ppc_link_hash_table);
3445 htab = bfd_zmalloc (amt);
4122 bfd_size_type amt = sizeof (*ent);
4123 ent = bfd_alloc (abfd, amt);
4151 bfd_size_type amt = sizeof (*ent);
4152 ent = bfd_alloc (abfd, amt);
2396 bfd_size_type amt = sizeof (struct ppc64_elf_obj_tdata); local
2540 bfd_size_type amt = sizeof (*sdata); local
3439 bfd_size_type amt = sizeof (struct ppc_link_hash_table); local
4118 bfd_size_type amt = sizeof (*ent); local
4147 bfd_size_type amt = sizeof (*ent); local
4215 bfd_size_type amt; local
4303 bfd_size_type amt = sizeof (*ent); local
4468 bfd_size_type amt = sec->size * sizeof (unsigned) / 8 + 1; local
5889 bfd_size_type amt; local
7661 bfd_size_type amt; local
[all...]
H A Delf64-alpha.c332 bfd_size_type amt = sizeof (struct alpha_elf_link_hash_table);
334 ret = (struct alpha_elf_link_hash_table *) bfd_zmalloc (amt);
387 bfd_size_type amt = sizeof (struct alpha_elf_obj_tdata);
388 abfd->tdata.any = bfd_zalloc (abfd, amt);
2550 bfd_size_type amt = (bfd_size_type) size * symhdr->count; \
2551 debug->ptr = (type) bfd_malloc (amt); \
2555 || bfd_bread (debug->ptr, amt, abfd) != amt) \
2667 bfd_size_type amt = sizeof (struct mips_elf_find_line);
2669 fi = (struct mips_elf_find_line *) bfd_zalloc (abfd, amt);
331 bfd_size_type amt = sizeof (struct alpha_elf_link_hash_table); local
385 bfd_size_type amt = sizeof (struct alpha_elf_obj_tdata); local
2660 bfd_size_type amt = sizeof (struct mips_elf_find_line); local
2913 bfd_size_type amt; local
2958 bfd_size_type amt; local
[all...]
H A Delf32-cris.c715 bfd_size_type amt = sizeof (struct elf_cris_link_hash_table);
717 ret = ((struct elf_cris_link_hash_table *) bfd_malloc (amt));
2371 bfd_size_type amt;
2376 amt = symtab_hdr->sh_info + 1;
2377 amt *= sizeof (bfd_signed_vma);
2378 local_got_refcounts = ((bfd_signed_vma *) bfd_zalloc (abfd, amt));
711 bfd_size_type amt = sizeof (struct elf_cris_link_hash_table); local
2362 bfd_size_type amt; local
H A Dpdp11.c661 bfd_size_type amt = sizeof (struct aout_data_struct); variable
663 rawptr = (struct aout_data_struct *) bfd_zalloc (abfd, amt);
877 bfd_size_type amt = sizeof (struct aout_data_struct); local
882 rawptr = (struct aout_data_struct *) bfd_zalloc (abfd, amt);
1759 bfd_size_type amt = sizeof (aout_symbol_type);
1760 aout_symbol_type *new = (aout_symbol_type *) bfd_zalloc (abfd, amt);
2881 bfd_size_type amt = sizeof (struct aout_link_hash_table);
2883 ret = ((struct aout_link_hash_table *) bfd_alloc (abfd, amt));
4301 bfd_size_type amt;
4396 amt
1757 bfd_size_type amt = sizeof (aout_symbol_type); local
2873 bfd_size_type amt = sizeof (struct aout_link_hash_table); local
4292 bfd_size_type amt; local
[all...]
H A Dcoff-i960.c256 bfd_size_type amt = sizeof (struct coff_section_tdata); local
257 osec->used_by_bfd = (PTR) bfd_zalloc (abfd, amt);
H A Delf32-sh64.c118 bfd_size_type amt = sizeof (*sdata); local
120 sdata = (struct _sh64_elf_section_data *) bfd_zalloc (abfd, amt);
H A Di386linux.c230 bfd_size_type amt = sizeof (struct linux_link_hash_table);
232 ret = (struct linux_link_hash_table *) bfd_alloc (abfd, amt);
229 bfd_size_type amt = sizeof (struct linux_link_hash_table); local
H A Dm68klinux.c231 bfd_size_type amt = sizeof (struct linux_link_hash_table);
233 ret = (struct linux_link_hash_table *) bfd_malloc (amt);
230 bfd_size_type amt = sizeof (struct linux_link_hash_table); local
H A Driscix.c500 bfd_size_type amt = sizeof (struct aout_data_struct); local
502 rawptr = (struct aout_data_struct *) bfd_zalloc (abfd, amt);
H A Dsparclinux.c230 bfd_size_type amt = sizeof (struct linux_link_hash_table); local
232 ret = (struct linux_link_hash_table *) bfd_malloc (amt);
H A Dcoff-mips.c850 bfd_size_type amt;
861 amt = NUM_RELOC_SECTIONS * sizeof (asection *);
862 symndx_to_section = (asection **) bfd_alloc (input_bfd, amt);
844 bfd_size_type amt; local
H A Delf32-sh.c3037 bfd_size_type amt;
3044 amt = sec->reloc_count;
3045 amt *= sizeof (bfd_vma);
3046 labels = (bfd_vma *) bfd_malloc (amt);
3706 bfd_size_type amt = sizeof (struct sh_elf_obj_tdata);
3707 abfd->tdata.any = bfd_zalloc (abfd, amt);
3794 bfd_size_type amt = sizeof (struct elf_sh_link_hash_table);
3796 ret = (struct elf_sh_link_hash_table *) bfd_malloc (amt);
5915 bfd_size_type amt;
5934 amt
3036 bfd_size_type amt; local
3704 bfd_size_type amt = sizeof (struct sh_elf_obj_tdata); local
3792 bfd_size_type amt = sizeof (struct elf_sh_link_hash_table); local
5911 bfd_size_type amt; local
6750 bfd_size_type amt = sizeof (*p); local
[all...]
H A Dcoff-alpha.c1392 bfd_size_type amt;
1400 amt = NUM_RELOC_SECTIONS * sizeof (asection *);
1401 symndx_to_section = (asection **) bfd_alloc (input_bfd, amt);
1458 amt = sizeof (struct ecoff_section_tdata);
1460 bfd_zalloc (input_bfd, amt));
1386 bfd_size_type amt; local
H A Delf32-m68k.c327 bfd_size_type amt = sizeof (struct elf_m68k_link_hash_table);
329 ret = (struct elf_m68k_link_hash_table *) bfd_malloc (amt);
2091 bfd_size_type amt;
2109 amt = (bfd_size_type) datasec->reloc_count * 12;
2110 relsec->contents = (bfd_byte *) bfd_alloc (abfd, amt);
326 bfd_size_type amt = sizeof (struct elf_m68k_link_hash_table); local
2090 bfd_size_type amt; local
H A Delf32-ppc.c133 bfd_size_type amt = sizeof (struct ppc_elf_obj_tdata);
134 abfd->tdata.any = bfd_zalloc (abfd, amt);
2412 bfd_size_type amt;
2449 amt = num_symbols;
2450 amt *= sizeof (elf_linker_section_pointers_t *);
2451 ptr = bfd_zalloc (abfd, amt);
2480 amt = sizeof (elf_linker_section_pointers_t);
2481 linker_section_ptr = bfd_alloc (abfd, amt);
2636 bfd_size_type amt;
2678 amt
132 bfd_size_type amt = sizeof (struct ppc_elf_obj_tdata); local
2403 bfd_size_type amt; local
2625 bfd_size_type amt; local
[all...]
H A Delf32-m32r.c1683 bfd_size_type amt = sizeof (struct elf_m32r_link_hash_table);
1685 ret = (struct elf_m32r_link_hash_table *) bfd_malloc (amt);
4067 bfd_size_type amt;
4107 amt = symtab_hdr->sh_info;
4108 amt *= sizeof (asection *);
4109 sections = (asection **) bfd_malloc (amt);
4684 bfd_size_type amt = sizeof (*p);
4685 p = ((struct elf_m32r_dyn_relocs *) bfd_alloc (dynobj, amt));
4757 bfd_size_type amt = sizeof (Elf_Internal_Shdr);
4761 esd->rel_hdr2 = (Elf_Internal_Shdr *) bfd_zalloc (abfd, amt);
1679 bfd_size_type amt = sizeof (struct elf_m32r_link_hash_table); local
4677 bfd_size_type amt = sizeof (*p); local
4750 bfd_size_type amt = sizeof (Elf_Internal_Shdr); local
[all...]
/haiku-fatelf/src/bin/gawk/
H A Dbuiltin.c1812 size_t amt, oldamt = 0, ilen, slen; local
1856 amt = ilen + subseplen + strlen("length") + 2;
1859 emalloc(buf, char *, amt, "do_match");
1860 } else if (amt > oldamt) {
1861 erealloc(buf, char *, amt, "do_match");
1863 oldamt = amt;

Completed in 305 milliseconds

12345