Home
last modified time | relevance | path

Searched refs:corrupt (Results 1 – 25 of 216) sorted by relevance

123456789

/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dcorrupt.test2 RUN: not llvm-readobj %p/Inputs/corrupt.elf-x86-64 -sections \
9 RUN: not llvm-readobj %p/Inputs/corrupt.elf-x86-64 -sections -section-data \
16 RUN: not llvm-readobj %p/Inputs/corrupt.elf-x86-64 -symbols \
23 RUN: not llvm-readobj %p/Inputs/corrupt-version.elf-x86_64 -dt \
30 RUN: not llvm-readobj -dynamic-table %p/Inputs/corrupt-invalid-strtab.elf.x86-64 \
36 RUN: %p/Inputs/corrupt-invalid-phentsize.elf.x86-64 2>&1 | \
42 RUN: %p/Inputs/corrupt-invalid-virtual-addr.elf.x86-64 2>&1 | \
49 RUN: %p/Inputs/corrupt-invalid-relocation-size.elf.x86-64 2>&1 | \
55 RUN: %p/Inputs/corrupt-invalid-dynamic-table-size.elf.x86-64 2>&1 | \
62 RUN: %p/Inputs/corrupt-invalid-dynamic-table-offset.elf.x86-64 2>&1 | \
[all …]
/external/llvm/test/Object/
Dcorrupt.test2 RUN: not llvm-readobj %p/Inputs/corrupt.elf-x86-64 -sections \
9 RUN: not llvm-readobj %p/Inputs/corrupt.elf-x86-64 -sections -section-data \
16 RUN: not llvm-readobj %p/Inputs/corrupt.elf-x86-64 -symbols \
23 RUN: not llvm-readobj %p/Inputs/corrupt-version.elf-x86_64 -dt \
30 RUN: not llvm-readobj -dynamic-table %p/Inputs/corrupt-invalid-strtab.elf.x86-64 \
36 RUN: %p/Inputs/corrupt-invalid-phentsize.elf.x86-64 2>&1 | \
42 RUN: %p/Inputs/corrupt-invalid-virtual-addr.elf.x86-64 2>&1 | \
49 RUN: %p/Inputs/corrupt-invalid-relocation-size.elf.x86-64 2>&1 | \
55 RUN: %p/Inputs/corrupt-invalid-dynamic-table-size.elf.x86-64 2>&1 | \
62 RUN: %p/Inputs/corrupt-invalid-dynamic-table-offset.elf.x86-64 2>&1 | \
[all …]
/external/e2fsprogs/tests/f_crashdisk/
Dexpect.11 ext2fs_open2: The ext2 superblock is corrupt
3 ../e2fsck/e2fsck: The ext2 superblock is corrupt while trying to open test.img
5 ext2fs_open2: The ext2 superblock is corrupt
7 ../e2fsck/e2fsck: The ext2 superblock is corrupt while trying to open test.img
12 is corrupt, and you might try running e2fsck with an alternate superblock:
/external/iproute2/tc/
Dq_netem.c180 struct tc_netem_corrupt corrupt = {}; in netem_parse_opt() local
360 if (get_percent(&corrupt.probability, *argv)) { in netem_parse_opt()
367 if (get_percent(&corrupt.correlation, *argv)) { in netem_parse_opt()
484 addattr_l(n, 1024, TCA_NETEM_CORRUPT, &corrupt, sizeof(corrupt)) < 0) in netem_parse_opt()
535 const struct tc_netem_corrupt *corrupt = NULL; in netem_print_opt() local
573 if (RTA_PAYLOAD(tb[TCA_NETEM_CORRUPT]) < sizeof(*corrupt)) in netem_print_opt()
575 corrupt = RTA_DATA(tb[TCA_NETEM_CORRUPT]); in netem_print_opt()
653 if (corrupt && corrupt->probability) { in netem_print_opt()
655 sprint_percent(corrupt->probability, b1)); in netem_print_opt()
656 if (corrupt->correlation) in netem_print_opt()
[all …]
/external/libnl/lib/route/qdisc/
Dnetem.c111 struct tc_netem_corrupt corrupt; in netem_msg_parser() local
113 nla_memcpy(&corrupt, tb[TCA_NETEM_CORRUPT], sizeof(corrupt)); in netem_msg_parser()
114 netem->qnm_crpt.nmcr_probability = corrupt.probability; in netem_msg_parser()
115 netem->qnm_crpt.nmcr_correlation = corrupt.correlation; in netem_msg_parser()
155 struct tc_netem_corrupt corrupt; in netem_msg_fill_raw() local
167 memset(&corrupt, 0, sizeof(corrupt)); in netem_msg_fill_raw()
254 corrupt.probability = netem->qnm_crpt.nmcr_probability; in netem_msg_fill_raw()
255 corrupt.correlation = netem->qnm_crpt.nmcr_correlation; in netem_msg_fill_raw()
257 NLA_PUT(msg, TCA_NETEM_CORRUPT, sizeof(corrupt), &corrupt); in netem_msg_fill_raw()
/external/e2fsprogs/tests/f_inode_ea_collision/
Dexpect.12 Inode 12 extended attribute is corrupt (allocation collision). Clear? yes
4 Inode 13 extended attribute is corrupt (allocation collision). Clear? yes
6 Inode 14 extended attribute is corrupt (allocation collision). Clear? yes
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc660 // FIXME: under ASan the call below may write to freed memory and corrupt
671 // FIXME: under ASan the call below may write to freed memory and corrupt
712 // FIXME: under ASan the call below may write to freed memory and corrupt
730 // FIXME: under ASan the call below may write to freed memory and corrupt
748 // FIXME: under ASan the call below may write to freed memory and corrupt
995 // FIXME: under ASan the call below may write to freed memory and corrupt
1008 // FIXME: under ASan the call below may write to freed memory and corrupt
1021 // FIXME: under ASan the call below may write to freed memory and corrupt
1034 // FIXME: under ASan the call below may write to freed memory and corrupt
1078 // FIXME: under ASan the call below may write to freed memory and corrupt
[all …]
/external/e2fsprogs/lib/ext2fs/
Ddirblock.c28 int corrupt = 0; in ext2fs_read_dir_block4() local
37 corrupt = 1; in ext2fs_read_dir_block4()
42 if (!retval && corrupt) in ext2fs_read_dir_block4()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/
Dwasm-corrupt-section.test1 # RUN: not llvm-objdump -h %p/Inputs/corrupt-section.wasm 2>&1 | FileCheck %s
2 # CHECK: '{{.*}}corrupt-section.wasm': Section too large
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Ddwarfdump-decompression-corrupt.test3 // dwarfdump-decompression-corrupt.elf-x86-64 is fuzzer output
4 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-decompression-corrupt.elf-x86-64 2>&1 | FileCheck %s
/external/compiler-rt/test/asan/TestCases/Linux/
Dread_binary_name_regtest.c23 void corrupt() { in corrupt() function
50 corrupt(); in main()
/external/e2fsprogs/tests/f_ea_value_crash/
Dexpect.14 Inode 12 extended attribute is corrupt (allocation collision). Clear? yes
6 Inode 13 extended attribute is corrupt (allocation collision). Clear? yes
/external/u-boot/drivers/mtd/ubispl/
Dubispl.c55 if (test_bit(pnum, ubi->corrupt)) in ubi_io_read_vid_hdr()
71 generic_set_bit(pnum, ubi->corrupt); in ubi_io_read_vid_hdr()
78 generic_set_bit(pnum, ubi->corrupt); in ubi_io_read_vid_hdr()
89 generic_set_bit(pnum, ubi->corrupt); in ubi_io_read_vid_hdr()
170 if (test_bit(cur_pnum, ubi->corrupt)) { in ubi_add_peb_to_vol()
743 if (test_bit(pnum, ubi->corrupt)) in ubi_load_block()
765 generic_set_bit(pnum, ubi->corrupt); in ubi_load_block()
787 generic_set_bit(pnum, ubi->corrupt); in ubi_load_block()
804 if (test_bit(pnum, ubi->corrupt)) in ubi_load_block()
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DDhiesTest.java125 byte[] corrupt = Arrays.copyOf(ciphertext, ciphertext.length); in testDhiesCorrupt()
126 corrupt[i] ^= (byte) 1; in testDhiesCorrupt()
129 dhies.doFinal(corrupt); in testDhiesCorrupt()
DEciesTest.java180 byte[] corrupt = Arrays.copyOf(ciphertext, ciphertext.length); in testExceptions()
181 corrupt[byteNr] ^= (byte) (1 << bit); in testExceptions()
184 ecies.doFinal(corrupt); in testExceptions()
185 fail("Decrypted:" + TestUtil.bytesToHex(corrupt)); in testExceptions()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dmany-sections.s27 ## this corrupt case is handled correctly.
32 # GNU2: Section header string table index: 65535 (corrupt: out of range)
37 # LLVM2: StringTableSectionIndex: 65535 (corrupt: out of range)
/external/e2fsprogs/ext2ed/
Dext2ed.conf.in54 # filesystem, despite the possibly corrupt superblock magic number reading.
63 # However, on a corrupt filesystem, ext2ed is unable to get the right
/external/e2fsprogs/tests/f_bad_ibitmap/
Dname1 corrupt inode bitmap (metadata_csum)
/external/e2fsprogs/tests/f_bad_bbitmap/
Dname1 corrupt block bitmap (metadata_csum)
/external/e2fsprogs/tests/j_corrupt_revoke_csum/
Dname1 corrupt revoke csum (csum v3)
/external/e2fsprogs/tests/j_corrupt_descr_csum/
Dname1 corrupt descr csum (csum v3)
/external/e2fsprogs/tests/j_corrupt_commit_tid/
Dname1 corrupt commit tid (csum v3)
/external/e2fsprogs/tests/j_corrupt_journal_block/
Dname1 corrupt journal block (csum v3)
/external/e2fsprogs/tests/j_corrupt_sb_magic/
Dname1 corrupt sb magic (csum v3)
/external/e2fsprogs/tests/j_corrupt_ext_jnl_sb_csum/
Dname1 corrupt external journal superblock metadata_csum

123456789