| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| stack-protector.exp | 22 # protection. 35 proc simple_func_break_test { protection } { 41 lappend options additional_flags=$protection 54 if { $protection == "-fstack-protector-all" 63 foreach_with_prefix protection $protector_options { 64 simple_func_break_test $protection
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| stack-protector.exp | 22 # protection. 35 proc simple_func_break_test { protection } { 41 lappend options additional_flags=$protection 54 if { $protection == "-fstack-protector-all" 63 foreach_with_prefix protection $protector_options { 64 simple_func_break_test $protection
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_procmaps.h | 31 // Memory protection masks. 45 bool IsReadable() const { return protection & kProtectionRead; } 46 bool IsWritable() const { return protection & kProtectionWrite; } 47 bool IsExecutable() const { return protection & kProtectionExecute; } 48 bool IsShared() const { return protection & kProtectionShared; } 57 uptr protection; member in class:__sanitizer::MemoryMappedSegment
|
| sanitizer_procmaps_solaris.cc | 43 segment->protection = 0; 45 segment->protection |= kProtectionRead; 47 segment->protection |= kProtectionWrite; 49 segment->protection |= kProtectionExecute;
|
| sanitizer_procmaps_linux.cc | 47 segment->protection = 0; 48 if (*data_.current++ == 'r') segment->protection |= kProtectionRead; 50 if (*data_.current++ == 'w') segment->protection |= kProtectionWrite; 52 if (*data_.current++ == 'x') segment->protection |= kProtectionExecute; 54 if (*data_.current++ == 's') segment->protection |= kProtectionShared;
|
| sanitizer_procmaps_bsd.cc | 113 segment->protection = 0; 115 segment->protection |= kProtectionRead; 117 segment->protection |= kProtectionWrite; 119 segment->protection |= kProtectionExecute;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_procmaps_solaris.cpp | 45 segment->protection = 0; 47 segment->protection |= kProtectionRead; 49 segment->protection |= kProtectionWrite; 51 segment->protection |= kProtectionExecute;
|
| sanitizer_procmaps.h | 31 // Memory protection masks. 45 bool IsReadable() const { return protection & kProtectionRead; } 46 bool IsWritable() const { return protection & kProtectionWrite; } 47 bool IsExecutable() const { return protection & kProtectionExecute; } 48 bool IsShared() const { return protection & kProtectionShared; } 57 uptr protection; member in class:__sanitizer::MemoryMappedSegment
|
| sanitizer_procmaps_linux.cpp | 46 segment->protection = 0; 47 if (*data_.current++ == 'r') segment->protection |= kProtectionRead; 49 if (*data_.current++ == 'w') segment->protection |= kProtectionWrite; 51 if (*data_.current++ == 'x') segment->protection |= kProtectionExecute; 53 if (*data_.current++ == 's') segment->protection |= kProtectionShared;
|
| sanitizer_procmaps_bsd.cpp | 87 segment->protection = 0; 89 segment->protection |= kProtectionRead; 91 segment->protection |= kProtectionWrite; 93 segment->protection |= kProtectionExecute;
|
| sanitizer_procmaps_freebsd.cc | 76 segment->protection = 0; 78 segment->protection |= kProtectionRead; 80 segment->protection |= kProtectionWrite; 82 segment->protection |= kProtectionExecute;
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_procmaps.h | 31 // Memory protection masks. 45 bool IsReadable() const { return protection & kProtectionRead; } 46 bool IsWritable() const { return protection & kProtectionWrite; } 47 bool IsExecutable() const { return protection & kProtectionExecute; } 48 bool IsShared() const { return protection & kProtectionShared; } 57 uptr protection; member in class:__sanitizer::MemoryMappedSegment
|
| sanitizer_procmaps_linux.cpp | 46 segment->protection = 0; 47 if (*data_.current++ == 'r') segment->protection |= kProtectionRead; 49 if (*data_.current++ == 'w') segment->protection |= kProtectionWrite; 51 if (*data_.current++ == 'x') segment->protection |= kProtectionExecute; 53 if (*data_.current++ == 's') segment->protection |= kProtectionShared;
|
| sanitizer_procmaps_solaris.cpp | 54 segment->protection = 0; 56 segment->protection |= kProtectionRead; 58 segment->protection |= kProtectionWrite; 60 segment->protection |= kProtectionExecute; 62 segment->protection |= kProtectionShared;
|
| sanitizer_procmaps_bsd.cpp | 103 segment->protection = 0; 105 segment->protection |= kProtectionRead; 107 segment->protection |= kProtectionWrite; 109 segment->protection |= kProtectionExecute;
|
| /src/sys/miscfs/procfs/ |
| procfs_map.c | 173 (entry->protection & VM_PROT_READ) ? 'r' : '-', 174 (entry->protection & VM_PROT_WRITE) ? 'w' : '-', 175 (entry->protection & VM_PROT_EXECUTE) ? 'x' : '-', 185 (entry->protection & VM_PROT_READ) ? 'r' : '-', 186 (entry->protection & VM_PROT_WRITE) ? 'w' : '-', 187 (entry->protection & VM_PROT_EXECUTE) ? 'x' : '-',
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/ |
| step-indirect-call-thunk.exp | 27 set fcf_protection_none additional_flags=-fcf-protection=none 28 if { [gdb_can_simple_compile fcf-protection-none {int main () { return 0; }} \
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/ |
| step-indirect-call-thunk.exp | 27 set fcf_protection_none additional_flags=-fcf-protection=none 28 if { [gdb_can_simple_compile fcf-protection-none {int main () { return 0; }} \
|
| /src/crypto/external/apache2/openssl/dist/crypto/cmp/ |
| cmp_protect.c | 25 * Calculate protection for |msg| according to |msg->header->protectionAlg| 31 * returns ASN1_BIT_STRING representing the protection on success, else NULL 60 unsigned char *protection = NULL; local 92 &protection, &sig_len)) 99 if (!ASN1_BIT_STRING_set(prot, protection, sig_len)) { 105 OPENSSL_free(protection); 158 /* Add first ctx->cert and its chain if using signature-based protection */ 190 * Create an X509_ALGOR structure for PasswordBasedMAC protection based on 239 * For the case of re-protection remove pre-existing protection [all...] |
| cmp_vfy.c | 56 msg->header->protectionAlg, msg->protection, 81 ASN1_BIT_STRING *protection = NULL; local 84 /* generate expected protection for the message */ 85 if ((protection = ossl_cmp_calc_protection(ctx, msg)) == NULL) 86 return 0; /* failed to generate protection string! */ 88 valid = msg->protection != NULL && msg->protection->length >= 0 89 && msg->protection->type == protection->type 90 && msg->protection->length == protection->lengt [all...] |
| /src/games/warp/ |
| util.c | 157 mode_t protection; local 166 protection = 7 & (filestat.st_mode >> 170 if ((mod & protection) == mod)
|
| /src/sys/uvm/ |
| uvm_coredump.c | 115 state.prot = entry->protection; 140 } else if ((entry->protection & VM_PROT_WRITE) == 0 && 146 } else if ((entry->protection & VM_PROT_READ) == 0) {
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| cmp_protect_test.c | 21 /* for protection tests */ 78 ASN1_BIT_STRING *protection = local 80 int res = TEST_ptr_null(protection); 82 ASN1_BIT_STRING_free(protection); 88 ASN1_BIT_STRING *protection = local 90 int res = TEST_ptr(protection) 91 && TEST_true(ASN1_STRING_cmp(protection, 92 fixture->msg->protection) == 0); 94 ASN1_BIT_STRING_free(protection); 103 ASN1_BIT_STRING *protection, 132 ASN1_BIT_STRING *protection = local [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
| cmp_vfy.c | 55 msg->header->protectionAlg, msg->protection, 79 ASN1_BIT_STRING *protection = NULL; local 82 /* generate expected protection for the message */ 83 if ((protection = ossl_cmp_calc_protection(ctx, msg)) == NULL) 84 return 0; /* failed to generate protection string! */ 86 valid = msg->protection != NULL && msg->protection->length >= 0 87 && msg->protection->type == protection->type 88 && msg->protection->length == protection->lengt [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/ |
| stm32mp15xx-osd32.dtsi | 85 regulator-over-current-protection; 94 regulator-over-current-protection; 104 regulator-over-current-protection; 112 regulator-over-current-protection; 135 regulator-over-current-protection;
|