Home
last modified time | relevance | path

Searched refs:architecture (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/tools/
Dgenseccomp.py35 def load_syscall_names_from_file(file_path, architecture): argument
38 return set([x["name"] for x in parser.syscalls if x.get(architecture)])
197 def convert_bpf_to_output(bpf, architecture, name_modifier): argument
210 """).format(self_path=os.path.basename(__file__), architecture=architecture,
218 """).format(architecture=architecture,suffix=name_modifier)
222 def construct_bpf(syscalls, architecture, name_modifier, priorities): argument
227 return convert_bpf_to_output(bpf, architecture, name_modifier)
Dgenfunctosyscallnrs.py14 def load_syscall_names_from_file(file_path, architecture): argument
19 if syscall.get(architecture):
/bionic/libc/platform/bionic/
Dtls.h40 #error unsupported architecture
/bionic/libc/arch-common/bionic/
Dcrtbegin.c60 #error unsupported architecture
/bionic/
DREADME.md67 # Each architecture has its own subdirectory for stuff that isn't shared
68 # because it's architecture-specific. There will be a .mk file in here that
69 # drags in all the architecture-specific files.
71 # Every architecture needs a handful of machine-specific assembler files.
89 # external/kernel-headers/ --- this takes care of the architecture-specific
Dandroid-changes-for-ndk-developers.md11 for each architecture (under toolchains/), but you can use readelf for
12 any architecture, as we will be doing basic inspection only. On Linux
/bionic/libc/seccomp/
Dseccomp_policy.cpp79 #error No architecture was defined!
/bionic/docs/
Ddefines.md59 If your code is specific to a particular processor architecture, use these
D32-bit-abi.md78 In the 64-bit ABI, `sigset_t` is the correct size for every architecture.
Delf-tls.md24 architecture-specific thread pointer (TP) and can be accessed very efficiently -- typically just a
31 architecture-specific thread-pointer ([`__get_tls()`] in Bionic):
641 into the host architecture. TLS accesses in the app solib (whether ELF TLS, Bionic slots, or
/bionic/libc/
DSYSCALLS.TXT184 # the POSIX functions don't set errno, and no architecture has posix_fadvise.