Home
last modified time | relevance | path

Searched refs:vectors (Results 1 – 25 of 219) sorted by relevance

123456789

/openbsd/src/regress/usr.sbin/bgpd/unittests/
Drde_community_test.c206 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/
Dh8300sn.sc20 vectors : o = 0x0000, l = 0xc4
31 .vectors :
38 *(.vectors)
39 } ${RELOCATING+ > vectors}
Dh8300sxn.sc20 vectors : o = 0x0000, l = 0xc4
31 .vectors :
38 *(.vectors)
39 } ${RELOCATING+ > vectors}
Dh8300hn.sc20 vectors : o = 0x0000, l = 0xc4
31 .vectors :
38 *(.vectors)
39 } ${RELOCATING+ > vectors}
Dh8300.sc20 vectors : o = 0x0000, l = 0xc4
31 .vectors :
38 *(.vectors)
39 } ${RELOCATING+ > vectors}
Dh8300h.sc23 vectors : o = 0x0000, l = 0xc4
37 .vectors :
44 *(.vectors)
45 } ${RELOCATING+ > vectors}
Dh8300s.sc23 vectors : o = 0x0000, l = 0xc4
37 .vectors :
44 *(.vectors)
45 } ${RELOCATING+ > vectors}
Dh8300sx.sc23 vectors : o = 0x0000, l = 0xc4
37 .vectors :
44 *(.vectors)
45 } ${RELOCATING+ > vectors}
Dtic4xcoff.sc1 # 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)
Dtic30coff.sc15 .vectors 0x00000000 :
17 *(vectors)
Delf32msp430_3.sc9 vectors (rw) : ORIGIN = 0xffe0, LENGTH = 0x20
145 .vectors ${RELOCATING-0}:
148 *(.vectors*)
150 } ${RELOCATING+ > vectors}
Delf32msp430.sc29 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/
Dh8300sn.sc20 vectors : o = 0x0000, l = 0xc4
31 .vectors :
38 *(.vectors)
39 } ${RELOCATING+ > vectors}
Dh8300hn.sc20 vectors : o = 0x0000, l = 0xc4
31 .vectors :
38 *(.vectors)
39 } ${RELOCATING+ > vectors}
Dh8300sxn.sc20 vectors : o = 0x0000, l = 0xc4
31 .vectors :
38 *(.vectors)
39 } ${RELOCATING+ > vectors}
Dh8300.sc20 vectors : o = 0x0000, l = 0xc4
31 .vectors :
38 *(.vectors)
39 } ${RELOCATING+ > vectors}
Dh8300sx.sc23 vectors : o = 0x0000, l = 0xc4
37 .vectors :
44 *(.vectors)
45 } ${RELOCATING+ > vectors}
Dh8300h.sc23 vectors : o = 0x0000, l = 0xc4
37 .vectors :
44 *(.vectors)
45 } ${RELOCATING+ > vectors}
Dh8300s.sc23 vectors : o = 0x0000, l = 0xc4
37 .vectors :
44 *(.vectors)
45 } ${RELOCATING+ > vectors}
Dtic4xcoff.sc1 # 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)
Dtic30coff.sc15 .vectors 0x00000000 :
17 *(vectors)
Delf32msp430_3.sc9 vectors (rw) : ORIGIN = 0xffe0, LENGTH = 0x20
145 .vectors ${RELOCATING-0}:
148 *(.vectors*)
150 } ${RELOCATING+ > vectors}
Delf32msp430.sc29 vectors (rw) : ORIGIN = 0xffe0, LENGTH = 0x20
196 .vectors ${RELOCATING-0}:
199 *(.vectors*)
201 } ${RELOCATING+ > vectors}
/openbsd/src/regress/lib/libcrypto/evp/
Devptests.txt30 # 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/
Darm32_machdep.c126 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