/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-dlx.c | 337 int i, pb = 0; in dlx_parse_loadop() local 366 for (pb = idx - 1; str[pb] != match; pb -= 1) in dlx_parse_loadop() 370 if (str[pb] == endm || pb < (idx - 5)) in dlx_parse_loadop() 372 pb += 1; in dlx_parse_loadop() 374 for (i = 0; (pb + i) < idx; i++) in dlx_parse_loadop() 375 rs1[i] = str[pb+i]; in dlx_parse_loadop() 381 pb -= 1; in dlx_parse_loadop() 407 pb = idx + 1; in dlx_parse_loadop() 409 for (i++, m2 = 0; i < pb; m2++,i++) in dlx_parse_loadop() 420 for (pb = 0 ; rs1[pb] != '\0'; i++, pb++) in dlx_parse_loadop() [all …]
|
D | tc-xtensa.c | 9022 const cached_fixupS *pb = b; in fixup_order() local 9024 if (pa->addr == pb->addr) in fixup_order() 9026 if (pa->target == pb->target) in fixup_order() 9028 if (pa->fixP->fx_r_type == pb->fixP->fx_r_type) in fixup_order() 9030 return pa->fixP->fx_r_type < pb->fixP->fx_r_type ? -1 : 1; in fixup_order() 9032 return pa->target - pb->target; in fixup_order() 9034 return pa->addr - pb->addr; in fixup_order()
|
/toolchain/binutils/binutils-2.27/gold/ |
D | dynobj.cc | 1320 Verdef::write(const Stringpool* dynpool, bool is_last, unsigned char* pb) const in write() 1325 elfcpp::Verdef_write<size, big_endian> vd(pb); in write() 1337 pb += verdef_size; in write() 1339 elfcpp::Verdaux_write<size, big_endian> vda(pb); in write() 1342 pb += verdaux_size; in write() 1350 elfcpp::Verdaux_write<size, big_endian> vda(pb); in write() 1353 pb += verdaux_size; in write() 1356 return pb; in write() 1400 unsigned char* pb) const in write() 1405 elfcpp::Verneed_write<size, big_endian> vn(pb); in write() [all …]
|
D | common.cc | 88 Sort_commons<size>::operator()(const Symbol* pa, const Symbol* pb) const in operator ()() 92 if (pb == NULL) in operator ()() 97 const Sized_symbol<size>* psb = symtab->get_sized_symbol<size>(pb); in operator ()()
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | objdump.c | 1650 int pb = 0; in disassemble_bytes() local 1772 pb = octets; in disassemble_bytes() 1773 if (pb > octets_per_line && ! prefix_addresses && ! wide_output) in disassemble_bytes() 1774 pb = octets_per_line; in disassemble_bytes() 1781 for (j = addr_offset * opb; j < addr_offset * opb + pb; j += bpc) in disassemble_bytes() 1799 for (; pb < octets_per_line; pb += bpc) in disassemble_bytes() 1824 while (pb < octets) in disassemble_bytes() 1830 j = addr_offset * opb + pb; in disassemble_bytes() 1839 pb += octets_per_line; in disassemble_bytes() 1840 if (pb > octets) in disassemble_bytes() [all …]
|
D | debug.c | 891 struct debug_block *b, **pb; in debug_start_block() local 910 for (pb = &info->current_block->children; in debug_start_block() 911 *pb != NULL; in debug_start_block() 912 pb = &(*pb)->next) in debug_start_block() 914 *pb = b; in debug_start_block()
|
D | ieee.c | 6038 struct ieee_buflist *pb; in ieee_end_struct_type() local 6065 pb = &info->global_types; in ieee_end_struct_type() 6079 pb = &info->types; in ieee_end_struct_type() 6083 if (! ieee_append_buffer (info, pb, &info->type_stack->type.strdef) in ieee_end_struct_type()
|
D | ChangeLog-9899 | 1031 Blundell <pb@nexus.co.uk>: Make address variables unsigned to
|
D | ChangeLog-0001 | 929 2001-02-28 Philip Blundell <pb@futuretv.com>
|
/toolchain/binutils/binutils-2.27/ld/ |
D | ChangeLog-9899 | 320 1999-08-25 Philip Blundell <pb@nexus.co.uk> 424 1999-07-22 Philip Blundell <pb@nexus.co.uk> 772 1999-04-12 Philip Blundell <pb@nexus.co.uk> 877 1999-03-31 Philip Blundell <pb@nexus.co.uk>
|
D | ChangeLog-0001 | 1787 2001-01-12 Philip Blundell <pb@futuretv.com> 1943 2000-11-09 Philip Blundell <pb@futuretv.com> 3325 2000-01-10 Philip Blundell <pb@futuretv.com>
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | ChangeLog-9103 | 718 2001-02-27 Philip Blundell <pb@futuretv.com> 1161 1999-06-21 Philip Blundell <pb@nexus.co.uk> 1336 From Philip Blundell <pb@nexus.co.uk>:
|
/toolchain/binutils/binutils-2.27/include/coff/ |
D | ChangeLog-9103 | 332 1999-06-21 Philip Blundell <pb@nexus.co.uk>
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | ChangeLog-9899 | 415 1999-09-13 Philip Blundell <pb@nexus.co.uk> 2381 1999-05-25 Philip Blundell <pb@nexus.co.uk> 2406 1999-05-24 Philip Blundell <pb@nexus.co.uk> 2746 1999-03-25 Philip Blundell <pb@nexus.co.uk>
|
D | ChangeLog-0001 | 4954 2001-02-28 Philip Blundell <pb@futuretv.com> 5951 2000-11-27 Philip Blundell <pb@futuretv.com> 5961 2000-11-22 Philip Blundell <pb@futuretv.com> 6136 2000-11-09 Philip Blundell <pb@futuretv.com> 9559 2000-01-10 Philip Blundell <pb@futuretv.com>
|
D | ChangeLog-2004 | 3590 2004-04-21 Philip Blundell <pb@nexus.co.uk>
|
/toolchain/binutils/binutils-2.27/zlib/ |
D | ChangeLog | 1253 - define __32BIT__ if __386__ or i386 is defined (pb. with Watcom and SCO) 1259 - fixed declarations using Bytef in infutil.c (pb with MSDOS medium model)
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-0001 | 3090 only when an error is reported (perf pb due to I18N). 3228 2001-02-12 Philip Blundell <pb@futuretv.com> 3623 2001-01-03 Philip Blundell <pb@futuretv.com> 4016 2000-11-30 Philip Blundell <pb@futuretv.com> 7678 2000-01-10 Philip Blundell <pb@futuretv.com>
|
D | ChangeLog-9899 | 7 1999-12-22 Philip Blundell <pb@futuretv.com> 485 1999-09-08 Philip Blundell <pb@nexus.co.uk> 921 1999-07-14 Philip Blundell <pb@nexus.co.uk>
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ |
D | ChangeLog-9303 | 2357 2001-01-03 Philip Blundell <pb@futuretv.com>
|
/toolchain/binutils/binutils-2.27/ |
D | ChangeLog | 8491 2000-11-07 Philip Blundell <pb@futuretv.com> 8495 2000-11-03 Philip Blundell <pb@futuretv.com> 10114 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
|
/toolchain/binutils/binutils-2.27/gas/testsuite/ |
D | ChangeLog-9303 | 3807 2001-01-03 Philip Blundell <pb@futuretv.com>
|
/toolchain/benchmark/panorama_input/ |
D | test_008.ppm | 6984 …�Jq�Pw�Vq�Pl�Kn�Me�AZ}6Vx1Wz3Qp-Hg#^?Y{;_�Ab�Db�E]�?Y}<Im,b�Fv�Zn�`ToFXm_[pb^si]qh^phl~vp�|t�{��…
|