Lines Matching refs:https

5  * [One-pager](https://docs.google.com/document/d/1leyPTnwSs24P2LGiqnU6HetnN5YnDlZkihigi6qdf_M)
53 [`__get_tls()`]: https://android.googlesource.com/platform/bionic/+/7245c082658182c15d2a423fe770388…
215 * https://bugzilla.redhat.com/show_bug.cgi?id=1124987
228 [glibc-static-tls-error]: https://www.google.com/search?q=%22dlopen:+cannot+load+any+more+object+wi…
284 ([example](https://godbolt.org/g/gywcxk)).
383 [gdb_proc_service.h]: https://android.googlesource.com/toolchain/gdb/+/a7e49fd02c21a496095c828841f2…
384 [libthread_db.c]: https://android.googlesource.com/platform/ndk/+/e1f0ad12fc317c0ca3183529cc9625d3f…
393 [rL192922]: https://reviews.llvm.org/rL192922
394 [D1944]: https://reviews.llvm.org/D1944
395 [D5073]: https://reviews.llvm.org/D5073
396 [D10661]: https://reviews.llvm.org/D10661
397 [r240543]: https://github.com/llvm-mirror/lldb/commit/79246050b0f8d6b54acb5366f153d07f235d2780#diff…
487 [should reject a TLS relocation]: https://android.googlesource.com/platform/bionic/+/android-8.1.0_…
488 [R_AARCH64_TLS_DTPREL32]: https://android-review.googlesource.com/c/platform/bionic/+/723696
489 [quietly ignored]: https://android.googlesource.com/platform/bionic/+/android-8.1.0_r48/linker/link…
490 [added compatibility checks]: https://android-review.googlesource.com/c/platform/bionic/+/648760
503 [ELF TLS prototype]: https://android-review.googlesource.com/q/topic:%22elf-tls-prototype%22+(statu…
512 [TlsModules]: https://android-review.googlesource.com/c/platform/bionic/+/723698/1/libc/bionic/elf_…
513 [tls_modules-linker]: https://android-review.googlesource.com/c/platform/bionic/+/723698/1/linker/l…
514 [tls_modules-libc]: https://android-review.googlesource.com/c/platform/bionic/+/723698/1/libc/bioni…
540 [special function pointer]: https://android-review.googlesource.com/c/platform/bionic/+/723698/1/li…
547 * https://sourceware.org/glibc/wiki/TLSandSignals
548 * https://sourceware.org/ml/libc-alpha/2012-06/msg00335.html
549 * https://sourceware.org/ml/libc-alpha/2013-09/msg00563.html
616 Scudo](https://reviews.llvm.org/D53906#1285002).
622 breakage happening with Android N.](https://go-review.googlesource.com/c/go/+/38636) (XXX: I
628 * arm32: https://codereview.appspot.com/106380043
629 * arm64: https://go-review.googlesource.com/c/go/+/17245
630 * x86: https://go-review.googlesource.com/c/go/+/16678
631 * x86-64: https://go-review.googlesource.com/c/go/+/15991
656 (https://godbolt.org/z/_NIXjF). If Android ever supports this target, and in a configuration with
659 [D18632]: https://reviews.llvm.org/D18632
660 [bionic-lockfree-keys]: https://android-review.googlesource.com/c/platform/bionic/+/134202
661 [golang-post]: https://groups.google.com/forum/#!msg/golang-nuts/EhndTzcPJxQ/i-w7kAMfBQAJ
662 [go-hacking]: https://github.com/golang/go/blob/master/src/runtime/HACKING.md
663 [go-darwin-x86]: https://github.com/golang/go/issues/23617
664 [go-darwin-arm32]: https://github.com/golang/go/blob/15c106d99305411b587ec0d9e80c882e538c9d47/src/r…
665 [go-darwin-arm64]: https://github.com/golang/go/blob/15c106d99305411b587ec0d9e80c882e538c9d47/src/r…
666 [aosp/107467]: https://android-review.googlesource.com/c/platform/bionic/+/107467
734 * Add a [`.note.gnu.property`](https://reviews.llvm.org/D53906#1283425) with a
737 [D44355]: https://reviews.llvm.org/D44355
738 [BFD]: https://sourceware.org/bugzilla/show_bug.cgi?id=22970
739 [Gold]: https://sourceware.org/bugzilla/show_bug.cgi?id=22969
740 [LLD]: https://bugs.llvm.org/show_bug.cgi?id=36727
820 [go-tlsg-zero]: https://go.googlesource.com/go/+/5bc1fd42f6d185b8ff0201db09fb82886978908b/src/runti…
840 * https://sourceware.org/glibc/wiki/ThreadPropertiesAPI
848 can interpose call in the loader: https://sourceware.org/ml/libc-alpha/2014-01/msg00501.html
874 [drepper]: https://www.akkadia.org/drepper/tls.pdf
875 [tlsdesc-x86]: https://www.fsfla.org/~lxoliva/writeups/TLS/RFC-TLSDESC-x86.txt
876 [psabi-x86]: https://github.com/hjl-tools/x86-psABI/wiki/X86-psABI
877 [tlsdesc-arm]: https://www.fsfla.org/~lxoliva/writeups/TLS/RFC-TLSDESC-ARM.txt
881 [llvm22408]: https://bugs.llvm.org/show_bug.cgi?id=22408#c10