Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 25) sorted by relevance

/bionic/tests/
DAndroid.bp84 relative_install_path: "bionic-loader-test-libs/prebuilt-elf-files",
87 srcs: ["prebuilt-elf-files/arm/libtest_invalid-rw_load_segment.so"],
90 srcs: ["prebuilt-elf-files/arm64/libtest_invalid-rw_load_segment.so"],
93 srcs: ["prebuilt-elf-files/x86/libtest_invalid-rw_load_segment.so"],
96 srcs: ["prebuilt-elf-files/x86_64/libtest_invalid-rw_load_segment.so"],
107 relative_install_path: "bionic-loader-test-libs/prebuilt-elf-files",
110 srcs: ["prebuilt-elf-files/arm/libtest_invalid-unaligned_shdr_offset.so"],
113 srcs: ["prebuilt-elf-files/arm64/libtest_invalid-unaligned_shdr_offset.so"],
116 srcs: ["prebuilt-elf-files/x86/libtest_invalid-unaligned_shdr_offset.so"],
119 srcs: ["prebuilt-elf-files/x86_64/libtest_invalid-unaligned_shdr_offset.so"],
[all …]
/bionic/libc/tools/
Dsymbols.py57 def GetFromAndroidStaticLib(files): argument
62 for f in files:
73 def GetFromAndroidSo(files): argument
80 for f in files:
85 def GetFromSystemSo(files): argument
88 for f in files:
Dcheck-symbols-glibc.py42 files = glob.glob('%s/ndk/build/tools/unwanted-symbols/%s/*' %
44 for f in files:
Dgenfunctosyscallnrs.py50 for filename in args.files:
Dgenseccomp.py291 for filename in args.files:
/bionic/libc/kernel/android/
DREADME.md1 The files under the uapi directory are android kernel uapi header files that
5 None of these files are updated automatically, and are frozen at their
8 The files under the scsi directory are frozen copies of kernel scsi headers.
15 These files are actually maintained in `external/kernel-headers/modified/scsi/`.
/bionic/
DREADME.md69 # drags in all the architecture-specific files.
71 # Every architecture needs a handful of machine-specific assembler files.
74 # Most architectures have a handful of optional assembler files
78 # The syscalls directories contain script-generated assembler files.
82 # The public header files on everyone's include path. These are a mixture of
83 # files written by us and files taken from BSD.
86 # The kernel uapi header files. These are scrubbed copies of the originals
87 # in external/kernel-headers/. These files must not be edited directly. The
94 # These are private header files meant for use within bionic itself.
109 # in our world. The *-compat.h files are automatically included
[all …]
Dandroid-changes-for-ndk-developers.md136 older releases, the .so files were extracted from the APK file
268 with the NDK, but if you're generating ELF files yourself make sure
269 you're not generating ELF files that claim to have text relocations,
398 ELF files. Note that using them puts application under high risk of
466 API level 30 added support for ELF files using the official `SHT_` and
472 There are no plans to remove support for ELF files using the older
473 OS private use constants for RELR, nor for ELF files using packed
/bionic/libc/kernel/
DREADME.md22 also includes the header files that are generated by building the kernel
36 Checks out the android kernel and generates all uapi header files.
37 copies all the changed files into external/kernel-headers.
87 Next, run this command to copy the parsed files to bionic/libc/kernel/uapi:
/bionic/libc/kernel/tools/
Dkernel.py73 self.files = set() # set of files being parsed for headers
87 self.files.add(from_file)
160 return self.files.copy()
Dupdate_all.py39 for root, _, files in os.walk(src_dir):
40 for file in sorted(files):
Dutils.py88 for root, dirs, files in os.walk(path):
89 for f in files:
/bionic/libc/upstream-freebsd/
DREADME.md2 files directly. Make fixes upstream and then pull down the new version of
/bionic/libc/upstream-openbsd/
DREADME.md2 files directly. Make fixes upstream and then pull down the new version of
/bionic/libc/upstream-netbsd/
DREADME.md2 files directly. Make fixes upstream and then pull down the new version of
/bionic/libc/kernel/uapi/linux/
Dcramfs_fs.h40 __u32 files; member
Dfuse.h47 uint64_t files; member
/bionic/benchmarks/linker_relocation/
DREADME.md23 - (default) generate Android.bp and source files
/bionic/docs/
D32-bit-abi.md6 that use `off_t` to working on files no larger than 2GiB.
21 files have always worked.
Dnative_allocator.md329 To run these benchmarks, first copy the trace files to the target using
343 program also can process text files, but all trace files are currently
344 checked in as zip files.
/bionic/libdl/
DNOTICE29 source, and configuration files.
98 (b) You must cause any modified files to carry prominent notices
99 stating that You changed the files; and
/bionic/libc/upstream-netbsd/lib/libc/isc/
Deventlib_p.h225 evFile *files, *fdNext; member
/bionic/libc/
DAndroid.bp1 // Define the common source files for all the libc instances
283 // These files are built with the freebsd-compat.h header file
381 // These files are built with the netbsd-compat.h header file
439 // These files are built with the openbsd-compat.h header file
590 // These files are built with the openbsd-compat.h header file
677 // These files are built with the openbsd-compat.h header file
1972 // crt object files.
2240 // Generate a syscall name / number mapping. These objects are text files
2241 // (thanks to the -dD -E flags) and not binary files. They will then be
DNOTICE102 algorithms are contained in the original files.
4250 a copy of this software and associated documentation files (the
4463 of this software and associated documentation files (the "Software"), to deal
4489 of this software and associated documentation files (the "Software"), to deal
/bionic/libc/malloc_debug/
DREADME.md154 prefix used for dumping files when the signal SIGRTMAX - 17 is received or when