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

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.27/bfd/
elf-m10200.c 1302 bfd_size_type amt; local
    [all...]
elf32-crx.c 759 bfd_size_type amt; local
778 amt = symtab_hdr->sh_info;
779 amt *= sizeof (asection *);
780 sections = bfd_malloc (amt);
781 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
4350 bfd_size_type amt; local
4727 bfd_size_type amt; local
    [all...]
elf.c 392 bfd_size_type amt; local
438 amt = (bfd_size_type) symcount * extsym_size;
447 || bfd_bread (extsym_buf, amt, ibfd) != amt)
457 amt = (bfd_size_type) symcount * sizeof (Elf_External_Sym_Shndx);
467 || bfd_bread (extshndx_buf, amt, ibfd) != amt)
617 bfd_size_type amt; local
641 amt = shdr->sh_size * sizeof (*dest) / 4;
654 memset (shdr->contents, 0, amt);
4304 bfd_size_type amt; local
4427 bfd_size_type amt; local
6094 bfd_size_type amt = i_shdrp[count]->sh_size; local
6467 bfd_size_type amt; local
6917 bfd_size_type amt; local
7429 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
2923 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);
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
1456 bfd_size_type amt = opt_hdr_size; 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 2765 bfd_size_type amt; local
2866 bfd_size_type amt; local
3091 bfd_size_type amt; local
4470 bfd_size_type amt; local
4624 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 1088 bfd_size_type amt = (elf_tdata (ibfd)->symtab_hdr.sh_info local
1090 elf_local_got_ents (ibfd) = bfd_zmalloc (amt);
1608 bfd_size_type amt; local
1661 bfd_size_type amt; local
2366 bfd_size_type amt; local
2437 bfd_size_type amt = sizeof (struct spu_elf_stack_info); local
5228 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
4850 bfd_size_type amt; local
    [all...]
bfd.c 1622 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
1490 bfd_size_type amt = sizeof (struct alpha_elf_find_line); local
1720 bfd_size_type amt; local
1783 bfd_size_type amt; local
    [all...]
elf64-sparc.c 156 bfd_size_type amt; local
187 amt = asect->reloc_count;
188 amt *= 2 * sizeof (arelent);
189 asect->relocation = (arelent *) bfd_alloc (abfd, amt);
elf32-cr16.c 1550 bfd_size_type amt; local
1665 bfd_size_type amt = sizeof (struct elf_link_hash_table); local
2812 bfd_size_type amt; local
    [all...]
elf32-h8300.c 1631 bfd_size_type amt; local
    [all...]
elf32-avr.c 97 corresponding stub. (AMT)
766 bfd_size_type amt = sizeof (*sdata);
768 sdata = bfd_zalloc (abfd, amt);
874 bfd_size_type amt = sizeof (*htab);
876 htab = bfd_zmalloc (amt);
765 bfd_size_type amt = sizeof (*sdata); local
873 bfd_size_type amt = sizeof (*htab); local
3152 bfd_size_type amt; local
3419 bfd_size_type amt; local
3483 bfd_size_type amt; local
    [all...]
elf32-m32c.c 1496 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...]
  /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 1661 milliseconds

1 2 3 4 5 67 8 91011>>