Home
last modified time | relevance | path

Searched defs:writable (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dbfdwin.c114 bfd_boolean writable) in bfd_get_file_window()
H A Delf.c3664 bfd_boolean writable; in map_sections_to_segments() local
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dbfdwin.c113 bfd_boolean writable) in bfd_get_file_window()
H A Delf.c3204 bfd_boolean writable; in map_sections_to_segments() local
/openbsd-src/usr.bin/finger/
H A Dfinger.h70 short writable; /* tty is writable */ member
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h266 bool writable() const { return Data && Data->NumRefs == 1; } in writable() function
/openbsd-src/gnu/llvm/lld/COFF/
H A DICF.cpp81 bool writable = c->getOutputCharacteristics() & llvm::COFF::IMAGE_SCN_MEM_WRITE; in isEligible() local
/openbsd-src/gnu/usr.bin/cvs/emx/
H A Dfilesubr.c315 xchmod (fname, writable) in xchmod() argument
/openbsd-src/gnu/usr.bin/cvs/os2/
H A Dfilesubr.c285 xchmod (fname, writable) in xchmod() argument
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dfilesubr.c350 xchmod (fname, writable) in xchmod() argument
/openbsd-src/gnu/usr.bin/cvs/windows-NT/
H A Dfilesubr.c322 xchmod (fname, writable) in xchmod() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp430 const bool writable = IsPageWritable(mem_info.Protect); in GetMemoryRegionInfo() local
/openbsd-src/gnu/usr.bin/cvs/vms/
H A Dfilesubr.c321 xchmod (fname_file, writable) in xchmod() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp176 bool writable, const char *name) { in addAddressRange()
H A Dsanitizer_linux_libcdep.cpp654 bool writable = phdr->p_flags & PF_W; in AddModuleSegments() local
H A Dsanitizer_common.h835 bool writable; member
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C270 inline int ios::writable() { return rdbuf()->_flags & 8 ; } in writable() function
H A Dp784.C595 inline int ios::writable() { return rdbuf()->_flags & 8 ; } in writable() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1015 auto writable = As<bool>(obj.CallMethod("writable")); in GetOptionsForPyObject() local
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4460 bool writable = llvm::sys::fs::can_write(path); in CheckJITObjectsDir() local