Home
last modified time | relevance | path

Searched refs:me (Results 1 – 25 of 63) sorted by relevance

123

/toolchain/binutils/binutils-2.27/zlib/examples/
Dgun.c94 struct ind *me = (struct ind *)in_desc; in in() local
96 next = me->inbuf; in in()
103 ret = (int)read(me->infile, next, ret); in in()
134 struct outd *me = (struct outd *)out_desc; in out() local
136 if (me->check) { in out()
137 me->crc = crc32(me->crc, buf, len); in out()
138 me->total += len; in out()
140 if (me->outfile != -1) in out()
145 ret = (int)write(me->outfile, buf, ret); in out()
/toolchain/binutils/binutils-2.27/
Dconfig.sub53 me=`echo "$0" | sed -e 's,.*/,,'`
76 Try \`$me --help' for more information."
92 echo "$me: invalid option $1$help"
106 0) echo "$me: missing argument$help" >&2
109 *) echo "$me: too many arguments$help" >&2
Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
40 Output the configuration name of the system \`$me' is run on.
59 Try \`$me --help' for more information."
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
Dconfigure.ac1625 choke me
1631 choke me
1643 choke me
1648 choke me
1660 choke me
1664 choke me
Dconfigure4638 choke me
4986 choke me
5663 choke me
5681 choke me
5716 choke me
5733 choke me
5768 choke me
5784 choke me
/toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/windres/
Dcheckbox.rc4 CHECKBOX "tick me", 1001, 12, 15, 123, 41
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
DREADME.i86030 Contact me (Jason Eckhardt, jle@rice.edu) if you'd like to help.
/toolchain/binutils/binutils-2.27/bfd/
Dcofflink.c1752 struct coff_debug_merge_element *me, *mel; in _bfd_coff_link_input_bfd() local
1757 for (me = mt->elements, mel = mtl->elements; in _bfd_coff_link_input_bfd()
1758 me != NULL && mel != NULL; in _bfd_coff_link_input_bfd()
1759 me = me->next, mel = mel->next) in _bfd_coff_link_input_bfd()
1761 if (strcmp (me->name, mel->name) != 0 in _bfd_coff_link_input_bfd()
1762 || me->type != mel->type in _bfd_coff_link_input_bfd()
1763 || me->tagndx != mel->tagndx) in _bfd_coff_link_input_bfd()
1767 if (me == NULL && mel == NULL) in _bfd_coff_link_input_bfd()
/toolchain/binutils/binutils-2.27/gas/
DCONTRIBUTORS4 not meant as a slight. I just don't know about it. Email me,
/toolchain/binutils/binutils-2.27/ld/po/
Dfr.po77 msgstr " --major-os-version <nombre> Initialiser le numéro minimum de version du système d'…
82 …r " --major-subsystem-version <nombre> Initialiser le numéro minimum de version du sous-système\n"
92 msgstr " --minor-os-version <nombre> Initialiser le numéro minimum de version du système d'…
97 …r " --minor-subsystem-version <nombre> Initialiser le numéro minimum de version du sous-système\n"
112 msgstr " --subsystem <nom>[:<version>] Initialiser le sous-système de l'OS requis [&version]\…
312 " --enable-long-section-names Utiliser de longs noms de section COFF même dans\n"
321 " --disable-long-section-names Ne jamais utiliser de longs noms de section COFF, même\n"
378 msgstr "%P%F : type de sous-système invalide %s\n"
797 "les types de système à octets de poids faibles ou forts requis a échoué\n"
1773 msgstr "Créer un fichier de sortie même si des erreurs surviennent"
[all …]
Dtr.po419 "Küme Sembol\n"
443 msgstr " öykünüme özel seçenek yok.\n"
1463 msgstr "(öntanımlı) Bölüm adreslerini örtüşme için kontrol eder"
1467 msgstr "Bölüm adreslerini örtüşme için kontrol etmez"
1562 msgstr "Tanımsız sürüme izin vermez"
1875 msgstr "%s: öykünüme özel seçenekler:\n"
/toolchain/binutils/binutils-2.27/gas/po/
Dfr.po292 msgstr " --traditional-format utiliser le même format que l'assembleur natif lorsque c'est poss…
337 msgstr " -Z générer le fichier objet même après des erreurs\n"
1571 msgstr "le nom de registre système « %s » est déprécié et pourrait être supprimé dans une version u…
1715 msgstr "nom de registre système inconnu ou invalide"
1863 msgstr "assembler pour un système à octets de poids fort"
1867 msgstr "assembler pour un système à octets de poids faible"
1956 msgstr " -EB assembler le code pour un système de poids fort\n"
1961 msgstr " -EL assembler le code pour un système de poids faible\n"
2076 msgstr "les deux insns pour !gpdisp!%ld doivent être dans la même section"
2165 msgstr "Directive .end ne nomme pas le même symbole que .ent"
[all …]
/toolchain/binutils/binutils-2.27/include/gdb/
Dsignals.def104 /* Yes, this pains me, too. But LynxOS didn't have SIG32, and now
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
Desa-g5.s287 me %f6,4095(%r5,%r10)
/toolchain/binutils/binutils-2.27/opcodes/
Dppc-opc.c1625 int mb, me, mx, count, last; in insert_mbe() local
1636 me = 32; in insert_mbe()
1658 me = mx; in insert_mbe()
1662 if (me == 0) in insert_mbe()
1663 me = 32; in insert_mbe()
1668 return insn | (mb << 6) | ((me - 1) << 1); in insert_mbe()
1677 int mb, me; in extract_mbe() local
1683 me = (insn >> 1) & 0x1f; in extract_mbe()
1684 if (mb < me + 1) in extract_mbe()
1687 for (i = mb; i <= me; i++) in extract_mbe()
[all …]
/toolchain/binutils/binutils-2.27/binutils/
DMAINTAINERS93 ix86 PE Christopher Faylor <me+binutils@cgf.cx>
DREADME293 free to mail me at kkaempf@rmi.de.
/toolchain/binutils/binutils-2.27/bfd/po/
Dfr.po79 msgstr "Erreur d'appel système"
196 msgstr "%P%F: --relax et -r ne peuvent pas être utilisés en même temps\n"
835 msgstr "%B: je ne sais pas comment traiter la section «%s» [0x%8x] spécifique au système d'exploita…
1480 msgstr "%H: le réadressage en « %s+%v » peut avoir causé le problème ci-dessus\n"
1749 msgstr "banque d'adresses [%lx:%04lx] (%lx) n'es pas dans la même banque que la banque courante d'a…
2257 msgstr "%B: compilé pour un système à 64 bits et la cible est de 32 bits"
2277 msgstr "%X%P: recouvrement des sections %A et %A ne commencent pas à la même adresse.\n"
3186 msgstr "%B: système de poids fort ou faible incompatible avec celui sélectionné pour l'émulation"
3361 "%B: compilé pour un système à octets de poids fort alors que la cible\n"
3362 "est un système à octets de poids faible"
[all …]
/toolchain/binutils/binutils-2.27/zlib/
Dmake_vms.com4 $! In case of problems with the install you might contact me at
/toolchain/binutils/binutils-2.27/ld/
DChangeLog-2014754 2014-03-21 Christopher Faylor <me.cygwin2013@cgf.cx>
773 2014-03-17 Christopher Faylor <me.cygwin2014@cgf.cx>
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-tic54x.texi55 @cindex @samp{-me} option, stderr redirect
59 @samp{-me}.
/toolchain/binutils/binutils-2.27/binutils/testsuite/
DChangeLog-0411450 2009-06-25 Christopher Faylor <me+cygwin@cgf.cx>
455 2009-06-25 Christopher Faylor <me+cygwin@cgf.cx>
/toolchain/binutils/binutils-2.27/gprof/po/
Dnl.po241 # is iets zwakker dan het oorspronkelijke "parsen", maar "begrijpen" lijkt me dan weer te sterk
/toolchain/binutils/binutils-2.27/binutils/po/
Dtr.po355 msgstr " Öykünüme özgü seçenekler yok\n"
2827 " -I --histogram Küme listesi uzunluklarının geçmiş grafiğini gösterir\n"
3087 " Bölümden parçaya eşleşme:\n"
3520 msgstr " Basamak: %#08lx Bölüme bağ: %ld (%s)\n"
3626 msgstr "Küme sayısı okunamadı\n"
3644 msgstr " Küme Num: Değer Boy Tip Bağ Gör Ndx İsim\n"
3649 msgstr " Küme Num: Değer Boy Tip Bağ Gör Ndx İsim\n"
3698 "Küme liste boyu (toplam %lu küme) geçmiş grafiği:\n"
5737 #~ msgstr " -I veya --histogram Küme liste uzunluğu geçmiş grafiğini gösterir\n"
Dfr.po3135 msgstr "Ne peut retrouver « %s ». Message d'erreur système : %s\n"
3768 msgstr "<spécificités du système d'exploitation>: %d"
4112 " Fixer le sous-système PE à <nom> [& <version>]\n"
4446 msgstr "%s: mauvaise version dans le sous-système PE"
4451 msgstr "sous-système PE inconnu : %s"
4549 msgstr "AVERTISSEMENT: ne peut localiser « %s ». Message d'erreur système : %s"
4709 " --dwarf-start=N Afficher les DIEs en commençant par N, à la même profondeur ou plus b…
5768 msgstr "Spécificités du système d'exploitation: (%x)"
5942 " --dwarf-start=N Afficher les DIEs en commençant par N, à la même profondeur ou plus bas\n"
5987 msgstr "complément à 2, système à octets de poids faible d'abord (little endian)"
[all …]

123