/bionic/tests/ |
D | Android.bp | 84 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/ |
D | symbols.py | 57 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:
|
D | check-symbols-glibc.py | 42 files = glob.glob('%s/ndk/build/tools/unwanted-symbols/%s/*' % 44 for f in files:
|
D | genfunctosyscallnrs.py | 50 for filename in args.files:
|
D | genseccomp.py | 291 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/ |
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 | 136 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/ |
D | README.md | 22 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/ |
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()
|
D | update_all.py | 39 for root, _, files in os.walk(src_dir): 40 for file in sorted(files):
|
D | utils.py | 88 for root, dirs, files in os.walk(path): 89 for f in files:
|
/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/benchmarks/linker_relocation/ |
D | README.md | 23 - (default) generate Android.bp and source files
|
/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 | 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/libdl/ |
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/upstream-netbsd/lib/libc/isc/ |
D | eventlib_p.h | 225 evFile *files, *fdNext; member
|
/bionic/libc/ |
D | Android.bp | 1 // 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
|
D | NOTICE | 102 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/ |
D | README.md | 154 prefix used for dumping files when the signal SIGRTMAX - 17 is received or when
|