Searched refs:amt (Results 1 - 25 of 120) sorted by relevance

12345

/haiku-fatelf/src/bin/gdb/bfd/
H A Dnlmcode.h105 bfd_size_type amt; variable
117 amt = nlm_fixed_header_size (abfd);
118 x_fxdhdr = (PTR) bfd_malloc (amt);
122 if (bfd_bread ((PTR) x_fxdhdr, amt, abfd) != amt)
132 amt = sizeof (struct nlm_obj_tdata);
133 new_tdata = (struct nlm_obj_tdata *) bfd_zalloc (abfd, amt);
255 bfd_size_type amt; variable
259 amt = sizeof (nlm_variable_header (abfd)->descriptionLength);
261 amt, abf
321 bfd_size_type amt; variable
390 bfd_size_type amt; variable
682 bfd_size_type amt; variable
947 bfd_size_type amt = sizeof (nlm_symbol_type); variable
1025 bfd_size_type amt; variable
1198 bfd_size_type count, amt; variable
1671 bfd_size_type amt; variable
[all...]
H A Dnlm.c32 bfd_size_type amt = sizeof (struct nlm_obj_tdata); local
33 nlm_tdata (abfd) = (struct nlm_obj_tdata *) bfd_zalloc (abfd, amt);
H A Dsom.c1610 bfd_size_type amt = sizeof (int); local
1611 final_types[0] = (int *) bfd_alloc (abfd, amt);
1612 final_types[1] = (int *) bfd_alloc (abfd, amt);
1613 final_types[2] = (int *) bfd_alloc (abfd, amt);
1614 final_types[3] = (int *) bfd_alloc (abfd, amt);
1691 bfd_size_type amt = sizeof (int); local
1692 final_types[0] = (int *) bfd_alloc (abfd, amt);
1693 final_types[1] = (int *) bfd_alloc (abfd, amt);
1694 final_types[2] = (int *) bfd_alloc (abfd, amt);
1695 final_types[3] = (int *) bfd_alloc (abfd, amt);
1729 bfd_size_type amt = sizeof (int); local
1894 bfd_size_type amt; local
2190 bfd_size_type amt; local
2345 bfd_size_type amt = sizeof (struct header); local
2619 bfd_size_type amt; local
2726 bfd_size_type amt; local
3115 bfd_size_type amt; local
3223 bfd_size_type amt; local
3739 bfd_size_type amt; local
4302 bfd_size_type amt; local
4407 bfd_size_type amt; local
4614 bfd_size_type amt = sizeof (som_symbol_type); local
5030 bfd_size_type amt; local
5148 bfd_size_type amt = sizeof (struct som_section_data_struct); local
5194 bfd_size_type amt; local
5259 bfd_size_type amt = sizeof (struct som_copyable_section_data_struct); local
5290 bfd_size_type amt = sizeof (struct som_copyable_section_data_struct); local
5330 bfd_size_type amt; local
5568 bfd_size_type amt; local
5646 bfd_size_type amt; local
5787 bfd_size_type amt = 16; local
5984 bfd_size_type amt; local
6241 bfd_size_type amt; local
[all...]
H A Dlynx-core.c97 bfd_size_type amt; local
108 amt = sizeof pss;
109 if (bfd_bread ((void *) &pss, amt, abfd) != amt)
117 amt = sizeof (struct lynx_core_struct);
118 core_hdr (abfd) = (struct lynx_core_struct *) bfd_zalloc (abfd, amt);
H A Doasys.c98 bfd_size_type amt = sizeof (record->header); local
99 if (bfd_bread ((PTR) record, amt, abfd) != amt)
102 amt = record->header.length - sizeof (record->header);
103 if ((long) amt <= 0)
105 if (bfd_bread ((PTR) ((char *) record + sizeof (record->header)), amt, abfd)
106 != amt)
145 bfd_size_type amt; local
152 amt = abfd->symcount;
153 amt *
305 bfd_size_type amt; local
435 bfd_size_type amt = sizeof (oasys_data_type); local
620 bfd_size_type amt; local
1381 bfd_size_type amt = sizeof (oasys_symbol_type); local
[all...]
H A Dosf-core.c90 bfd_size_type amt; local
92 amt = sizeof core_header;
93 val = bfd_bread ((PTR) &core_header, amt, abfd);
113 amt = sizeof core_scnhdr;
114 val = bfd_bread ((PTR) &core_scnhdr, amt, abfd);
H A Ddwarf2.c434 bfd_size_type amt; local
464 amt = sizeof (struct abbrev_info*) * ABBREV_HASH_SIZE;
465 abbrevs = bfd_zalloc (abfd, amt);
474 amt = sizeof (struct abbrev_info);
475 cur_abbrev = bfd_zalloc (abfd, amt);
495 amt = cur_abbrev->num_attrs + ATTR_ALLOC_CHUNK;
496 amt *= sizeof (struct attr_abbrev);
497 cur_abbrev->attrs = bfd_realloc (cur_abbrev->attrs, amt);
546 bfd_size_type amt; local
559 amt
732 bfd_size_type amt = sizeof (struct line_info); local
912 bfd_size_type amt; local
1361 bfd_size_type amt = sizeof (struct funcinfo); local
1448 bfd_size_type amt; local
1734 bfd_size_type amt = sizeof (struct dwarf2_debug); local
[all...]
H A Delf-strtab.c96 bfd_size_type amt = sizeof (struct elf_strtab_hash); local
98 table = bfd_malloc (amt);
111 amt = sizeof (struct elf_strtab_hasn_entry *);
112 table->array = bfd_malloc (table->alloced * amt);
164 bfd_size_type amt = sizeof (struct elf_strtab_hash_entry *); local
166 tab->array = bfd_realloc (tab->array, tab->alloced * amt);
301 bfd_size_type size, amt; local
310 amt = tab->size * sizeof (struct elf_strtab_hash_entry *);
311 array = bfd_malloc (amt);
H A Daout-adobe.c114 bfd_size_type amt = EXEC_BYTES_SIZE; local
116 if (bfd_bread ((PTR) &exec_bytes, amt, abfd) != amt)
174 bfd_size_type amt = sizeof (*ext); local
175 if (bfd_bread ((PTR) ext, amt, abfd) != amt)
227 amt = strlen (sect->name);
228 newname = (char *) bfd_zalloc (abfd, amt);
285 bfd_size_type amt = sizeof (struct bout_data_struct); local
287 rawptr = (struct bout_data_struct *) bfd_zalloc (abfd, amt);
310 bfd_size_type amt; local
[all...]
H A Daix386-core.c77 bfd_size_type amt; local
84 amt = sizeof (longbuf);
85 if (bfd_bread ((PTR) longbuf, amt, abfd) != amt)
98 amt = sizeof (struct mergem);
99 mergem = (struct mergem *) bfd_zalloc (abfd, amt);
H A Daout-encap.c48 bfd_size_type amt = sizeof (magicbuf); local
50 if (bfd_bread ((PTR) magicbuf, amt, abfd) != amt)
69 amt = EXEC_BYTES_SIZE;
70 if (bfd_bread ((PTR) &exec_bytes, amt, abfd) != amt)
H A Darchive.c168 bfd_size_type amt = sizeof (struct artdata);
170 abfd->tdata.aout_ar_data = bfd_zalloc (abfd, amt);
270 bfd_size_type amt = sizeof (struct ar_cache);
272 struct ar_cache *new_cache = bfd_zalloc (arch_bfd, amt);
578 bfd_size_type amt;
598 amt = sizeof (struct artdata);
599 bfd_ardata (abfd) = bfd_zalloc (abfd, amt);
694 bfd_size_type parsed_size, amt;
731 amt = ardata->symdef_count * sizeof (carsym);
732 ardata->symdefs = bfd_alloc (abfd, amt);
167 bfd_size_type amt = sizeof (struct artdata); local
269 bfd_size_type amt = sizeof (struct ar_cache); local
575 bfd_size_type amt; local
691 bfd_size_type parsed_size, amt; local
929 bfd_size_type amt; local
1032 bfd_size_type amt; local
1345 bfd_size_type amt; local
1724 unsigned int amt = DEFAULT_BUFFERSIZE; local
1782 bfd_size_type amt; local
[all...]
H A Dcoff-ppc.c204 bfd_size_type amt = sizeof (struct ppc_coff_link_hash_table); local
206 ret = (struct ppc_coff_link_hash_table *) bfd_malloc (amt);
859 bfd_size_type amt = sizeof (struct list_ele);
860 struct list_ele *t = (struct list_ele *) bfd_malloc (amt);
918 bfd_size_type amt;
921 amt = (bfd_size_type) obj_raw_syment_count (abfd) * sizeof (int);
922 local_syms = (int *) bfd_zalloc (abfd, amt);
1675 bfd_size_type amt;
1690 amt = global_toc_size;
1691 foo = (bfd_byte *) bfd_alloc (bfd_of_toc_owner, amt);
853 bfd_size_type amt = sizeof (struct list_ele); local
912 bfd_size_type amt; local
1668 bfd_size_type amt; local
2254 bfd_size_type amt; local
[all...]
H A Delfcore.h81 bfd_size_type amt; local
189 amt = sizeof (*i_phdrp) * i_ehdrp->e_phnum;
190 i_phdrp = bfd_alloc (abfd, amt);
H A Dformat.c142 bfd_size_type amt; local
145 amt = sizeof (*matching_vector) * 2 * _bfd_target_vector_entries;
146 matching_vector = bfd_malloc (amt);
H A Dcofflink.c109 bfd_size_type amt = sizeof (struct coff_link_hash_table); local
111 ret = bfd_malloc (amt);
300 bfd_size_type amt; local
316 amt = symcount * sizeof (struct coff_link_hash_entry *);
317 sym_hash = bfd_zalloc (abfd, amt);
594 amt = sizeof (struct coff_section_tdata);
595 stab->used_by_bfd = bfd_zalloc (abfd, amt);
646 bfd_size_type amt;
768 amt = abfd->section_count + 1;
769 amt *
645 bfd_size_type amt; local
1575 bfd_size_type amt; local
2128 bfd_size_type amt; local
2259 bfd_size_type amt; local
[all...]
H A Dstabs.c164 bfd_size_type count, amt;
230 amt = sizeof (struct stab_section_info);
231 amt += (count - 1) * sizeof (bfd_size_type);
232 *psecinfo = bfd_alloc (abfd, amt);
396 amt = sizeof *ne;
397 ne = (struct stab_excl_list *) bfd_alloc (abfd, amt);
493 amt = count * sizeof (bfd_size_type);
494 secinfo->cumulative_skips = (bfd_size_type *) bfd_alloc (abfd, amt);
538 bfd_size_type count, amt;
659 amt
162 bfd_size_type count, amt; local
535 bfd_size_type count, amt; local
[all...]
H A Dxcofflink.c167 bfd_size_type amt = sizeof (struct coff_section_tdata);
168 sec->used_by_bfd = bfd_zalloc (abfd, amt);
485 bfd_size_type amt = sizeof (struct xcoff_link_hash_table);
487 ret = (struct xcoff_link_hash_table *) bfd_malloc (amt);
1057 bfd_size_type amt;
1092 amt = symcount * sizeof (struct xcoff_link_hash_entry *);
1093 sym_hash = (struct xcoff_link_hash_entry **) bfd_zalloc (abfd, amt);
1101 amt = symcount * sizeof (asection *);
1102 csect_cache = (asection **) bfd_zalloc (abfd, amt);
1112 amt
166 bfd_size_type amt = sizeof (struct coff_section_tdata); local
483 bfd_size_type amt = sizeof (struct xcoff_link_hash_table); local
1053 bfd_size_type amt; local
2533 bfd_size_type amt; local
2657 bfd_size_type amt = sizeof (struct xcoff_import_file); local
2700 bfd_size_type amt = strlen (h->root.root.string) + 2; local
2847 bfd_size_type amt; local
3264 bfd_size_type amt; local
3553 bfd_size_type amt; local
4871 bfd_size_type amt = linesz * enc_count; local
5023 bfd_size_type amt = outsym - finfo->outsyms; local
5146 bfd_size_type amt; local
5382 bfd_size_type amt; local
[all...]
H A Dnetbsd-core.c71 bfd_size_type amt = sizeof core; local
73 val = bfd_bread ((void *) &core, amt, abfd);
87 amt = sizeof (struct netbsd_core_struct);
88 rawptr = (struct netbsd_core_struct *) bfd_zalloc (abfd, amt);
H A Dreloc16.c193 bfd_size_type amt; local
197 amt = reloc_count + 1;
198 amt *= sizeof (unsigned);
199 shrinks = (unsigned *) bfd_zmalloc (amt);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dhuman.c160 uintmax_t amt; local
200 amt = n * multiplier;
201 if (amt / multiplier == n)
214 amt = n / divisor;
282 if (base <= amt)
286 unsigned int r10 = (amt % base) * 10 + tenths;
288 amt /= base;
295 while (base <= amt && exponent < exponent_max);
297 if (amt < 10)
308 amt
[all...]
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dhuman.c160 uintmax_t amt; local
200 amt = n * multiplier;
201 if (amt / multiplier == n)
214 amt = n / divisor;
282 if (base <= amt)
286 unsigned int r10 = (amt % base) * 10 + tenths;
288 amt /= base;
295 while (base <= amt && exponent < exponent_max);
297 if (amt < 10)
308 amt
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-ripng.c66 register u_int amt; local
73 amt = snapend - dat;
74 i = min(length, amt);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/server/
H A Dsysdep.c182 size_t amt = 0; local
201 amt += ret;
210 return amt;
217 size_t amt = 0; local
236 amt += ret;
245 return amt;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dsysdep.c208 size_t amt = 0; local
227 amt += ret;
236 return amt;
243 size_t amt = 0; local
262 amt += ret;
271 return amt;

Completed in 297 milliseconds

12345