Searched refs:architecture (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/tools/ |
D | genseccomp.py | 35 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)
|
D | genfunctosyscallnrs.py | 14 def load_syscall_names_from_file(file_path, architecture): argument 19 if syscall.get(architecture):
|
/bionic/libc/platform/bionic/ |
D | tls.h | 40 #error unsupported architecture
|
/bionic/libc/arch-common/bionic/ |
D | crtbegin.c | 60 #error unsupported architecture
|
/bionic/ |
D | README.md | 67 # 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
|
D | android-changes-for-ndk-developers.md | 11 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/ |
D | seccomp_policy.cpp | 79 #error No architecture was defined!
|
/bionic/docs/ |
D | defines.md | 59 If your code is specific to a particular processor architecture, use these
|
D | 32-bit-abi.md | 78 In the 64-bit ABI, `sigset_t` is the correct size for every architecture.
|
D | elf-tls.md | 24 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/ |
D | SYSCALLS.TXT | 184 # the POSIX functions don't set errno, and no architecture has posix_fadvise.
|