Searched refs:amt (Results 26 - 50 of 112) sorted by relevance

12345

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dreloc16.c193 bfd_size_type amt; local
197 amt = reloc_count + 1;
198 amt *= sizeof (unsigned);
199 shrinks = (unsigned *) bfd_zmalloc (amt);
H A Ddwarf1.c140 bfd_size_type amt = sizeof (struct dwarf1_unit); local
142 struct dwarf1_unit* x = bfd_zalloc (stash->abfd, amt);
155 bfd_size_type amt = sizeof (struct dwarf1_func); local
157 struct dwarf1_func* x = bfd_zalloc (stash->abfd, amt);
294 bfd_size_type amt; local
309 amt = sizeof (struct linenumber) * aUnit->line_count;
310 aUnit->linenumber_table = bfd_alloc (stash->abfd, amt);
H A Dcoffcode.h953 bfd_size_type amt;
960 amt = sizeof (struct coff_comdat_info);
962 = bfd_alloc (abfd, amt);
969 amt = strlen (symname) + 1;
970 newname = bfd_alloc (abfd, amt);
1551 bfd_size_type amt;
1573 amt = sizeof (combined_entry_type) * 10;
1574 native = bfd_zalloc (abfd, amt);
1650 bfd_size_type amt;
1666 amt
952 bfd_size_type amt; local
1550 bfd_size_type amt; local
1649 bfd_size_type amt; local
1755 bfd_size_type amt = sizeof (coff_data_type); local
2069 bfd_size_type amt = bfd_coff_symesz (abfd); local
2451 bfd_size_type amt; local
3043 bfd_size_type amt; local
3116 bfd_size_type amt = sizeof (struct coff_section_tdata); local
3124 bfd_size_type amt = sizeof (struct pei_section_tdata); local
3600 bfd_size_type amt = bfd_coff_scnhsz (abfd); local
3712 bfd_size_type amt; local
4260 bfd_size_type amt; local
4346 bfd_size_type amt; local
4843 bfd_size_type amt; local
[all...]
H A Delfcode.h505 bfd_size_type amt;
744 amt = sizeof (*i_shdrp) * i_ehdrp->e_shnum;
745 i_shdrp = bfd_alloc (abfd, amt);
752 amt = sizeof (i_shdrp) * num_sec;
753 elf_elfsections (abfd) = bfd_alloc (abfd, amt);
826 amt = i_ehdrp->e_phnum * sizeof (Elf_Internal_Phdr);
827 elf_tdata (abfd)->phdr = bfd_alloc (abfd, amt);
1060 bfd_size_type amt;
1071 amt = sizeof (x_ehdr);
1073 || bfd_bwrite (&x_ehdr, amt, abf
503 bfd_size_type amt; local
1057 bfd_size_type amt; local
1120 bfd_size_type amt; local
1457 bfd_size_type amt; local
[all...]
H A Darchive64.c52 bfd_size_type amt; local
96 amt = carsym_size + stringsize + 1;
97 ardata->symdefs = bfd_zalloc (abfd, amt);
H A Dtrad-core.c81 bfd_size_type amt; local
148 amt = sizeof (struct trad_core_struct);
149 rawptr = (struct trad_core_struct *) bfd_zmalloc (amt);
H A Decoff.c89 bfd_size_type amt = sizeof (ecoff_data_type);
91 abfd->tdata.ecoff_obj_data = bfd_zalloc (abfd, amt);
502 bfd_size_type amt;
605 amt = internal_symhdr->ifdMax;
606 amt *= sizeof (struct fdr);
607 debug->fdr = bfd_alloc (abfd, amt);
639 bfd_size_type amt = sizeof (ecoff_symbol_type);
641 new = bfd_zalloc (abfd, amt);
1560 bfd_size_type amt;
1573 amt
88 bfd_size_type amt = sizeof (ecoff_data_type); local
500 bfd_size_type amt; local
636 bfd_size_type amt = sizeof (ecoff_symbol_type); local
1556 bfd_size_type amt; local
1719 bfd_size_type amt = sizeof (struct ecoff_find_line); local
1938 bfd_size_type amt; local
2623 bfd_size_type amt; local
2847 bfd_size_type amt; local
3165 bfd_size_type amt; local
3283 bfd_size_type amt = sizeof (struct ecoff_link_hash_table); local
3337 bfd_size_type amt; local
[all...]
H A Dsyms.c529 bfd_size_type amt = sizeof (asymbol); local
530 asymbol *new = bfd_zalloc (abfd, amt);
976 bfd_size_type amt = sizeof *info; local
978 info = bfd_zalloc (abfd, amt);
1117 amt = info->indextablesize;
1118 amt *= sizeof (struct indexentry);
1119 info->indextable = bfd_alloc (abfd, amt);
H A Dcoffgen.c409 bfd_size_type amt; local
423 amt = sec->reloc_count * relsz;
426 free_external = bfd_malloc (amt);
433 || bfd_bread (external_relocs, amt, abfd) != amt)
438 amt = sec->reloc_count;
439 amt *= sizeof (struct internal_reloc);
440 free_internal = bfd_malloc (amt);
463 amt = sizeof (struct coff_section_tdata);
464 sec->used_by_bfd = bfd_zalloc (abfd, amt);
636 bfd_size_type amt; local
1738 bfd_size_type amt = sizeof (coff_symbol_type); local
1759 bfd_size_type amt = sizeof (coff_symbol_type); local
2045 bfd_size_type amt; local
2286 bfd_size_type amt = sizeof (* native); local
[all...]
H A Delflink.c585 bfd_size_type amt;
602 amt = sizeof (*entry);
603 entry = bfd_alloc (input_bfd, amt);
1763 bfd_size_type amt;
1793 amt = sizeof *t;
1794 t = bfd_zalloc (rinfo->output_bfd, amt);
1806 amt = sizeof *a;
1807 a = bfd_zalloc (rinfo->output_bfd, amt);
1841 bfd_size_type amt;
1943 amt
582 bfd_size_type amt; local
1758 bfd_size_type amt; local
1836 bfd_size_type amt; local
3302 bfd_size_type amt; local
4842 bfd_size_type amt; local
5214 bfd_size_type amt; local
6203 bfd_size_type amt; local
6249 bfd_size_type amt; local
7594 bfd_size_type amt; local
7658 bfd_size_type amt; local
8527 bfd_size_type amt = o->rawsize ? o->rawsize : o->size; local
9319 bfd_size_type amt; local
[all...]
H A Darchures.c644 bfd_size_type amt; local
657 amt = (vec_length + 1) * sizeof (char **);
658 name_list = bfd_malloc (amt);
H A Dbout.c186 bfd_size_type amt = EXEC_BYTES_SIZE; local
188 if (bfd_bread ((void *) &exec_bytes, amt, abfd) != amt)
217 bfd_size_type amt = sizeof (struct bout_data_struct); local
219 rawptr = bfd_zalloc (abfd, amt);
397 bfd_size_type amt; local
421 amt = EXEC_BYTES_SIZE;
423 || bfd_bwrite ((void *) &swapped_hdr, amt, abfd) != amt)
683 bfd_size_type reloc_size, amt;
682 bfd_size_type reloc_size, amt; local
[all...]
H A Dppcboot.c116 bfd_size_type amt = sizeof (ppcboot_data_t);
117 ppcboot_set_tdata (abfd, bfd_zalloc (abfd, amt));
304 bfd_size_type amt = PPCBOOT_SYMS * sizeof (asymbol);
306 syms = (asymbol *) bfd_alloc (abfd, amt);
115 bfd_size_type amt = sizeof (ppcboot_data_t); local
297 bfd_size_type amt = PPCBOOT_SYMS * sizeof (asymbol); local
H A Delf.c348 bfd_size_type amt; local
364 amt = symcount * extsym_size;
373 || bfd_bread (extsym_buf, amt, ibfd) != amt)
383 amt = symcount * sizeof (Elf_External_Sym_Shndx);
393 || bfd_bread (extshndx_buf, amt, ibfd) != amt)
537 bfd_size_type amt; local
561 amt = shdr->sh_size * sizeof (*dest) / 4;
573 memset (shdr->contents, 0, amt);
1647 bfd_size_type amt = sizeof (struct elf_link_hash_table); local
1785 bfd_size_type amt; local
2127 bfd_size_type amt; local
2733 bfd_size_type amt = sizeof ".rela" + strlen (asect->name); local
3741 bfd_size_type amt; local
3856 bfd_size_type amt; local
5116 bfd_size_type amt = i_shdrp[count]->sh_size; local
5459 bfd_size_type amt; local
5873 bfd_size_type amt; local
6257 bfd_size_type amt; local
7023 bfd_size_type amt = sizeof (elf_symbol_type); local
[all...]
H A Decofflink.c502 bfd_size_type amt = sizeof (struct accumulate);
504 ainfo = (struct accumulate *) bfd_malloc (amt);
628 bfd_size_type amt;
669 amt = input_symhdr->ifdMax;
670 amt *= sizeof (RFDT);
671 input_debug->ifdmap = (RFDT *) bfd_alloc (input_bfd, amt);
1638 bfd_size_type amt;
1643 amt = ainfo->largest_file_shuffle;
1644 space = (PTR) bfd_malloc (amt);
1682 amt
499 bfd_size_type amt = sizeof (struct accumulate); local
625 bfd_size_type amt; local
1635 bfd_size_type amt; local
1791 bfd_size_type amt; local
[all...]
H A Dbinary.c167 bfd_size_type amt = BIN_SYMS * sizeof (asymbol); local
169 syms = bfd_alloc (abfd, amt);
H A Dsimple.c166 bfd_size_type amt = sec->rawsize > sec->size ? sec->rawsize : sec->size; local
170 contents = bfd_malloc (amt);
H A Dcoff-arm.c919 bfd_size_type amt = sizeof (struct coff_arm_link_hash_table); local
921 ret = bfd_malloc (amt);
1024 bfd_size_type amt = strlen (name) + strlen (THUMB2ARM_GLUE_ENTRY_NAME) + 1;
1026 tmp_name = bfd_malloc (amt);
1053 bfd_size_type amt = strlen (name) + strlen (ARM2THUMB_GLUE_ENTRY_NAME) + 1;
1055 tmp_name = bfd_malloc (amt);
1839 bfd_size_type amt;
1851 amt = strlen (name) + strlen (ARM2THUMB_GLUE_ENTRY_NAME) + 1;
1852 tmp_name = bfd_malloc (amt);
1895 bfd_size_type amt;
1022 bfd_size_type amt = strlen (name) + strlen (THUMB2ARM_GLUE_ENTRY_NAME) + 1; local
1051 bfd_size_type amt = strlen (name) + strlen (ARM2THUMB_GLUE_ENTRY_NAME) + 1; local
1837 bfd_size_type amt; local
1893 bfd_size_type amt; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h184 uint32_t amt = amount % 32; local
185 uint32_t result = Rotr32(value, amt);
294 uint32_t amt = 2 * bits(opcode, 11, 8); // rotate amount local
295 if (amt == 0)
302 imm32 = ror(imm, 32, amt);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DFormatString.h260 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
264 : start(0),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
278 return amt;
283 return amt;
303 return amt + 1;
313 unsigned amt; member in class:clang::analyze_format_string::OptionalAmount
/freebsd-10.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_subr_private.h163 actually read is stored in @a amt. If the content is exhausted, then
164 @a amt is set to zero. It will always be non-zero if the spill-buffer
169 svn_spillbuf__reader_read(apr_size_t *amt,
/freebsd-10.0-release/contrib/gcc/
H A Dsbitmap.c38 unsigned int bytes, size, amt; local
43 amt = (sizeof (struct simple_bitmap_def)
45 bmap = xmalloc (amt);
59 unsigned int bytes, size, amt; local
66 amt = (sizeof (struct simple_bitmap_def)
68 bmap = xrealloc (bmap, amt);
112 unsigned int bytes, size, amt; local
117 amt = (sizeof (struct simple_bitmap_def)
126 bmap = (sbitmap) xrealloc (src, amt);
138 unsigned int i, bytes, offset, elm_bytes, size, amt, vector_byte local
[all...]
/freebsd-10.0-release/tools/tools/vhba/
H A Dvhba.c371 u_int amt; local
373 amt = MIN(csio->dxfer_len, 8);
374 memcpy(csio->data_ptr, junk, amt);
375 amt = MIN((nlun << 3) + 8, csio->dxfer_len);
376 csio->resid = csio->dxfer_len - amt;
/freebsd-10.0-release/contrib/flex/
H A Dscan.l530 size_t amt;
531 amt = strchr (yytext, '|') - yytext;
532 yyless(amt);
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dchannel.c361 unsigned int delta, old, hwptr, amt; local
372 amt = min(delta, sndbuf_getready(b));
373 amt -= amt % sndbuf_getalign(b);
374 if (amt > 0)
375 sndbuf_dispose(b, NULL, amt);
377 amt = min(delta, sndbuf_getfree(b));
378 amt -= amt % sndbuf_getalign(b);
379 if (amt >
398 unsigned int amt, want, wasfree; local
532 unsigned int amt; local
[all...]

Completed in 336 milliseconds

12345