Searched refs:architecture (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/tools/ |
D | genseccomp.py | 35 def load_syscall_names_from_file(file_path, architecture): argument 38 return {x["name"] for x in parser.syscalls if x.get(architecture)} 210 def convert_bpf_to_output(bpf, architecture, name_modifier): argument 223 """).format(self_path=os.path.basename(__file__), architecture=architecture, 231 """).format(architecture=architecture,suffix=name_modifier) 235 def construct_bpf(syscalls, architecture, name_modifier, priorities): argument 240 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 | 42 #error unsupported architecture
|
/bionic/libc/arch-common/bionic/ |
D | crtbegin.c | 100 #error unsupported architecture
|
/bionic/ |
D | README.md | 65 # Each architecture has its own subdirectory for stuff that isn't shared 66 # because it's architecture-specific. There will be a .mk file in here that 67 # drags in all the architecture-specific files. 69 # Every architecture needs a handful of machine-specific assembler files. 102 # architecture-specific details. The update_all.py script should then be 255 pointers are always the "natural" size for the architecture regardless of the
|
D | android-changes-for-ndk-developers.md | 15 architecture-specific details of all Android's supported architectures. Recent
|
/bionic/libc/seccomp/ |
D | seccomp_policy.cpp | 93 #error No architecture was defined!
|
/bionic/docs/ |
D | defines.md | 59 If your code is specific to a particular processor architecture, use
|
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
|
D | clang_fortify_anatomy.md | 57 divergence is an artifact of Clang and GCC's differing architecture as
|
/bionic/libc/ |
D | SYSCALLS.TXT | 197 # the POSIX functions don't set errno, and no architecture has posix_fadvise.
|
D | Android.bp | 580 // Each architecture has optimized versions of some routines, 2900 // The architecture-specific bits have to be handled separately because the label varies based 2901 // on architecture, which prevents using $(locations) to find them and requires using $(in)
|