/bionic/libc/tools/ |
D | symbols.py | 58 def GetFromAndroidStaticLib(files): argument 63 for f in files: 74 def GetFromAndroidSo(files): argument 85 for f in files: 90 def GetFromSystemSo(files): argument 93 for f in files:
|
D | check-symbols-glibc.py | 42 files = glob.glob('%s/ndk/build/tools/unwanted-symbols/%s/*' % 44 for f in files:
|
D | genfunctosyscallnrs.py | 59 for filename in args.files:
|
D | genseccomp.py | 299 for filename in args.files:
|
/bionic/libc/kernel/android/ |
D | README.md | 1 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/tests/ |
D | Android.bp | 97 relative_install_path: "bionic-loader-test-libs/prebuilt-elf-files", 100 srcs: ["prebuilt-elf-files/arm/libtest_invalid-rw_load_segment.so"], 103 srcs: ["prebuilt-elf-files/arm64/libtest_invalid-rw_load_segment.so"], 106 srcs: ["prebuilt-elf-files/x86/libtest_invalid-rw_load_segment.so"], 109 srcs: ["prebuilt-elf-files/x86_64/libtest_invalid-rw_load_segment.so"], 120 relative_install_path: "bionic-loader-test-libs/prebuilt-elf-files", 123 srcs: ["prebuilt-elf-files/arm/libtest_invalid-unaligned_shdr_offset.so"], 126 srcs: ["prebuilt-elf-files/arm64/libtest_invalid-unaligned_shdr_offset.so"], 129 srcs: ["prebuilt-elf-files/x86/libtest_invalid-unaligned_shdr_offset.so"], 132 srcs: ["prebuilt-elf-files/x86_64/libtest_invalid-unaligned_shdr_offset.so"], [all …]
|
/bionic/libc/kernel/ |
D | README.md | 22 also includes the header files that are generated by building the kernel 26 Contains copies of the kernel scsi header files. These where never 27 made into uapi files, but some user space code expects that these 31 Contains hand-modified versions of a few files from `original/scsi/` 32 that removes the kernel specific code from these files so they can 34 warn if any scsi header files have changed and require new versions 48 Checks out the Android kernel and generates all uapi header files. 49 copies all the changed files into external/kernel-headers. 105 Next, run this command to copy the parsed files to bionic/libc/kernel/uapi:
|
/bionic/ |
D | README.md | 69 # 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 …]
|
D | android-changes-for-ndk-developers.md | 141 older releases, the .so files were extracted from the APK file 271 with the NDK, but if you're generating ELF files yourself make sure 272 you're not generating ELF files that claim to have text relocations, 401 ELF files. Note that using them puts application under high risk of 469 API level 30 added support for ELF files using the official `SHT_` and 475 There are no plans to remove support for ELF files using the older 476 OS private use constants for RELR, nor for ELF files using packed
|
/bionic/libc/upstream-freebsd/ |
D | README.md | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/libc/upstream-openbsd/ |
D | README.md | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/libc/upstream-netbsd/ |
D | README.md | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/libc/kernel/uapi/linux/ |
D | cramfs_fs.h | 40 __u32 files; member
|
D | fuse.h | 47 uint64_t files; member
|
/bionic/libc/kernel/tools/ |
D | utils.py | 87 for root, dirs, files in os.walk(path): 88 for f in files:
|
D | update_all.py | 39 for root, _, files in os.walk(src_dir): 40 for file in sorted(files):
|
D | kernel.py | 73 self.files = set() # set of files being parsed for headers 87 self.files.add(from_file) 160 return self.files.copy()
|
/bionic/benchmarks/linker_relocation/ |
D | README.md | 23 - (default) generate Android.bp and source files
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | eventlib_p.h | 225 evFile *files, *fdNext; member
|
/bionic/docs/ |
D | 32-bit-abi.md | 6 that use `off_t` to working on files no larger than 2GiB. 21 files have always worked.
|
D | NOTICE | 29 source, and configuration files. 98 (b) You must cause any modified files to carry prominent notices 99 stating that You changed the files; and
|
D | native_allocator.md | 329 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/apex/ |
D | NOTICE | 29 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/build/ |
D | NOTICE | 29 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/ |
D | Android.bp | 1 // Define the common source files for all the libc instances 307 // These files are built with the freebsd-compat.h header file 405 // These files are built with the netbsd-compat.h header file 462 // These files are built with the openbsd-compat.h header file 613 // These files are built with the openbsd-compat.h header file 700 // These files are built with the openbsd-compat.h header file 2050 // crt object files. 2322 // Generate a syscall name / number mapping. These objects are text files 2323 // (thanks to the -dD -E flags) and not binary files. They will then be
|