Home
last modified time | relevance | path

Searched refs:libdeps (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/binutils/
Dar.c142 static char * libdeps = NULL; variable
540 if (libdeps != NULL) in decode_options()
542 libdeps = optarg; in decode_options()
851 if (libdeps != NULL) in main()
854 bfd_size_type reclen = strlen (libdeps) + 1; in main()
874 if (bfd_write (libdeps, reclen, libdeps_bfd) != reclen) in main()
DChangeLog-2020205 * ar.c (main): Place the libdeps record in the second archive
263 * ar.c (long_options): Add --record-libdeps.
266 (replace_members): If necessary, create a bfd to hold the libdeps
DNEWS207 (or --record-libdeps long form option) will be stored verbatim in the
/netbsd/src/external/gpl3/binutils/dist/binutils/po/
Dsr.po309 msgid " --record-libdeps=<text> - specify the dependencies of this library\n"
310 msgstr " --record-libdeps=<текст> – наводи зависности ове библиотеке\n"
385 msgid "libdeps specified more than once"
386 msgstr "„libdeps“ је наведено више од једном"
430 msgid "Cannot create libdeps record."
431 msgstr "Не могу да направим „libdeps“ запис."
434 msgid "Cannot set libdeps record type to binary."
435 msgstr "Не могу да поставим врсту „libdeps“ записа за извршну."
438 msgid "Cannot set libdeps object format."
439 msgstr "Не могу да поставим формат „libdeps“ објекат."
[all …]
Duk.po311 msgid " --record-libdeps=<text> - specify the dependencies of this library\n"
312 msgstr " --record-libdeps=<текст> - вказати залежності цієї бібліотеки\n"
387 msgid "libdeps specified more than once"
388 msgstr "libdeps вказано декілька разів"
432 msgid "Cannot create libdeps record."
433 msgstr "Не вдалося створити запис libdeps."
436 msgid "Cannot set libdeps record type to binary."
437 msgstr "Неможливо встановити тип запису libdeps у binary."
440 msgid "Cannot set libdeps object format."
441 msgstr "Неможливо встановити формат об'єктів libdeps."
[all …]
Dsv.po315 msgid " --record-libdeps=<text> - specify the dependencies of this library\n"
316 msgstr " --record-libdeps=<text> - ange beroendena för detta bibliotek\n"
391 msgid "libdeps specified more than once"
392 msgstr "libdeps angivet mer än en gång"
436 msgid "Cannot create libdeps record."
437 msgstr "Kan inte skapa libdeps-post."
440 msgid "Cannot set libdeps record type to binary."
441 msgstr "Kan inte sätta libdeps-posttypen till binär."
444 msgid "Cannot set libdeps object format."
445 msgstr "Kan inte sätta libdeps-objektformatet."
[all …]
Dpt.po310 msgid " --record-libdeps=<text> - specify the dependencies of this library\n"
311 msgstr " --record-libdeps=<texto> - especificar as dependências desta biblioteca\n"
381 msgid "libdeps specified more than once"
382 msgstr "libdeps especificada mais de uma vez"
426 msgid "Cannot create libdeps record."
427 msgstr "Impossível criar o registo libdeps."
430 msgid "Cannot set libdeps record type to binary."
431 msgstr "Impossível definir o tipo registo de libdeps como binário."
434 msgid "Cannot set libdeps object format."
435 msgstr "Impossível definir o formato de objecto de libdeps."
[all …]
Dro.po343 msgid " --record-libdeps=<text> - specify the dependencies of this library\n"
344 msgstr " --record-libdeps=<text> - specifică dependențele acestei biblioteci\n"
423 msgid "libdeps specified more than once"
424 msgstr "libdeps a fost specificată de mai multe ori"
468 msgid "Cannot create libdeps record."
469 msgstr "Nu se poate crea înregistrarea libdeps."
472 msgid "Cannot set libdeps record type to binary."
473 msgstr "Nu se poate configura tipul de înregistrare libdeps la binar."
476 msgid "Cannot set libdeps object format."
477 msgstr "Nu se poate configura formatul obiectului libdeps."
[all …]
Dfr.po310 msgid " --record-libdeps=<text> - specify the dependencies of this library\n"
311 msgstr " --record-libdeps=<texte> - spécifier les dépendances de cette bibliothèque\n"
386 msgid "libdeps specified more than once"
387 msgstr "libdeps est spécifié plus d'une fois"
431 msgid "Cannot create libdeps record."
432 msgstr "Ne peut créer l'enregistrement libdeps."
435 msgid "Cannot set libdeps record type to binary."
436 msgstr "Impossible de définir le type de l'enregistrement libdeps à binaire."
439 msgid "Cannot set libdeps object format."
440 msgstr "Impossible de définir le format de l'objet libdeps."
[all …]
Dbinutils.pot303 msgid " --record-libdeps=<text> - specify the dependencies of this library\n"
370 msgid "libdeps specified more than once"
416 msgid "Cannot create libdeps record."
420 msgid "Cannot set libdeps record type to binary."
424 msgid "Cannot set libdeps object format."
428 msgid "Cannot make libdeps object writable."
432 msgid "Cannot write libdeps record."
436 msgid "Cannot make libdeps object readable."
440 msgid "Cannot reset libdeps record type."
Dbg.po311 msgid " --record-libdeps=<text> - specify the dependencies of this library\n"
387 msgid "libdeps specified more than once"
432 msgid "Cannot create libdeps record."
436 msgid "Cannot set libdeps record type to binary."
440 msgid "Cannot set libdeps object format."
444 msgid "Cannot make libdeps object writable."
448 msgid "Cannot write libdeps record."
452 msgid "Cannot make libdeps object readable."
456 msgid "Cannot reset libdeps record type."
/netbsd/src/external/gpl3/binutils/dist/binutils/doc/
Dbinutils.texi173 …var{bfdname}] [@option{--output} @var{dirname}] [@option{--record-libdeps} @var{libdeps}] [@var{re…
201 @option{--record-libdeps} option is specified.
259 …var{bfdname}] [@option{--output} @var{dirname}] [@option{--record-libdeps} @var{libdeps}] [@option…
605 @item --record-libdeps @var{libdeps}
606 The @option{--record-libdeps} option is identical to the @option{l} modifier,
/netbsd/src/external/gpl3/binutils/dist/ld/
Dld.texi7511 The GNU @command{ar} utility now supports a @option{--record-libdeps} option
Dld.info6250 The GNU ‘ar’ utility now supports a ‘--record-libdeps’ option to
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git124455 PR29142, segv in ar with empty archive and libdeps specified
124457 * ar.c (main): Properly handle libdeps for zero file_count.