Searched refs:architecture (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/tools/ |
D | genseccomp.py | 34 def load_syscall_names_from_file(file_path, architecture): argument 37 return {x["name"] for x in parser.syscalls if x.get(architecture)} 205 def convert_bpf_to_output(bpf, architecture, name_modifier): argument 218 """).format(self_path=os.path.basename(__file__), architecture=architecture, 226 """).format(architecture=architecture,suffix=name_modifier) 230 def construct_bpf(syscalls, architecture, name_modifier, priorities): argument 235 return convert_bpf_to_output(bpf, architecture, name_modifier)
|
D | genfunctosyscallnrs.py | 12 def load_syscall_names_from_file(file_path, architecture): argument 17 if syscall.get(architecture):
|
/bionic/libc/platform/bionic/ |
D | tls.h | 40 #error unsupported architecture
|
/bionic/libc/arch-common/bionic/ |
D | crtbegin.c | 62 #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 199 pointers are always the "natural" size for the architecture regardless of the
|
D | android-changes-for-ndk-developers.md | 16 for each architecture (under toolchains/), but you can use readelf for 17 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 | 186 # the POSIX functions don't set errno, and no architecture has posix_fadvise.
|
D | Android.bp | 2675 // The architecture-specific bits have to be handled separately because the label varies based 2676 // on architecture, which prevents using $(locations) to find them and requires using $(in)
|