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

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.25/bfd/
elf-m10200.c 1307 bfd_size_type amt; local
    [all...]
elf32-crx.c 753 bfd_size_type amt; local
772 amt = symtab_hdr->sh_info;
773 amt *= sizeof (asection *);
774 sections = bfd_malloc (amt);
775 if (sections == NULL && amt != 0)
    [all...]
elf64-ia64-vms.c 397 bfd_size_type amt; local
626 amt = trampoff + size;
627 contents = (bfd_byte *) bfd_realloc (contents, amt);
630 sec->size = amt;
1578 bfd_size_type amt; local
4352 bfd_size_type amt; local
4729 bfd_size_type amt; local
    [all...]
aoutf1.h 559 bfd_size_type core_size, amt;
591 amt = core_size + sizeof (struct mergem);
592 mergem = bfd_zalloc (abfd, amt);
558 bfd_size_type core_size, amt; local
coff-sh.c 724 bfd_size_type amt = sizeof (struct coff_section_tdata);
725 sec->used_by_bfd = bfd_zalloc (abfd, amt);
723 bfd_size_type amt = sizeof (struct coff_section_tdata); local
2659 bfd_size_type amt; local
2927 bfd_size_type amt; local
    [all...]
ihex.c 358 bfd_size_type amt; local
362 amt = strlen (secbuf) + 1;
363 secname = (char *) bfd_alloc (abfd, amt);
elf32-m32c.c 1429 bfd_size_type amt; local
    [all...]
coff-i960.c 239 bfd_size_type amt = sizeof (struct coff_section_tdata); local
240 osec->used_by_bfd = bfd_zalloc (abfd, amt);
elf-m10300.c 2763 bfd_size_type amt; local
2864 bfd_size_type amt; local
3089 bfd_size_type amt; local
4468 bfd_size_type amt; local
4622 bfd_size_type amt = sizeof (* ret); local
    [all...]
hash.c 766 bfd_size_type amt = sizeof (* table);
768 table = (struct bfd_strtab_hash *) bfd_malloc (amt);
764 bfd_size_type amt = sizeof (* table); local
elf32-spu.c 1079 bfd_size_type amt = (elf_tdata (ibfd)->symtab_hdr.sh_info local
1081 elf_local_got_ents (ibfd) = bfd_zmalloc (amt);
1599 bfd_size_type amt; local
1652 bfd_size_type amt; local
2357 bfd_size_type amt; local
2428 bfd_size_type amt = sizeof (struct spu_elf_stack_info); local
5225 bfd_vma amt; local
    [all...]
elfnn-ia64.c 398 bfd_size_type amt;
662 amt = trampoff + size;
663 contents = (bfd_byte *) bfd_realloc (contents, amt);
666 sec->size = amt;
395 bfd_size_type amt; local
1810 bfd_size_type amt; local
4852 bfd_size_type amt; local
    [all...]
elf64-alpha.c 284 bfd_size_type amt = sizeof (struct alpha_elf_link_hash_table);
286 ret = (struct alpha_elf_link_hash_table *) bfd_zmalloc (amt);
282 bfd_size_type amt = sizeof (struct alpha_elf_link_hash_table); local
1483 bfd_size_type amt = sizeof (struct alpha_elf_find_line); local
1713 bfd_size_type amt; local
1764 bfd_size_type amt; local
    [all...]
elf64-sparc.c 154 bfd_size_type amt; local
185 amt = asect->reloc_count;
186 amt *= 2 * sizeof (arelent);
187 asect->relocation = (arelent *) bfd_alloc (abfd, amt);
peXXigen.c 1501 bfd_size_type amt; local
1541 bfd_size_type amt; local
2989 bfd_size_type amt = sizeof (struct coff_section_tdata); local
2997 bfd_size_type amt = sizeof (struct pei_section_tdata); local
    [all...]
elf32-cr16.c 1550 bfd_size_type amt; local
1665 bfd_size_type amt = sizeof (struct elf_link_hash_table); local
2814 bfd_size_type amt; local
    [all...]
elf32-h8300.c 1637 bfd_size_type amt; local
    [all...]
elf32-rl78.c 2022 bfd_size_type amt; local
    [all...]
pdp11.c 468 bfd_size_type amt = sizeof (struct aout_data_struct); local
470 rawptr = bfd_zalloc (abfd, amt);
659 bfd_size_type amt = sizeof (struct aout_data_struct); local
664 rawptr = bfd_zalloc (abfd, amt);
1431 bfd_size_type amt = sizeof (aout_symbol_type); local
2462 bfd_size_type amt = sizeof (struct aout_link_hash_table); local
2908 bfd_size_type amt; local
    [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
LiteralByteStringTest.java 252 long amt = in.skip(n); local
253 if (amt == 0) {
262 n -= amt;
NioByteStringTest.java 273 long amt = in.skip(n); local
274 if (amt == 0) {
283 n -= amt;
  /external/icu/icu4c/source/i18n/
numfmt.cpp 511 const CurrencyAmount* amt; local
512 if (o != NULL && (amt = dynamic_cast<const CurrencyAmount*>(o)) != NULL) {
515 //const UChar* curr = amt->getISOCurrency();
516 u_strcpy(save, amt->getISOCurrency());
517 num = &amt->getNumber();
    [all...]
  /frameworks/base/cmds/incidentd/src/
Section.cpp 42 ssize_t amt; local
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 1663 llvm::Value *amt = CGF.EmitToMemory( local
1708 llvm::Value *amt = llvm::ConstantInt::get(value->getType(), amount, true); local
1728 llvm::Value *amt = Builder.getInt32(amount); local
1739 llvm::Value *amt = Builder.getInt32(amount); local
1749 llvm::Value *amt = llvm::ConstantInt::get(value->getType(), amount); local
1762 llvm::Value *amt; local
2147 llvm::Value *amt = CGF.EmitToMemory( local
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 3041 ssize_t amt = data->writeData(strFile->getData(), strFile->getSize()); local
3248 ssize_t amt = e->flatten(bundle, data, cl->getPublic()); local
3322 ssize_t amt = (dest->getSize()-strStart); local
3755 size_t amt = 0; local
    [all...]

Completed in 2319 milliseconds

1 2 3 4 5 67 8 91011>>