Searched refs:z (Results 1 – 21 of 21) sorted by relevance
/build/rust/tests/test_cxx/src/ |
D | lib.rs | 22 z: usize, field 38 ffi::Shared { z: 1996 } in r_return_shared()
|
/build/config/security/ |
D | BUILD.gn | 135 #-Wl,-z,noexecstack. 136 #-Wl,-z,now. 137 #-Wl,-z,relro. 140 "-Wl,-z,noexecstack", 141 "-Wl,-z,now", 142 "-Wl,-z,relro",
|
/build/toolchain/ |
D | strip_debug_whitelist.txt | 2 libace_napi.z.so
|
D | toolchain.gni | 72 # By appending .z, we prevent name collisions with libraries already loaded by the ohos. 73 shlib_extension = ".z.so"
|
/build/config/compiler/lite/gcc/ |
D | BUILD.gn | 53 "-Wl,-z,now", 54 "-Wl,-z,relro", 55 "-Wl,-z,noexecstack",
|
/build/lite/ndk/ |
D | README.md | 49 1、安全编译选项:-fstack-protector-all,PIE,PIC,_FORTIFY_SOURCE=2,-Wl,-z,now,-Wl,-z,relro,-Wl,-z,noexecstack
|
/build/rust/tests/test_cxx/ |
D | main.cpp | 24 std::cout << r_return_shared().z << std::endl; in main()
|
/build/lite/config/ |
D | BUILD.gn | 88 "-Wl,-z,now", 89 "-Wl,-z,relro", 90 "-Wl,-z,noexecstack",
|
/build/config/compiler/lite/clang/ |
D | BUILD.gn | 53 "-Wl,-z,now", 54 "-Wl,-z,relro", 55 "-Wl,-z,noexecstack",
|
/build/lite/ndk/build/config/ |
D | BUILD.gn | 55 "-Wl,-z,now", 56 "-Wl,-z,relro", 57 "-Wl,-z,noexecstack",
|
/build/common/asan/ |
D | asan.cfg | 6 "export LD_PRELOAD libasan_helper.z.so",
|
/build/scripts/util/ |
D | build_utils.py | 306 with zipfile.ZipFile(zip_path) as z: 307 for name in z.namelist(): 322 if _is_symlink(z, name): 325 os.symlink(z.read(name), dest) 328 z.extract(name, path)
|
/build/ohos/native_stub/ |
D | native_stub.gni | 62 _output_extension = "z.so" 228 # In this way, libtest.z.so will only export symbols specified in libtest.stub.json.
|
/build/docs/ |
D | how-to-build-a-app.md | 101 │ └── libtel_telephony_data_test.z.so
|
D | cmake转gn指导文档.md | 330 └── libhello_so.z.so
|
D | how-to-build-a-hap.md | 147 …266248 2009-01-01 00:00 libs/libpng.z.so ------> shared_librar…
|
D | 编译构建调试文档.md | 393 -Wl,-z,noexecstack 402 -Wl,-z,nocopyreloc
|
/build/config/gcc/ |
D | BUILD.gn | 104 "-Wl,-z,nocopyreloc",
|
/build/ohos/ndk/cmake/ |
D | ohos.toolchain.cmake | 209 list(APPEND OHOS_COMMON_LINKER_FLAGS -Qunused-arguments -Wl,-z,noexecstack)
|
/build/ohos/ndk/ |
D | ndk.gni | 100 _output_extension = "z.so"
|
/build/config/compiler/ |
D | BUILD.gn | 331 "-Wl,-z,defs", 338 ldflags += [ "-Wl,-z,stack-size=2097152" ] 362 ldflags += [ "-Wl,-z,max-page-size=4096" ]
|