| /optee_os/scripts/ |
| H A D | gen_compile_commands.py | 29 # files in a different format. Do not support it. 41 paths: The list of files/directories to handle to find .cmd files. 43 usage = 'Creates a compile_commands.json database from OP-TEE .cmd files' 65 paths_help = ('directories to search or files to parse ' 66 '(files should be *.o, *.a, or modules.order). ' 80 """Generate the iterator of .cmd files found under the directory. 85 directory: The directory to search for .cmd files. 119 """Generate the iterator of .cmd files associated with the archive. 134 """Generate the iterator of .cmd files associated with the modules.order. 163 root_directory: The directory that was searched for .cmd files. Usually [all …]
|
| H A D | get_maintainer.py | 25 'the given source files or directories; ' 26 'or for the files modified by a patch or ' 100 # If @patchset is a patchset files and contains 2 patches or more, write 101 # individual patches to temporary files and return the paths.
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 52 * Perl to run the tests, and to generate some source files in the development branch. 61 ### Generated source files in the development branch 63 …files that are automatically generated by scripts and whose content depends only on the Mbed TLS s… 67 * Perl, for some library source files and for Visual Studio build files. 68 * Python 3.8 and some Python packages, for some library source files, sample programs and test data… 75 …variable to a C compiler for the host platform when generating the configuration-independent files. 77 Any of the following methods are available to generate the configuration-independent files: 79 …piling, running `make` with any target, or just `make`, will automatically generate required files. 80 * On non-Windows systems, when not cross-compiling, CMake will generate the required files automati… 81 * Run `make generated_files` to generate all the configuration-independent files. [all …]
|
| H A D | CONTRIBUTING.md | 60 …namically generated to produce the actual test source files (e.g. `test_suite_rsa.c`). These files… 87 Unless specifically indicated otherwise in a file, Mbed TLS files are provided under a dual [Apache… 91 All new files should include the standard SPDX license identifier where possible, i.e. "SPDX-Licens… 93 …s is retained by the original authors of the code. Where possible for new files, this should be no…
|
| H A D | .gitattributes | 1 # Classify all '.function' files as C for syntax highlighting purposes
|
| /optee_os/core/tee/ |
| H A D | fs_dirfile.c | 18 bitstr_t *files; member 61 p = realloc(dirh->files, bitstr_size(idx + 1)); in maybe_grow_files() 64 dirh->files = p; in maybe_grow_files() 66 bit_nclear(dirh->files, dirh->nbits, idx); in maybe_grow_files() 77 bit_set(dirh->files, idx); in set_file() 85 bit_clear(dirh->files, idx); in clear_file() 91 return bit_test(dirh->files, idx); in test_file() 181 free(dirh->files); in tee_fs_dirfile_close() 199 bit_ffc(dirh->files, dirh->nbits, &i); in tee_fs_dirfile_get_tmp()
|
| H A D | tadb.c | 34 bitstr_t *files; member 150 p = realloc(db->files, bitstr_size(idx + 1)); in maybe_grow_files() 153 db->files = p; in maybe_grow_files() 155 bit_nclear(db->files, db->nbits, idx); in maybe_grow_files() 166 bit_set(db->files, idx); in set_file() 175 * db->files is non-NULL (see maybe_grow_files()). in clear_file() 178 bit_clear(db->files, idx); in clear_file() 185 * db->files is non-NULL (see maybe_grow_files()). in test_file() 188 return bit_test(db->files, idx); in test_file() 266 free(db->files); in tadb_put() [all …]
|
| /optee_os/core/lib/qcbor/ |
| H A D | LICENSE | 3 Files created inside Qualcomm and open-sourced through CAF (The Code 7 Files created after release to CAF use the standard 3-Clause BSD 8 License with no modification. These files have the SPDX license
|
| /optee_os/ta/ |
| H A D | ta.mk | 139 # Copy lib files and exported headers from each lib 151 ta_dev_kit-files += $2/$$(notdir $1) 152 ta_dev_kit-files-$3 += $2/$$(notdir $1) 155 # Copy the .a files 159 # Copy .mk files 168 # Copy the .h files for TAs 177 # Copy the .h files needed by host 183 # Copy the src files 194 # If default_ta.pem is used, copy both files.
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/ |
| H A D | README.txt | 13 The SoftFloat package is documented in the following files in the "doc" 20 Other files in the package comprise the source code for SoftFloat.
|
| H A D | README.html | 27 The SoftFloat package is documented in the following files in the 45 Other files in the package comprise the source code for SoftFloat.
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/doc/ |
| H A D | SoftFloat-source.html | 100 <NOBR>C Standard</NOBR> header files <CODE><stdbool.h></CODE> and 209 and files. 232 header files (unsurprisingly), while the <CODE>8086</CODE> and 233 <NOBR><CODE>8086-SSE</CODE></NOBR> subdirectories contain source files that 236 The files in directory <CODE>8086</CODE> give floating-point behavior 253 object files and the completed SoftFloat library (typically 256 contain sample files for creating new target directories. 274 As supplied, each target directory contains two files: 362 subdirectories have source files that specialize SoftFloat’s behavior to 364 The files in a specialization subdirectory must determine: [all …]
|
| /optee_os/mk/ |
| H A D | lib.mk | 11 # on the needed .so files 37 lib-needed-so-files := $(foreach l,$(libl),$(lib-shlibfile-$(l)-$(sm))) 67 $(lib-shlibfile): $(objs) $(lib-needed-so-files) 102 lib-needed-so-files :=
|
| H A D | cleandirs.mk | 30 # Remove files with "rm -f". 32 # (200 files at a time), to minimize the odds of having:
|
| H A D | cleanvars.mk | 1 # Cleans all output variables from other make files to allow for a new start
|
| /optee_os/core/lib/scmi-server/ |
| H A D | sub.mk | 26 # source files fwk_module_list.c needed for scp-firmware compilation. 35 # files. 110 # Include SCP-firmware make files
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | build_info.h | 105 #error "Something went wrong: MBEDTLS_CONFIG_FILES_READ defined before reading the config files!" 108 #error "Something went wrong: MBEDTLS_CONFIG_IS_FINALIZED defined before reading the config files!" 145 /* Indicate that all configuration files have been read.
|
| /optee_os/ |
| H A D | .gitignore | 7 # Ignore all dot files and folder
|
| H A D | Makefile | 14 # (we include many *.cmd and *.d files). 119 grep -v -F _init.ld.S | grep -v -F _unpaged.ld.S > cscope.files
|
| /optee_os/lib/libutils/isoc/newlib/ |
| H A D | _ansi.h | 41 "comment out" the non-ANSI parts of the ANSI header files (non-ANSI header 42 files aren't affected). */
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | build_info.h | 8 * in PSA cryptography core specific files.
|
| /optee_os/ta/mk/ |
| H A D | build-user-ta.mk | 63 additional-compile-deps := $(ta_dev_kit-files-include) 66 additional-link-deps := $(ta_dev_kit-files-lib)
|
| /optee_os/lib/libutils/compiler-rt/ |
| H A D | LICENSE.TXT | 32 source, and configuration files. 101 (b) You must cause any modified files to carry prominent notices 102 stating that You changed the files; and 265 this software and associated documentation files (the "Software"), to deal with 296 of this software and associated documentation files (the "Software"), to deal
|
| /optee_os/lib/libutils/ext/ |
| H A D | memzero_explicit.c | 15 * http://www.usenix.org/system/files/conference/usenixsecurity17/sec17-yang.pdf
|
| /optee_os/lib/libutee/arch/arm/gprof/ |
| H A D | gmon_out.h | 37 * "3. Object Code Incorporating Material from Library Header Files. 69 * This file specifies the format of gmon.out files. It should have
|