Home
last modified time | relevance | path

Searched refs:advised (Results 1 – 25 of 169) sorted by relevance

1234567

/external/valgrind/coregrind/m_ume/
Delf.c451 Addr advised; in VG_() local
480 advised = VG_(am_get_advisory)( &mreq, True/*client*/, &ok ); in VG_()
490 (void)mapelf(interp, (ESZ(Addr))advised - interp_addr); in VG_()
494 entry = (void *)(advised - interp_addr + interp->e.e_entry); in VG_()
496 info->interp_offset = advised - interp_addr; in VG_()
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c2170 Addr advised; in VG_() local
2187 advised = VG_(am_get_advisory)( &req, True/*forClient*/, &ok ); in VG_()
2188 if (!ok || advised != start) in VG_()
2244 Addr advised; in VG_() local
2256 advised = VG_(am_get_advisory)( &req, True/*forClient*/, &ok ); in VG_()
2257 if (!ok || advised != start) in VG_()
2302 Addr advised; in VG_() local
2314 advised = VG_(am_get_advisory)( &req, True/*forClient*/, &ok ); in VG_()
2323 advised, length, prot, in VG_()
2330 if (sr_Res(sres) != advised) { in VG_()
[all …]
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-mips32-linux.c395 Addr advised; in mips_PRE_sys_mmap() local
439 advised = VG_(am_get_advisory)( &mreq, True/*client*/, &mreq_ok ); in mips_PRE_sys_mmap()
443 advised = VG_ROUNDUP(advised, VKI_SHMLBA); in mips_PRE_sys_mmap()
452 sres = VG_(am_do_mmap_NO_NOTIFY)(advised, arg2, arg3, in mips_PRE_sys_mmap()
464 advised = VG_(am_get_advisory)( &mreq, True/*client*/, &mreq_ok ); in mips_PRE_sys_mmap()
470 sres = VG_(am_do_mmap_NO_NOTIFY)(advised, arg2, arg3, in mips_PRE_sys_mmap()
Dsyswrap-generic.c283 Addr advised; in do_mremap() local
400 advised = VG_(am_get_advisory_client_simple)(new_addr, new_len, &ok); in do_mremap()
401 if (!ok || advised != new_addr) in do_mremap()
434 advised = VG_(am_get_advisory_client_simple)( needA, needL, &ok ); in do_mremap()
439 if (ok && advised == needA) { in do_mremap()
451 advised = VG_(am_get_advisory_client_simple)( 0, new_len, &ok ); in do_mremap()
457 vg_assert(advised+new_len-1 < old_addr in do_mremap()
458 || advised > old_addr+old_len-1); in do_mremap()
460 ( &d, old_addr, old_len, advised, new_len ); in do_mremap()
462 VG_TRACK( copy_mem_remap, old_addr, advised, in do_mremap()
[all …]
/external/pcre/dist/cmake/
DFindReadline.cmake20 # I was advised to modify it such that it will find an ncurses library if
/external/llvm/docs/
DHowToUseAttributes.rst59 Note: It is advised that you do *not* use the ``AttributeSet`` "introspection"
75 Note: It is advised that you do *not* use the ``AttrBuilder::addRawValue()``
/external/mksh/
DNOTICE19 * of dealing in the work, even if advised of the possibility of such
/external/selinux/libselinux/
DLICENSE19 limitation will apply even if NSA has been advised of the possibility
/external/sepolicy/
DNOTICE19 limitation will apply even if NSA has been advised of the possibility
/external/libselinux/
DNOTICE19 limitation will apply even if NSA has been advised of the possibility
/external/opencv/
DNOTICE36 the use of this software, even if advised of the possibility of such damage.
157 // the use of this software, even if advised of the possibility of such damage.
317 // the use of this software, even if advised of the possibility of such damage.
359 // the use of this software, even if advised of the possibility of such damage.
401 // the use of this software, even if advised of the possibility of such damage.
443 // the use of this software, even if advised of the possibility of such damage.
485 // the use of this software, even if advised of the possibility of such damage.
568 // the use of this software, even if advised of the possibility of such damage.
610 // the use of this software, even if advised of the possibility of such damage.
652 // the use of this software, even if advised of the possibility of such damage.
[all …]
DLICENSE_OpenCV36 the use of this software, even if advised of the possibility of such damage.
/external/ceres-solver/docs/source/
Dlicense.rst30 advised of the possibility of such damage.
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/
Dindex.apt17 plugins, there are defaults, which you are advised to comply to, but are not forced to
/external/libpng/
DNOTICE77 Reference Library, even if advised of the possibility of such damage.
DLICENSE77 Reference Library, even if advised of the possibility of such damage.
/external/aac/
DNOTICE69 advised of the possibility of such damage.
/external/skia/third_party/libpng/
DLICENSE73 * Reference Library, even if advised of the possibility of such damage.
/external/antlr/antlr-3.4/runtime/C/doxygen/
Datsections.dox21 /// are advised as a matter of course to include the parser or lexer target keyword.
/external/iputils/doc/
Drdisc.sgml235 Sun has been advised of the possibility of such damages.
/external/valgrind/
DREADME_MISSING_SYSCALL_OR_IOCTL5 running your program, and advised you to read this file. The good
/external/mksh/src/
Ddot.mkshrc19 # of dealing in the work, even if advised of the possibility of such
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/
DLICENSE163 has been advised of the possibility of such damages.
/external/skia/third_party/etc1/
DLICENSE148 commercial damages or losses), even if such Contributor has been advised
/external/slf4j/jcl-over-slf4j/
DLICENSE.txt163 has been advised of the possibility of such damages.

1234567