Home
last modified time | relevance | path

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

/bionic/libc/kernel/tools/
Dcpp.py1220 def removeVarsAndFuncs(self, keep): argument
1343 if state != VAR_DECL and state != FUNC_DECL or ident in keep:
1954 def parse(self, text, keep=None): argument
1955 if not keep:
1956 keep = set()
1959 blocks.removeVarsAndFuncs(keep)
/bionic/
DREADME.md110 # This is where we keep the hacks necessary to build BSD source
/bionic/docs/
Delf-tls.md287 * To keep the fast path fast, the resolver inlines the fast path of `__tls_get_addr`.
812 As a temporary compatibility hack, we might try to keep these programs running by reserving a TLS
/bionic/libc/malloc_debug/
DREADME.md691 For backtraces from your app to be useful, you'll want to keep the
/bionic/libc/
DAndroid.bp1275 // empty library to keep this makefile simple.