Searched refs:toolchain (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/tools/ |
D | check-symbols-glibc.py | 30 toolchain = os.environ['ANDROID_TOOLCHAIN'] variable 31 arch = re.sub(r'.*/linux-x86/([^/]+)/.*', r'\1', toolchain)
|
/bionic/docs/ |
D | elf-tls.md | 39 for Itanium. The choice has effects on the toolchain, loader, and libc. In particular, when linking 57 When a C/C++ file references a TLS variable, the toolchain generates instructions to find its 71 "traditional" non-TLSDESC design described in Drepper's TLS document, the toolchain compiler emits a 83 The toolchain generates code like this: 136 The toolchain generates code like this: 246 The toolchain generates code like this: 322 The traditional TLS design is implemented everywhere, but the TLSDESC design has less toolchain 383 [gdb_proc_service.h]: https://android.googlesource.com/toolchain/gdb/+/a7e49fd02c21a496095c828841f2… 613 CMake toolchain file) enable `-fstack-protector-strong` by default. 776 * more intrusive toolchain changes (affects both Clang and LLD)
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 330 Object Name) attribute. The NDK toolchain adds this attribute by default, 331 so its absence indicates either a misconfigured alternative toolchain
|
/bionic/libc/ |
D | Android.bp | 1945 "//system/extras/toolchain-extras",
|