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

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/bfd/
syms.c 540 bfd_size_type amt = sizeof (asymbol); local
541 asymbol *new_symbol = (asymbol *) bfd_zalloc (abfd, amt);
989 bfd_size_type amt = sizeof *info; local
991 info = (struct stab_find_info *) bfd_zalloc (abfd, amt);
1139 amt = info->indextablesize;
1140 amt *= sizeof (struct indexentry);
1141 info->indextable = (struct indexentry *) bfd_alloc (abfd, amt);
    [all...]
ecoff.c 88 bfd_size_type amt = sizeof (ecoff_data_type);
90 abfd->tdata.ecoff_obj_data = (struct ecoff_tdata *) bfd_zalloc (abfd, amt);
509 bfd_size_type amt;
612 amt = internal_symhdr->ifdMax;
613 amt *= sizeof (struct fdr);
614 debug->fdr = (FDR *) bfd_alloc (abfd, amt);
646 bfd_size_type amt = sizeof (ecoff_symbol_type);
648 new_symbol = (ecoff_symbol_type *) bfd_zalloc (abfd, amt);
87 bfd_size_type amt = sizeof (ecoff_data_type); local
507 bfd_size_type amt; local
643 bfd_size_type amt = sizeof (ecoff_symbol_type); local
1563 bfd_size_type amt; local
1727 bfd_size_type amt = sizeof (struct ecoff_find_line); local
1949 bfd_size_type amt; local
2634 bfd_size_type amt; local
2858 bfd_size_type amt; local
3212 bfd_size_type amt = sizeof (struct ecoff_link_hash_table); local
3258 bfd_size_type amt; local
    [all...]
elflink.c 625 bfd_size_type amt;
642 amt = sizeof (*entry);
643 entry = (struct elf_link_local_dynamic_entry *) bfd_alloc (input_bfd, amt);
622 bfd_size_type amt; local
1828 bfd_size_type amt; local
1910 bfd_size_type amt; local
3329 bfd_size_type amt; local
4949 bfd_size_type amt; local
5331 bfd_size_type amt; local
6424 bfd_size_type amt; local
6476 bfd_size_type amt; local
6853 bfd_size_type amt = sizeof (struct elf_link_hash_table); local
7007 bfd_size_type amt; local
8361 bfd_size_type amt; local
8426 bfd_size_type amt; local
10443 bfd_size_type amt; local
    [all...]
coffgen.c 495 bfd_size_type amt; local
512 amt = sec->reloc_count * relsz;
515 free_external = (bfd_byte *) bfd_malloc (amt);
522 || bfd_bread (external_relocs, amt, abfd) != amt)
527 amt = sec->reloc_count;
528 amt *= sizeof (struct internal_reloc);
529 free_internal = (struct internal_reloc *) bfd_malloc (amt);
552 amt = sizeof (struct coff_section_tdata);
553 sec->used_by_bfd = bfd_zalloc (abfd, amt);
726 bfd_size_type amt; local
1974 bfd_size_type amt = sizeof (coff_symbol_type); local
1995 bfd_size_type amt = sizeof (coff_symbol_type); local
2293 bfd_size_type amt; local
2564 bfd_size_type amt = sizeof (* native); local
    [all...]
bout.c 185 bfd_size_type amt = EXEC_BYTES_SIZE; local
187 if (bfd_bread ((void *) &exec_bytes, amt, abfd) != amt)
216 bfd_size_type amt = sizeof (struct bout_data_struct); local
218 rawptr = bfd_zalloc (abfd, amt);
396 bfd_size_type amt; local
420 amt = EXEC_BYTES_SIZE;
422 || bfd_bwrite ((void *) &swapped_hdr, amt, abfd) != amt)
682 bfd_size_type reloc_size, amt;
681 bfd_size_type reloc_size, amt; local
    [all...]
cisco-core.c 97 bfd_size_type amt;
158 amt = sizeof (struct cisco_core_struct);
159 abfd->tdata.cisco_core_data = (struct cisco_core_struct *) bfd_zmalloc (amt);
95 bfd_size_type amt; local
elf32-xgate.c 448 bfd_size_type amt = sizeof(struct xgate_elf_link_hash_table); local
450 ret = (struct xgate_elf_link_hash_table *) bfd_zmalloc (amt);
463 amt = sizeof(struct bfd_hash_table);
464 ret->stub_hash_table = (struct bfd_hash_table*) bfd_zmalloc (amt);
ppcboot.c 106 bfd_size_type amt = sizeof (ppcboot_data_t);
107 ppcboot_set_tdata (abfd, bfd_zalloc (abfd, amt));
286 bfd_size_type amt = PPCBOOT_SYMS * sizeof (asymbol);
288 syms = (asymbol *) bfd_alloc (abfd, amt);
105 bfd_size_type amt = sizeof (ppcboot_data_t); local
279 bfd_size_type amt = PPCBOOT_SYMS * sizeof (asymbol); local
linker.c 532 bfd_size_type amt; local
557 amt = strlen (l) + sizeof WRAP + 1;
558 n = (char *) bfd_malloc (amt);
586 amt = strlen (l + sizeof REAL - 1) + 2;
587 n = (char *) bfd_malloc (amt);
761 bfd_size_type amt = sizeof (struct generic_link_hash_table);
763 ret = (struct generic_link_hash_table *) bfd_malloc (amt);
760 bfd_size_type amt = sizeof (struct generic_link_hash_table); local
935 bfd_size_type amt; local
1951 bfd_size_type amt; local
2001 bfd_size_type amt; local
2481 bfd_size_type amt = sizeof (struct bfd_link_order); local
    [all...]
ecofflink.c 471 bfd_size_type amt = sizeof (struct accumulate);
473 ainfo = (struct accumulate *) bfd_malloc (amt);
593 bfd_size_type amt;
634 amt = input_symhdr->ifdMax;
635 amt *= sizeof (RFDT);
636 input_debug->ifdmap = (RFDT *) bfd_alloc (input_bfd, amt);
469 bfd_size_type amt = sizeof (struct accumulate); local
591 bfd_size_type amt; local
1582 bfd_size_type amt; local
1735 bfd_size_type amt; local
    [all...]
binary.c 154 bfd_size_type amt = BIN_SYMS * sizeof (asymbol); local
156 syms = (asymbol *) bfd_alloc (abfd, amt);
sco5-core.c 74 bfd_size_type amt = sizeof (struct sco5_core_struct); local
76 rawptr = (struct sco5_core_struct *) bfd_zmalloc (amt);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DexFile.java 618 int amt = md.digest(bytes, 12, 20); local
619 if (amt != 20) {
620 throw new RuntimeException("unexpected digest write: " + amt +
  /external/python/cpython2/Lib/idlelib/
help.py 67 def indent(self, amt=1):
68 self.level += amt
139 self.indent(amt=-1)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
AbstractMapTest.java 175 AbstractMap map = new AMT();
194 AbstractMap map = new AMT();
212 AbstractMap map = new AMT();
288 public class AMT extends AbstractMap {
352 AMT amt = new AMT();
354 amt.putAll(ht);
356 assertEquals("Should be equal", amt, ht);
  /device/asus/fugu/libaudio/
alsa_utils.cpp 33 int amt; local
42 amt = read(fd, tmp, sizeof(tmp) - 1);
43 if (amt > 0) {
45 tmp[amt - 1] = 0;
  /frameworks/base/services/core/java/com/android/server/am/
ProcessList.java 626 * @param amt Adjustment value -- lmkd allows -16 to +15.
630 public static final void setOomAdj(int pid, int uid, int amt) {
631 if (amt == UNKNOWN_ADJ)
639 buf.putInt(amt);
644 + " = " + amt);
  /hardware/qcom/display/msm8084/liblight/
lights.c 87 ssize_t amt = write(fd, buffer, (size_t)bytes); local
89 return amt == -1 ? -errno : 0;
  /hardware/qcom/display/msm8226/liblight/
lights.c 87 ssize_t amt = write(fd, buffer, (size_t)bytes); local
89 return amt == -1 ? -errno : 0;
  /hardware/qcom/display/msm8909/liblight/
lights.c 91 ssize_t amt = write(fd, buffer, (size_t)bytes); local
93 return amt == -1 ? -errno : 0;
  /hardware/qcom/display/msm8960/liblight/
lights.c 92 int amt = write(fd, buffer, bytes); local
94 return amt == -1 ? -errno : 0;
  /hardware/qcom/display/msm8994/liblight/
lights.c 88 ssize_t amt = write(fd, buffer, (size_t)bytes); local
90 return amt == -1 ? -errno : 0;
  /hardware/qcom/display/msm8996/liblight/
lights.c 88 ssize_t amt = write(fd, buffer, (size_t)bytes); local
90 return amt == -1 ? -errno : 0;
  /hardware/qcom/display/msm8998/liblight/
lights.c 100 ssize_t amt = write(fd, buffer, (size_t)bytes); local
102 return amt == -1 ? -errno : 0;
  /hardware/qcom/display/sdm845/liblight/
lights.c 102 ssize_t amt = write(fd, buffer, (size_t)bytes); local
104 return amt == -1 ? -errno : 0;

Completed in 981 milliseconds

1 2 3 45 6 7 8 91011>>