Searched refs:binaries (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/kernel/tools/ |
D | cpp.py | 376 binaries = ["+", "-", "<", "<=", ">=", ">", "&&", "||", "*", "/", "%", variable in CppExpr 615 return token.id in self.binaries 660 elif op in CppExpr.binaries: 694 if op in CppExpr.binaries:
|
/bionic/linker/ |
D | Android.bp | 23 // Host bionic binaries do not have a PT_INTERP section, instead this gets
|
/bionic/tests/libs/ |
D | Android.bp | 43 // Libraries and helper binaries for ELF TLS
|
/bionic/docs/ |
D | elf-tls.md | 469 using it generally won't work on them. Ideally, the older platforms would reject these binaries 729 * Binaries linked with the flag crash on non-Bionic, and binaries without the flag crash on Bionic. 730 We might want to mark the binaries somehow to indicate the non-standard TLS ABI. Suggestion:
|
/bionic/libc/ |
D | Android.bp | 1403 // libc_common_static.a For static binaries.
|