Home
last modified time | relevance | path

Searched refs:lm (Results 1 – 25 of 34) sorted by relevance

12

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
Dreloc64.s15 sethi %lm(0xfedcba9876543210),%g2
20 sethi %lm(foo),%g2
25 sethi %lm(foo+0xfedcba9876543210),%g2
/toolchain/binutils/binutils-2.25/config/
Dmath.m43 dnl Check whether -lm is available. This is a pre-requisite for
4 dnl GCC_CHECK_MATH_FUNC so that it will link with -lm.
Dtcl.m42662 # Things like the math library (-lm) and socket stuff (-lsocket vs.
2690 # right (and it must appear before "-lm").
2693 AC_CHECK_FUNC(sin, MATH_LIBS="", MATH_LIBS="-lm")
/toolchain/binutils/binutils-2.25/gas/
Dlisting.c238 struct list_message *lm = xmalloc (sizeof *lm); in listing_message() local
241 lm->message = n; in listing_message()
242 lm->next = NULL; in listing_message()
245 listing_tail->last_message->next = lm; in listing_message()
247 listing_tail->messages = lm; in listing_message()
248 listing_tail->last_message = lm; in listing_message()
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
Dcfi-s390-1.s51 lm %r8,%r15,128(%r15)
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-s390/
Dtlsbin.s72 lm %r6,%r14,120(%r15)
Dtlsbin.dd138 +[0-9a-f]+: 98 6e f0 78 lm %r6,%r14,120\(%r15\)
192 +[0-9a-f]+: 98 6e f0 78 lm %r6,%r14,120\(%r15\)
Dtlsbinpic.s169 lm %r6,%r14,120(%r15)
Dtlspic1.s206 lm %r6,%r14,120(%r15)
Dtlspic.dd160 +[0-9a-f]+: 98 6e f0 78 lm %r6,%r14,120\(%r15\)
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/
Dtlssunnopic64.s19 sethi %lm(_GLOBAL_OFFSET_TABLE_), %l2
Dtlssunbin64.s28 sethi %lm(_GLOBAL_OFFSET_TABLE_), %l2
/toolchain/binutils/binutils-2.25/gprof/
Dconfigure.ac65 # Some systems have fabs only in -lm, not in -lc.
/toolchain/binutils/binutils-2.25/opcodes/
Dns32k-dis.c420 struct { unsigned lm; unsigned m:20, e:11, :1;} sd; member
433 || (p->sd.e == 0 && (p->sd.m != 0 || p->sd.lm != 0))); in invalid_float()
Dconfigure.ac198 # Link against libm only when needed. Put -lc, -lm inside -Wl
/toolchain/binutils/binutils-2.25/bfd/po/
Dtr.po203 msgstr "GP tanımlanmamışken GP göreli yer değiştirmesi kullanılmış"
711 msgstr "%s: uyarı: ayrılmış `%s' bölümü parça içinde değil"
1575 "%s: bağlayıcı tarafından ayrılmış global yazmaç değeri için iç tutarsızlık hatası:\n"
1728 msgstr "%%g%1$d yazmacı uyumsuz kullanılmış: %3$s içinde %2$s, daha önce %5$s içinde %4$s idi"
2107 msgstr "%s: karıştırılmış bölümün sonundan ileride erişim (%ld + %ld)"
2461 msgstr "Ayrılmış STA komutu %d"
2486 msgstr "Ayrılmış STO komutu %d"
2491 msgstr "Ayrılmış OPR komutu %d"
2496 msgstr "Ayrılmış CTL komutu %d"
2777 msgstr "Ayrılmış"
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
Desa-g5.s232 lm %r6,%r9,4095(%r5)
Desa-g5.d238 .*: 98 69 5f ff [ ]*lm %r6,%r9,4095\(%r5\)
/toolchain/binutils/binutils-2.25/binutils/
Dod-macho.c1593 unsigned char *lm = pbdy->linked_modules; in dump_load_command() local
1603 printf ("%u", (lm[j >> 3] >> (j & 7)) & 1); in dump_load_command()
Dconfigure.ac147 # Some systems have frexp only in -lm, not in -lc.
/toolchain/binutils/binutils-2.25/gas/po/
Dtr.po677 msgstr ".def/.endef içinde .def pseudo-op kullanılmış: yoksayıldı."
681 msgstr ".endef pseudo-op .def/.endef dışında kullanılmış: yoksayıldı."
695 msgstr ".dim pseudo-op, .def/.endef dışında kullanılmış: yoksayıldı."
2911 msgstr "literal bölüm sınırı ötesinden çağrılmış"
2919 msgstr "Aynı dosyada tanımlanmamış bir sembol için ADRL kullanılmış"
2954 "kullanılmış"
2960 "kullanılmış"
3304 msgstr "`-%c%s' seçeneği artık kullanılmıyor: %s"
3996 " Artık kullanılmıyor.\n"
5510 msgstr "Hatalı `%%%s' yazmacı `%c' soneki ile kullanılmış"
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Delf.c5101 struct elf_segment_map *lm; in assign_file_positions_for_non_load_sections() local
5107 for (lm = elf_seg_map (abfd), lp = phdrs; in assign_file_positions_for_non_load_sections()
5108 lm != NULL; in assign_file_positions_for_non_load_sections()
5109 lm = lm->next, lp++) in assign_file_positions_for_non_load_sections()
5113 && lm->count != 0 in assign_file_positions_for_non_load_sections()
5114 && lm->sections[0]->vma >= link_info->relro_start) in assign_file_positions_for_non_load_sections()
5118 BFD_ASSERT (lm != NULL); in assign_file_positions_for_non_load_sections()
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-sparc.texi598 @code{R_SPARC_LM22} is requested using @samp{%lm}.
/toolchain/binutils/binutils-2.25/ld/po/
Dtr.po398 msgstr "%P%X: %s kümesinde farklı yerdeğişimler kullanılmış\n"
1921 msgstr "%XHata, %d (%s yerine %s) onluğu iki defa kullanılmış\n"
/toolchain/binutils/binutils-2.25/binutils/po/
Dtr.po2400 " -C, --demangle[=TARZ] Karıştırılmış/işlenmiş sembol isimlerini\n"
5305 msgstr "kötü karıştırılmış isim '%s'\n"
5310 msgstr "karıştırılmış dizgede argüman tipi yok\n"
5546 msgstr "Girdi biçemini belirlemek için -I seçeneği artık kullanılmıyor, -J kullanın.\n"

12