/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
D | new.cc | 9 operator new (std::size_t sz, const std::nothrow_t&) throw() in operator new() argument 14 if (sz == 0) in operator new() 15 sz = 1; in operator new() 16 p = (void *) malloc (sz); in operator new() 21 operator new (std::size_t sz) throw (std::bad_alloc) in operator new() argument 26 if (sz == 0) in operator new() 27 sz = 1; in operator new() 28 p = (void *) malloc (sz); in operator new() 38 operator new[] (std::size_t sz) throw (std::bad_alloc) in operator new[]() argument 40 return ::operator new(sz); in operator new[]() [all …]
|
D | dl5.cc | 8 operator new (size_t sz, const std::nothrow_t&) throw () in operator new() argument 12 p = malloc(sz); in operator new() 17 operator new (size_t sz) throw (std::bad_alloc) in operator new() argument 21 p = malloc(sz); in operator new()
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | rx-decode.opc | 132 #define BWL(sz) rx->op[0].size = rx->op[1].size = rx->op[2].size = rx->size = bwl[sz] 133 #define sBWL(sz) rx->op[0].size = rx->op[1].size = rx->op[2].size = rx->size = sbwl[sz] 134 #define uBWL(sz) rx->op[0].size = rx->op[1].size = rx->op[2].size = rx->size = ubwl[sz] 279 /** VARY sz 00 01 10 */ 287 /** 1111 10sd rdst im sz mov%s #%1, %0 */ 288 ID(mov); DD(sd, rdst, sz); 289 if ((im == 1 && sz == 0) 290 || (im == 2 && sz == 1) 291 || (im == 0 && sz == 2)) 293 BWL (sz); [all …]
|
D | rx-decode.c | 133 #define BWL(sz) rx->op[0].size = rx->op[1].size = rx->op[2].size = rx->size = bwl[sz] argument 134 #define sBWL(sz) rx->op[0].size = rx->op[1].size = rx->op[2].size = rx->size = sbwl[sz] argument 135 #define uBWL(sz) rx->op[0].size = rx->op[1].size = rx->op[2].size = rx->size = ubwl[sz] argument 3639 int sz AU = op[0] & 0x03; in rx_decode_opcode() 3651 printf (" sz = 0x%x,", sz); in rx_decode_opcode() 3658 ID(mov); sBWL (sz); DIs(dst, d*16+sppp, sz); SC(IMM(1)); F_____; in rx_decode_opcode() 5152 int sz AU = (op[1] >> 4) & 0x03; in rx_decode_opcode() 5160 printf (" sz = 0x%x,", sz); in rx_decode_opcode() 5165 ID(mov); BWL(sz); OP(0, RX_Operand_Predec, 0, 0); SR(rsrc); F_____; in rx_decode_opcode() 5371 int sz AU = op[1] & 0x03; in rx_decode_opcode() [all …]
|
D | bfin-dis.c | 2224 int sz = ((iw0 >> LDST_sz_bits) & LDST_sz_mask); in decode_LDST_0() local 2229 if (aop == 0 && sz == 0 && Z == 0 && W == 0) in decode_LDST_0() 2236 else if (aop == 0 && sz == 0 && Z == 1 && W == 0 && reg != ptr) in decode_LDST_0() 2243 else if (aop == 0 && sz == 1 && Z == 0 && W == 0) in decode_LDST_0() 2250 else if (aop == 0 && sz == 1 && Z == 1 && W == 0) in decode_LDST_0() 2257 else if (aop == 0 && sz == 2 && Z == 0 && W == 0) in decode_LDST_0() 2264 else if (aop == 0 && sz == 2 && Z == 1 && W == 0) in decode_LDST_0() 2271 else if (aop == 1 && sz == 0 && Z == 0 && W == 0) in decode_LDST_0() 2278 else if (aop == 1 && sz == 0 && Z == 1 && W == 0 && reg != ptr) in decode_LDST_0() 2285 else if (aop == 1 && sz == 1 && Z == 0 && W == 0) in decode_LDST_0() [all …]
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | tic6x-insn-formats.h | 99 SFLDS6(FLD(op, 3, 1), FLD(srcdst, 4, 3), FLD(ptr, 7, 2), FLD(sz, 9, 1), FLD(t, 12, 1), 102 SFLDS6(FLD(op, 3, 1), FLD(srcdst, 4, 3), FLD(ptr, 7, 2), FLD(sz, 9, 1), FLD(t, 12, 1), 105 SFLDS6(FLD(op, 3, 1), FLD(srcdst, 4, 3), FLD(ptr, 7, 2), FLD(sz, 9, 1), FLD(t, 12, 1), 108 SFLDS6(FLD(op, 3, 1), FLD(srcdst, 4, 3), FLD(ptr, 7, 2), FLD(sz, 9, 1), FLD(t, 12, 1), 111 SFLDS6(FLD(op, 3, 1), FLD(srcdst, 4, 3), FLD(ptr, 7, 2), FLD(sz, 9, 1), FLD(t, 12, 1), 114 SFLDS6(FLD(op, 3, 1), FLD(srcdst, 4, 3), FLD(ptr, 7, 2), FLD(sz, 9, 1), FLD(t, 12, 1), 117 SFLDS6(FLD(op, 3, 1), FLD(srcdst, 4, 3), FLD(ptr, 7, 2), FLD(sz, 9, 1), FLD(t, 12, 1), 120 SFLDS6(FLD(op, 3, 1), FLD(srcdst, 4, 3), FLD(ptr, 7, 2), FLD(sz, 9, 1), FLD(t, 12, 1), 123 SFLDS6(FLD(op, 3, 1), FLD(srcdst, 4, 3), FLD(ptr, 7, 2), FLD(sz, 9, 1), FLD(t, 12, 1), 128 …SFLDS7(FLD(op, 3, 1), FLD(na, 4, 1), FLD(srcdst, 5, 2), FLD(ptr, 7, 2), FLD(sz, 9, 1), FLD(t, 12, … [all …]
|
D | tic6x-opcode-table.h | 1248 FIX2(FIX(op, 1), FIX(sz, 1)), 1254 FIX2(FIX(op, 1), FIX(sz, 1)), 1260 FIX2(FIX(op, 1), FIX(sz, 1)), 1266 FIX2(FIX(op, 1), FIX(sz, 1)), 1289 FIX2(FIX(op, 1), FIX(sz, 1)), 1295 FIX2(FIX(op, 1), FIX(sz, 1)), 1301 FIX2(FIX(op, 1), FIX(sz, 1)), 1307 FIX2(FIX(op, 1), FIX(sz, 1)), 1330 FIX3(FIX(op, 1), FIX(na, 0), FIX(sz, 0)), 1336 FIX3(FIX(op, 1), FIX(na, 0), FIX(sz, 0)), [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | compress.c | 161 bfd_size_type sz; in bfd_get_full_section_contents() local 171 sz = sec->rawsize; in bfd_get_full_section_contents() 173 sz = sec->size; in bfd_get_full_section_contents() 174 if (sz == 0) in bfd_get_full_section_contents() 182 p = (bfd_byte *) bfd_malloc (sz); in bfd_get_full_section_contents() 186 if (!bfd_get_section_contents (abfd, sec, p, 0, sz)) in bfd_get_full_section_contents() 222 p = (bfd_byte *) bfd_malloc (sz); in bfd_get_full_section_contents() 226 if (!decompress_contents (compressed_buffer, sec->compressed_size, p, sz)) in bfd_get_full_section_contents() 244 p = (bfd_byte *) bfd_malloc (sz); in bfd_get_full_section_contents() 249 memcpy (p, sec->contents, sz); in bfd_get_full_section_contents()
|
D | section.c | 1463 bfd_size_type sz; in bfd_set_section_contents() local 1471 sz = section->size; in bfd_set_section_contents() 1472 if ((bfd_size_type) offset > sz in bfd_set_section_contents() 1473 || count > sz in bfd_set_section_contents() 1474 || offset + count > sz in bfd_set_section_contents() 1531 bfd_size_type sz; in bfd_get_section_contents() local 1540 sz = section->rawsize; in bfd_get_section_contents() 1542 sz = section->size; in bfd_get_section_contents() 1543 if ((bfd_size_type) offset > sz in bfd_get_section_contents() 1544 || count > sz in bfd_get_section_contents() [all …]
|
D | libbfd.c | 853 bfd_size_type sz; in _bfd_generic_get_section_contents() local 872 sz = section->rawsize; in _bfd_generic_get_section_contents() 874 sz = section->size; in _bfd_generic_get_section_contents() 876 || offset + count > sz) in _bfd_generic_get_section_contents() 898 bfd_size_type sz; in _bfd_generic_get_section_contents_in_window() local 928 sz = section->rawsize; in _bfd_generic_get_section_contents_in_window() 930 sz = section->size; in _bfd_generic_get_section_contents_in_window() 931 if (offset + count > sz in _bfd_generic_get_section_contents_in_window()
|
D | elf32-sh-symbian.c | 209 bfd_size_type sz = sec->rawsize ? sec->rawsize : sec->size; in sh_symbian_process_embedded_commands() local 211 for (s = (char *) contents, e = s + sz; s < e;) in sh_symbian_process_embedded_commands() 401 bfd_size_type sz; in sh_symbian_process_directives() local 406 sz = sec->rawsize ? sec->rawsize : sec->size; in sh_symbian_process_directives() 407 contents = bfd_malloc (sz); in sh_symbian_process_directives() 413 if (bfd_get_section_contents (abfd, sec, contents, 0, sz)) in sh_symbian_process_directives()
|
D | vms-lib.c | 2114 unsigned int sz; in _bfd_vms_lib_write_archive_contents() local 2120 sz = 0; in _bfd_vms_lib_write_archive_contents() 2124 sz = 2; in _bfd_vms_lib_write_archive_contents() 2127 mhd = (struct vms_mhd *)(blk + sz); in _bfd_vms_lib_write_archive_contents() 2136 sz += tdata->mhd_size; in _bfd_vms_lib_write_archive_contents() 2137 sz = (sz + 1) & ~1; in _bfd_vms_lib_write_archive_contents() 2151 amt = bfd_bread (blk + sz, VMS_BLOCK_SIZE - sz, current); in _bfd_vms_lib_write_archive_contents() 2155 if (amt < VMS_BLOCK_SIZE - sz) in _bfd_vms_lib_write_archive_contents() 2158 memset (blk + sz + amt, 0, VMS_BLOCK_SIZE - sz - amt); in _bfd_vms_lib_write_archive_contents() 2167 if (amt == VMS_BLOCK_SIZE - sz) in _bfd_vms_lib_write_archive_contents() [all …]
|
D | reloc16.c | 260 bfd_size_type sz; in bfd_coff_reloc16_get_relocated_section_contents() local 273 sz = input_section->rawsize ? input_section->rawsize : input_section->size; in bfd_coff_reloc16_get_relocated_section_contents() 274 if (!bfd_get_section_contents (input_bfd, input_section, data, 0, sz)) in bfd_coff_reloc16_get_relocated_section_contents()
|
D | ecofflink.c | 584 unsigned long sz; in bfd_ecoff_debug_accumulate() local 636 sz = (input_symhdr->crfd + input_symhdr->ifdMax) * external_rfd_size; in bfd_ecoff_debug_accumulate() 637 rfd_out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate() 643 if (!add_memory_shuffle (ainfo, &ainfo->rfd, &ainfo->rfd_end, rfd_out, sz)) in bfd_ecoff_debug_accumulate() 737 sz = copied * external_fdr_size; in bfd_ecoff_debug_accumulate() 738 fdr_out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate() 744 if (!add_memory_shuffle (ainfo, &ainfo->fdr, &ainfo->fdr_end, fdr_out, sz)) in bfd_ecoff_debug_accumulate() 775 sz = fdr.csym * external_sym_size; in bfd_ecoff_debug_accumulate() 776 sym_out = (bfd_byte *) objalloc_alloc (ainfo->memory, sz); in bfd_ecoff_debug_accumulate() 783 sz)) in bfd_ecoff_debug_accumulate() [all …]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-bfin.c | 1391 bfin_gen_ldstidxi (REG_T ptr, REG_T reg, int W, int sz, int Z, Expr_Node * poffset) in bfin_gen_ldstidxi() argument 1404 ASSIGN (sz); in bfin_gen_ldstidxi() 1431 switch (sz) in bfin_gen_ldstidxi() 1454 bfin_gen_ldst (REG_T ptr, REG_T reg, int aop, int sz, int Z, int W) in bfin_gen_ldst() argument 1467 ASSIGN (sz); in bfin_gen_ldst() 2153 int sz = ((iw0 >> LDST_sz_bits) & LDST_sz_mask); in decode_LDST_0() local 2157 if (aop == 0 && sz == 0 && Z == 0 && W == 0) in decode_LDST_0() 2159 else if (aop == 0 && sz == 0 && Z == 1 && W == 0) in decode_LDST_0() 2161 else if (aop == 0 && sz == 1 && Z == 0 && W == 0) in decode_LDST_0() 2163 else if (aop == 0 && sz == 1 && Z == 1 && W == 0) in decode_LDST_0() [all …]
|
D | tc-rl78.c | 236 rl78_field (int val, int pos, int sz) in rl78_field() argument 241 if (sz > 0) in rl78_field() 243 if (val < 0 || val >= (1 << sz)) in rl78_field() 244 as_bad (_("Value %d doesn't fit in unsigned %d-bit field"), val, sz); in rl78_field() 248 sz = - sz; in rl78_field() 249 if (val < -(1 << (sz - 1)) || val >= (1 << (sz - 1))) in rl78_field() 250 as_bad (_("Value %d doesn't fit in signed %d-bit field"), val, sz); in rl78_field() 257 while (bitp + sz > 8) in rl78_field() 262 svalm = val >> (sz - ssz); in rl78_field() 269 sz -= ssz; in rl78_field() [all …]
|
D | tc-i370.c | 1249 add_to_lit_pool (expressionS *exx, char *name, int sz) in add_to_lit_pool() argument 1255 if (8 == sz && NULL == longlong_poolP) in add_to_lit_pool() 1257 else if (4 == sz && NULL == word_poolP) in add_to_lit_pool() 1259 else if (2 == sz && NULL == short_poolP) in add_to_lit_pool() 1261 else if (1 == sz && NULL == byte_poolP) in add_to_lit_pool() 1275 && literals[lit_count].size == sz) in add_to_lit_pool() 1281 if (sz == literals[lit_count].size) in add_to_lit_pool() 1282 offset_in_pool += sz; in add_to_lit_pool() 1292 literals[next_literal_pool_place].size = sz; in add_to_lit_pool() 1306 if (8 == sz) in add_to_lit_pool() [all …]
|
D | tc-rx.c | 854 rx_field (int val, int pos, int sz) in rx_field() argument 859 if (sz > 0) in rx_field() 861 if (val < 0 || val >= (1 << sz)) in rx_field() 862 as_bad (_("Value %d doesn't fit in unsigned %d-bit field"), val, sz); in rx_field() 866 sz = - sz; in rx_field() 867 if (val < -(1 << (sz - 1)) || val >= (1 << (sz - 1))) in rx_field() 868 as_bad (_("Value %d doesn't fit in signed %d-bit field"), val, sz); in rx_field() 875 while (bitp + sz > 8) in rx_field() 880 svalm = val >> (sz - ssz); in rx_field() 887 sz -= ssz; in rx_field() [all …]
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | spu_ovl.S | 43 #define sz reserved2 macro 288 rotqbyi sz, vma, 8 # 1,4 -5 297 rotqbyi sz, vma, 8 # 1,4 0 311 rotqmbyi off64, sz, -4 # 1,4 4 332 selb sz, osize, maxsize, cmp # 0,2 19 337 wrch $MFC_Size, sz # 1,6 21 338 sf osize, sz, osize # 0,2 22 340 a vma, vma, sz # 0,2 23
|
/toolchain/binutils/binutils-2.25/gold/ |
D | dynobj.cc | 1721 unsigned int sz = (local_symcount + syms.size()) * 2; in symbol_section_contents() local 1722 unsigned char* pbuf = new unsigned char[sz]; in symbol_section_contents() 1752 *psize = sz; in symbol_section_contents() 1770 unsigned int sz = 0; in def_section_contents() local 1775 sz += verdef_size + verdaux_size; in def_section_contents() 1776 sz += (*p)->count_dependencies() * verdaux_size; in def_section_contents() 1779 unsigned char* pbuf = new unsigned char[sz]; in def_section_contents() 1791 gold_assert(static_cast<unsigned int>(pb - pbuf) == sz); in def_section_contents() 1794 *psize = sz; in def_section_contents() 1813 unsigned int sz = 0; in need_section_contents() local [all …]
|
/toolchain/binutils/binutils-2.25/gprof/po/ |
D | hu.po | 48 msgstr "%s: figyelem: alapblokk végrehajtás számítás kihagyása (használja a -l vagy --line kapcsoló… 101 msgstr "%9.2f A végrehajtott fájl százaléka\n" 110 "%9lu A sorvégrehajtások teljes száma\n" 177 msgstr "szülők" 212 msgstr " <%d. ciklus teljes egészében> [%d]\n" 261 msgstr "%s: elfogyott a hely a szövegtér %lu byte-jaihoz\n" 366 msgstr "\t%d alapblokk szám rekord\n" 371 msgstr "\t%d alapblokk szám rekord\n" 391 "\t[-d[szám]] [-k tól/ig] [-m min-szám] [-t táblahossz]\n" 518 "Minden minta így számít: %g %s.\n" [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
D | xcoff-br16-2.d | 8 vaddr sgn mod sz type symndx symbol
|
D | xcoff-br16-1.d | 8 vaddr sgn mod sz type symndx symbol
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | nm.c | 717 bfd_vma sz; in sort_symbols_by_size() local 735 sz = ((elf_symbol_type *) sym)->internal_elf_sym.st_size; in sort_symbols_by_size() 737 sz = sym->value; in sort_symbols_by_size() 742 sz = valueof (next) - valueof (sym); in sort_symbols_by_size() 744 sz = (bfd_get_section_vma (abfd, sec) in sort_symbols_by_size() 749 if (sz != 0) in sort_symbols_by_size() 752 symsizes->size = sz; in sort_symbols_by_size()
|
D | od-macho.c | 1396 size_t sz = 4 * cmd->nhints; in dump_twolevel_hints() local 1400 buf = xmalloc (sz); in dump_twolevel_hints() 1402 || bfd_bread (buf, sz, abfd) != sz) in dump_twolevel_hints() 1409 for (p = buf; p < buf + sz; p += 4) in dump_twolevel_hints() 1669 dump_unwind_encoding_x86 (unsigned int encoding, unsigned int sz, in dump_unwind_encoding_x86() argument 1680 char pfx = sz == 8 ? 'R' : 'E'; in dump_unwind_encoding_x86() 1690 printf (" at %cBP-%u:", pfx, offset * sz); in dump_unwind_encoding_x86() 1717 printf (" size: 0x%03x", stack_size * sz); in dump_unwind_encoding_x86() 1724 printf (" size at 0x%03x + 0x%02x", stack_size, stack_adj * sz); in dump_unwind_encoding_x86()
|