Home
last modified time | relevance | path

Searched refs:binaries (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/kernel/tools/
Dcpp.py376 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/
DAndroid.bp23 // Host bionic binaries do not have a PT_INTERP section, instead this gets
/bionic/tests/libs/
DAndroid.bp43 // Libraries and helper binaries for ELF TLS
/bionic/docs/
Delf-tls.md469 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/
DAndroid.bp1403 // libc_common_static.a For static binaries.