Searched refs:cfi (Results 1 – 21 of 21) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_cpufreq.c | 70 list_for_each_entry(struct cpufreq_info, cfi, &gcpufreq_list, list) { in find_cfi_by_index() 71 if (cfi->mode != mode) in find_cfi_by_index() 73 if (cfi->cpu_index == cpu_index) in find_cfi_by_index() 74 return cfi; in find_cfi_by_index() 96 struct cpufreq_info *cfi = gr->query_data; in query_cfi_load() local 99 if (cfi->last_time) { in query_cfi_load() 100 if (cfi->last_time + gr->pane->period <= now) { in query_cfi_load() 101 switch (cfi->mode) { in query_cfi_load() 105 get_file_value(cfi->sysfs_filename, &cfi->KHz); in query_cfi_load() 106 hud_graph_add_value(gr, (uint64_t)cfi->KHz * 1000); in query_cfi_load() [all …]
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
D | function-ptr.c | 106 int (*const cfi)(int); // for the fun of it member 147 ops->cfi(42); in ops()
|
/third_party/libffi/m4/ |
D | asmcfi.m4 | 2 [AC_CACHE_CHECK([assembler .cfi pseudo-op support],
|
/third_party/musl/ndk-test/ |
D | README.md | 33 │ ├── cfi
|
D | README.en.md | 33 │ ├── cfi
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/ |
D | wpa_blocklist.txt | 14 [cfi]
|
D | BUILD.gn | 50 "-fsanitize=cfi", 57 cfi = true 133 cfi = true
|
/third_party/libpsl/contrib/ |
D | check-hard | 48 ./configure $DISTCHECK_CONFIGURE_FLAGS --enable-cfi CFLAGS="$CFLAGS"
|
/third_party/libpsl/ |
D | configure.ac | 77 AC_ARG_ENABLE([cfi], optenable 78 [AS_HELP_STRING([--enable-cfi], [Turn on clang's Control Flow Integrity (CFI)])], 81 … CFLAGS=$CFLAGS" -B/usr/bin/gold -fsanitize=cfi -flto -fvisibility=default -fno-sanitize-trap=all" 85 AC_MSG_ERROR([clang 3.7+ and the 'gold' linker are required for --enable-cfi])
|
D | NEWS | 51 * Add configure option --enable-cfi (Control Flow Integrity)
|
/third_party/musl/ |
D | Makefile | 137 …AS_CMD = LC_ALL=C awk -f $(srcdir)/tools/add-cfi.common.awk -f $(srcdir)/tools/add-cfi.$(ARCH).awk…
|
/third_party/musl/porting/linux/user/ |
D | Makefile | 137 …AS_CMD = LC_ALL=C awk -f $(srcdir)/tools/add-cfi.common.awk -f $(srcdir)/tools/add-cfi.$(ARCH).awk…
|
/third_party/libpsl/fuzz/ |
D | README.md | 70 CC=clang-5.0 CFLAGS="-B/usr/bin/gold -O0 -fsanitize=cfi -flto -fvisibility=default -fno-sanitize-tr…
|
/third_party/skia/third_party/externals/angle2/ |
D | BUILD.gn | 337 # Silences the "indirect call of a function with wrong dynamic type" cfi error 340 cflags = [ "-fno-sanitize=cfi-icall" ] 344 # Silences the "cast from void* or another unrelated type to the wrong dynamic type" cfi error 347 cflags = [ "-fno-sanitize=cfi-unrelated-cast" ]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | PassRegistry.def | 48 MODULE_PASS("cross-dso-cfi", CrossDSOCFIPass())
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 16729 NO_SANITIZE("cfi-icall") 16751 NO_SANITIZE("cfi-icall") 16767 NO_SANITIZE("cfi-icall") 16772 +NO_SANITIZE("cfi-icall") CefString CefBrowserHostCToCpp::GetOriginalUrl() { 16790 +NO_SANITIZE("cfi-icall") 16804 +NO_SANITIZE("cfi-icall") 16818 +NO_SANITIZE("cfi-icall") 16834 +NO_SANITIZE("cfi-icall") 16851 +NO_SANITIZE("cfi-icall") 16875 +NO_SANITIZE("cfi-icall") void CefBrowserHostCToCpp::ScrollTo(float x, float y) { [all …]
|
D | 0003-3.2-Beta3-1115.patch | 4658 # Whether or not cfi table should be enabled on arm. 5314 + _cfi_blocklist_path = "//tools/cfi/ignores.txt" 5319 + "-fsanitize=cfi-icall", 5320 + "-fsanitize-cfi-icall-generalize-pointers", 5326 + "-fsanitize=cfi-icall", 5327 + "-fsanitize-cfi-icall-generalize-pointers", 30101 +NO_SANITIZE("cfi-icall") CefString CefAccessRequestCToCpp::Origin() { 30119 +NO_SANITIZE("cfi-icall") int CefAccessRequestCToCpp::ResourceAcessId() { 30135 +NO_SANITIZE("cfi-icall") 30236 @@ -47,6 +47,22 @@ NO_SANITIZE("cfi-icall") void CefAuthCallbackCToCpp::Cancel() { [all …]
|
/third_party/cef/cmake/ |
D | cef_variables.cmake.in | 178 -Wno-attributes # The cfi-icall attribute is not supported by the GNU C++ compiler
|
/third_party/libffi/ |
D | ChangeLog | 898 Fix cfi checks for old compiler (#453) 4479 Plus .cfi async unwind info, rearrangement of ffi_call_linux64 and 4505 .eh_frame with .cfi directives. Adjust for changed param order. 4507 .cfi directives to describe epilogue. Don't provide traceback 4510 hand-written .eh_frame with .cfi directives. Adjust for changed 4511 ffi_closure_helper_LINUX64 params. Add .cfi directives to 4517 .cfi directives. Adjust for changed params. Pass extra "closure" 4518 param to user function in static chain. Add .cfi directives to 4521 Replace hand-written .eh_frame with .cfi directives. Adjust for 4522 changed ffi_closure_helper_SYSV params. Add .cfi directives to
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1516 def CFI : CompareRIL<"cfi", 0xC2D, z_scmp, GR32, simm32>;
|
/third_party/protobuf/ |
D | CHANGES.txt | 428 * Fix "UndefinedBehaviorSanitizer: cfi-bad-type"
|