Searched refs:vectors (Results 1 – 25 of 219) sorted by relevance
123456789
| /openbsd/src/regress/usr.sbin/bgpd/unittests/ |
| D | rde_community_test.c | 206 for (t = 0; t < sizeof(vectors) / sizeof(*vectors); t++) { in main() 209 ibuf_from_buffer(&in, vectors[t].data, vectors[t].size); in main() 210 if (vectors[t].expected == NULL) in main() 212 vectors[t].data, vectors[t].size); in main() 215 vectors[t].expected, vectors[t].expsize); in main()
|
| /openbsd/src/gnu/usr.bin/binutils/ld/scripttempl/ |
| D | h8300sn.sc | 20 vectors : o = 0x0000, l = 0xc4 31 .vectors : 38 *(.vectors) 39 } ${RELOCATING+ > vectors}
|
| D | h8300sxn.sc | 20 vectors : o = 0x0000, l = 0xc4 31 .vectors : 38 *(.vectors) 39 } ${RELOCATING+ > vectors}
|
| D | h8300hn.sc | 20 vectors : o = 0x0000, l = 0xc4 31 .vectors : 38 *(.vectors) 39 } ${RELOCATING+ > vectors}
|
| D | h8300.sc | 20 vectors : o = 0x0000, l = 0xc4 31 .vectors : 38 *(.vectors) 39 } ${RELOCATING+ > vectors}
|
| D | h8300h.sc | 23 vectors : o = 0x0000, l = 0xc4 37 .vectors : 44 *(.vectors) 45 } ${RELOCATING+ > vectors}
|
| D | h8300s.sc | 23 vectors : o = 0x0000, l = 0xc4 37 .vectors : 44 *(.vectors) 45 } ${RELOCATING+ > vectors}
|
| D | h8300sx.sc | 23 vectors : o = 0x0000, l = 0xc4 37 .vectors : 44 *(.vectors) 45 } ${RELOCATING+ > vectors}
|
| D | tic4xcoff.sc | 1 # In microcomputer (MC) mode, the vectors are mapped into the on-chip ROM, 2 # otherwise in microprocessor (MP) mode the vectors are mapped to address 0 89 /* Reset, interrupt, and trap vectors. */ 90 .vectors ${RELOCATING+ 0} : { 91 *(.vectors)
|
| D | tic30coff.sc | 15 .vectors 0x00000000 : 17 *(vectors)
|
| D | elf32msp430_3.sc | 9 vectors (rw) : ORIGIN = 0xffe0, LENGTH = 0x20 145 .vectors ${RELOCATING-0}: 148 *(.vectors*) 150 } ${RELOCATING+ > vectors}
|
| D | elf32msp430.sc | 29 vectors (rw) : ORIGIN = 0xffe0, LENGTH = 0x20 196 .vectors ${RELOCATING-0}: 199 *(.vectors*) 201 } ${RELOCATING+ > vectors}
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
| D | h8300sn.sc | 20 vectors : o = 0x0000, l = 0xc4 31 .vectors : 38 *(.vectors) 39 } ${RELOCATING+ > vectors}
|
| D | h8300hn.sc | 20 vectors : o = 0x0000, l = 0xc4 31 .vectors : 38 *(.vectors) 39 } ${RELOCATING+ > vectors}
|
| D | h8300sxn.sc | 20 vectors : o = 0x0000, l = 0xc4 31 .vectors : 38 *(.vectors) 39 } ${RELOCATING+ > vectors}
|
| D | h8300.sc | 20 vectors : o = 0x0000, l = 0xc4 31 .vectors : 38 *(.vectors) 39 } ${RELOCATING+ > vectors}
|
| D | h8300sx.sc | 23 vectors : o = 0x0000, l = 0xc4 37 .vectors : 44 *(.vectors) 45 } ${RELOCATING+ > vectors}
|
| D | h8300h.sc | 23 vectors : o = 0x0000, l = 0xc4 37 .vectors : 44 *(.vectors) 45 } ${RELOCATING+ > vectors}
|
| D | h8300s.sc | 23 vectors : o = 0x0000, l = 0xc4 37 .vectors : 44 *(.vectors) 45 } ${RELOCATING+ > vectors}
|
| D | tic4xcoff.sc | 1 # In microcomputer (MC) mode, the vectors are mapped into the on-chip ROM, 2 # otherwise in microprocessor (MP) mode the vectors are mapped to address 0 89 /* Reset, interrupt, and trap vectors. */ 90 .vectors ${RELOCATING+ 0} : { 91 *(.vectors)
|
| D | tic30coff.sc | 15 .vectors 0x00000000 : 17 *(vectors)
|
| D | elf32msp430_3.sc | 9 vectors (rw) : ORIGIN = 0xffe0, LENGTH = 0x20 145 .vectors ${RELOCATING-0}: 148 *(.vectors*) 150 } ${RELOCATING+ > vectors}
|
| D | elf32msp430.sc | 29 vectors (rw) : ORIGIN = 0xffe0, LENGTH = 0x20 196 .vectors ${RELOCATING-0}: 199 *(.vectors*) 201 } ${RELOCATING+ > vectors}
|
| /openbsd/src/regress/lib/libcrypto/evp/ |
| D | evptests.txt | 30 # AES 128 ECB tests (from FIPS-197 test vectors, encrypt) 34 # AES 192 ECB tests (from FIPS-197 test vectors, encrypt) 38 # AES 256 ECB tests (from FIPS-197 test vectors, encrypt) 42 # AES 128 ECB tests (from NIST test vectors, encrypt) 46 # AES 128 ECB tests (from NIST test vectors, decrypt) 50 # AES 192 ECB tests (from NIST test vectors, decrypt) 54 # AES 256 ECB tests (from NIST test vectors, decrypt) 58 # AES 128 CBC tests (from NIST test vectors, encrypt) 62 # AES 192 CBC tests (from NIST test vectors, encrypt) 66 # AES 256 CBC tests (from NIST test vectors, encrypt) [all …]
|
| /openbsd/src/sys/arch/arm/arm/ |
| D | arm32_machdep.c | 126 unsigned int *vectors = (unsigned int *) va; in arm32_vector_init() local 127 unsigned int *vectors_data = vectors + (page0_data - page0); in arm32_vector_init() 139 vectors[vec] = page0[vec]; in arm32_vector_init()
|
123456789