Home
last modified time | relevance | path

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

/bionic/linker/
DAndroid.bp23 // Host bionic binaries do not have a PT_INTERP section, instead this gets
/bionic/libc/kernel/tools/
Dcpp.py400 binaries = ["+", "-", "<", "<=", ">=", ">", "&&", "||", "*", "/", "%", variable in CppExpr
639 return token.id in self.binaries
684 elif op in CppExpr.binaries:
718 if op in CppExpr.binaries: