HomeSort by relevance Sort by last modified time
    Searched refs:amt (Results 126 - 150 of 434) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/bfd/
simple.c 235 bfd_size_type amt = sec->rawsize > sec->size ? sec->rawsize : sec->size; local
236 data = (bfd_byte *) bfd_malloc (amt);
coff-arm.c 917 bfd_size_type amt = sizeof (struct coff_arm_link_hash_table); local
919 ret = bfd_zmalloc (amt);
1021 bfd_size_type amt = strlen (name) + strlen (THUMB2ARM_GLUE_ENTRY_NAME) + 1;
1023 tmp_name = bfd_malloc (amt);
1050 bfd_size_type amt = strlen (name) + strlen (ARM2THUMB_GLUE_ENTRY_NAME) + 1;
1052 tmp_name = bfd_malloc (amt);
1019 bfd_size_type amt = strlen (name) + strlen (THUMB2ARM_GLUE_ENTRY_NAME) + 1; local
1048 bfd_size_type amt = strlen (name) + strlen (ARM2THUMB_GLUE_ENTRY_NAME) + 1; local
1836 bfd_size_type amt; local
1892 bfd_size_type amt; local
    [all...]
aoutx.h 463 bfd_size_type amt = sizeof (* rawptr); local
465 rawptr = (struct aout_data_struct *) bfd_zalloc (abfd, amt);
678 bfd_size_type amt = sizeof (* rawptr); local
682 rawptr = (struct aout_data_struct *) bfd_zalloc (abfd, amt);
1303 bfd_size_type amt = exec_hdr (abfd)->a_syms; local
1340 bfd_size_type amt = BYTES_IN_WORD; local
1671 bfd_size_type amt = sizeof (aout_symbol_type); local
1842 bfd_size_type amt = BYTES_IN_WORD; local
1868 bfd_size_type amt; local
2283 bfd_size_type amt; local
2926 bfd_size_type amt = sizeof (* ret); local
2958 bfd_size_type amt; local
3568 bfd_size_type amt; local
3693 bfd_size_type amt; local
    [all...]
sunos.c 121 bfd_size_type amt; local
132 amt = sizeof (struct sunos_dynamic_info);
133 info = bfd_zalloc (abfd, amt);
257 bfd_size_type amt; local
276 amt = (bfd_size_type) info->dynsym_count * EXTERNAL_NLIST_SIZE;
277 info->dynsym = bfd_alloc (abfd, amt);
281 || bfd_bread ((void *) info->dynsym, amt, abfd) != amt)
295 amt = info->dyninfo.ld_symb_size;
296 info->dynstr = bfd_alloc (abfd, amt);
678 bfd_size_type amt = sizeof (struct sunos_link_hash_table); local
1408 bfd_size_type amt; local
1693 bfd_size_type amt = sizeof (struct aout_section_data_struct); local
    [all...]
elf32-m68hc1x.c 80 bfd_size_type amt = sizeof (struct m68hc11_elf_link_hash_table); local
82 ret = (struct m68hc11_elf_link_hash_table *) bfd_zmalloc (amt);
96 amt = sizeof (struct bfd_hash_table);
97 ret->stub_hash_table = (struct bfd_hash_table*) bfd_malloc (amt);
243 bfd_size_type amt; local
297 amt = sizeof (asection *) * (top_index + 1);
298 input_list = (asection **) bfd_malloc (amt);
336 bfd_size_type amt; local
356 amt = sizeof (Elf_Internal_Sym *) * bfd_count;
357 all_local_syms = (Elf_Internal_Sym **) bfd_zmalloc (amt);
    [all...]
aout-tic30.c 556 bfd_size_type amt = EXEC_BYTES_SIZE; local
558 if (bfd_bread (& exec_bytes, amt, abfd) != amt)
654 bfd_size_type amt; local
658 amt = adata (abfd).exec_bytes_size;
659 if (bfd_bwrite (& exec_bytes, amt, abfd) != amt)
    [all...]
merge.c 349 bfd_size_type amt; local
408 amt = sizeof (struct sec_merge_sec_info) - 1 + sec->size;
413 amt += sec->entsize;
414 *psecinfo = bfd_alloc (abfd, amt);
601 bfd_size_type size, amt; local
605 amt = sinfo->htab->size * sizeof (struct sec_merge_hash_entry *);
606 array = (struct sec_merge_hash_entry **) bfd_malloc (amt);
aout-target.h 137 bfd_size_type amt = EXEC_BYTES_SIZE; local
139 if (bfd_bread ((void *) &exec_bytes, amt, abfd) != amt)
archures.c 786 bfd_size_type amt; local
799 amt = (vec_length + 1) * sizeof (char **);
800 name_list = (const char **) bfd_malloc (amt);
    [all...]
coff-m68k.c 447 bfd_size_type amt;
463 amt = (bfd_size_type) datasec->reloc_count * 12;
464 relsec->contents = (bfd_byte *) bfd_alloc (abfd, amt);
446 bfd_size_type amt; local
nlm32-alpha.c 608 bfd_size_type amt;
628 amt = rcount * sizeof (struct nlm_relent);
629 nlm_relocs = bfd_alloc (abfd, amt);
606 bfd_size_type amt; local
bfd.c 1580 bfd_size_type amt; local
    [all...]
ieee.c 699 bfd_size_type amt = sizeof (ieee_symbol_type);
701 new_symbol = bfd_alloc (ieee->h.abfd, amt);
1060 bfd_size_type amt;
1068 amt = c;
1069 amt *= sizeof (asection *);
1070 n = bfd_realloc (ieee->section_table, amt);
1309 bfd_size_type amt = sizeof (ieee_ar_data_type);
1311 abfd->tdata.ieee_ar_data = bfd_alloc (abfd, amt);
697 bfd_size_type amt = sizeof (ieee_symbol_type); local
1058 bfd_size_type amt; local
1306 bfd_size_type amt = sizeof (ieee_ar_data_type); local
1440 bfd_size_type amt; local
1795 bfd_size_type amt; local
2460 bfd_size_type amt = input_ptr_end - input_ptr_start; local
2470 bfd_size_type amt = output_ptr - output_ptr_start; local
3636 bfd_size_type amt = sizeof (ieee_symbol_type); local
    [all...]
tekhex.c 422 bfd_size_type amt = sizeof (tekhex_symbol_type); local
424 bfd_alloc (abfd, amt);
904 bfd_size_type amt = sizeof (struct tekhex_symbol_struct); local
906 amt);
peicode.h 261 bfd_size_type amt = sizeof (pe_data_type);
263 abfd->tdata.pe_obj_data = (struct pe_tdata *) bfd_zalloc (abfd, amt);
260 bfd_size_type amt = sizeof (pe_data_type); local
1332 bfd_size_type amt = opt_hdr_size; local
    [all...]
coff-rs6000.c 325 bfd_size_type amt = sizeof (struct xcoff_tdata); local
327 abfd->tdata.xcoff_obj_data = (struct xcoff_tdata *) bfd_zalloc (abfd, amt);
1376 bfd_size_type amt = SXCOFFARMAG; local
1482 bfd_size_type amt = sizeof (struct areltdata); local
    [all...]
elf.c 381 bfd_size_type amt; local
401 amt = symcount * extsym_size;
410 || bfd_bread (extsym_buf, amt, ibfd) != amt)
420 amt = symcount * sizeof (Elf_External_Sym_Shndx);
430 || bfd_bread (extshndx_buf, amt, ibfd) != amt)
580 bfd_size_type amt; local
604 amt = shdr->sh_size * sizeof (*dest) / 4;
617 memset (shdr->contents, 0, amt);
1869 bfd_size_type amt; local
2637 bfd_size_type amt; local
3775 bfd_size_type amt; local
3898 bfd_size_type amt; local
5465 bfd_size_type amt = i_shdrp[count]->sh_size; local
5838 bfd_size_type amt; local
6292 bfd_size_type amt; local
6787 bfd_size_type amt; local
    [all...]
coff64-rs6000.c 1869 bfd_size_type sz, amt; local
1966 bfd_size_type amt = SXCOFFARMAG; local
    [all...]
elf32-avr.c 96 corresponding stub. (AMT)
780 bfd_size_type amt = sizeof (*htab);
782 htab = bfd_zmalloc (amt);
779 bfd_size_type amt = sizeof (*htab); local
2654 bfd_size_type amt; local
2921 bfd_size_type amt; local
2985 bfd_size_type amt; local
    [all...]
coff-h8300.c 172 bfd_size_type amt = sizeof (struct h8300_coff_link_hash_table); local
174 ret = (struct h8300_coff_link_hash_table *) bfd_zmalloc (amt);
1233 bfd_size_type amt; local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 723 int amt = md.digest(bytes, 12, 20); local
724 if (amt != 20) {
725 throw new RuntimeException("unexpected digest write: " + amt +
  /external/guava/guava/src/com/google/common/io/
ByteStreams.java 663 long amt = in.skip(n); local
664 if (amt == 0) {
673 n -= amt;
  /frameworks/native/cmds/rawbu/
backup.cpp 204 int amt = size > (off_t)sizeof(copyBuffer) ? sizeof(copyBuffer) : (int)size; local
205 int readLen = fread(copyBuffer, 1, amt, src);
209 amt, origSize, srcName, errno != 0 ? strerror(errno) : "unexpected EOF");
212 amt, origSize, errno != 0 ? strerror(errno) : "unexpected EOF");
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 377 public void annotate(int amt, String msg) {
394 annotations.add(new Annotation(startAt, startAt + amt, msg));
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 373 public void annotate(int amt, String msg) {
390 annotations.add(new Annotation(startAt, startAt + amt, msg));

Completed in 805 milliseconds

1 2 3 4 56 7 8 91011>>