OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arch
(Results
1 - 25
of
2587
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/usr.sbin/sysinst/
Makefile
6
.if exists(
arch
/${MACHINE})
7
SUBDIR+=
arch
/${MACHINE}
9
SUBDIR+=
arch
/dummy
15
SUBDIR +=
arch
/acorn32
16
SUBDIR +=
arch
/alpha
17
SUBDIR +=
arch
/amd64
18
SUBDIR +=
arch
/amiga
19
SUBDIR +=
arch
/arc
20
SUBDIR +=
arch
/atari
21
SUBDIR +=
arch
/bebo
[
all
...]
/src/sys/arch/sun2/include/
mc68851.h
5
* include
arch
/sun3/include/pte3x.h, which wants to
9
#include <
arch
/sun3/include/mc68851.h>
/src/crypto/external/apache2/openssl/lib/libcrypto/arch/arm/
aesv8-armx.S
5
.
arch
armv7-a @ don't confuse not-so-latest binutils with argv8 :-)
/src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
aesv8-armx.S
5
.
arch
armv7-a @ don't confuse not-so-latest binutils with argv8 :-)
/src/common/lib/libc/
Makefile.inc
10
exists(${COMMON_DIR}/
arch
/${COMMON_MACHINE_ARCH})
13
exists(${COMMON_DIR}/
arch
/${COMMON_MACHINE_CPU})
16
exists(${KERNDIR}/
arch
/${LIBKERN_ARCH})
18
.elif exists(${COMMON_DIR}/
arch
/${MACHINE_ARCH})
20
.elif exists(${COMMON_DIR}/
arch
/${MACHINE_CPU})
24
COMMON_ARCHDIR=${COMMON_DIR}/
arch
/${COMMON_ARCHSUBDIR}
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
riscv-default-tdesc.exp
37
set
arch
[lindex $data 0]
41
if { $
arch
!= "" && $
arch
!= "auto" } {
42
gdb_test "set architecture $
arch
" \
43
"The target architecture is set to \"$
arch
\"\\."
44
} elseif { $
arch
== "auto" } {
45
gdb_test "set architecture $
arch
" \
48
set
arch
"default architecture"
52
with_test_prefix "$
arch
" {
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
riscv-default-tdesc.exp
37
set
arch
[lindex $data 0]
41
if { $
arch
!= "" && $
arch
!= "auto" } {
42
gdb_test "set architecture $
arch
" \
43
"The target architecture is set to \"$
arch
\"\\."
44
} elseif { $
arch
== "auto" } {
45
gdb_test "set architecture $
arch
" \
48
set
arch
"default architecture"
52
with_test_prefix "$
arch
" {
/src/sys/arch/evbarm/conf/
files.mmnet
6
include "
arch
/arm/at91/files.at91"
9
file
arch
/evbarm/mmnet/mmnet_machdep.c
/src/regress/sys/
Makefile
6
.if exists(
arch
/${MACHINE}/Makefile)
7
SUBDIR+=
arch
/${MACHINE}
9
.if exists(
arch
/${MACHINE_ARCH}/Makefile)
10
SUBDIR+=
arch
/${MACHINE_ARCH}
/src/sys/compat/linux/
Makefile
2
SUBDIR=
arch
/src/sys/compat/linux32/
Makefile
2
SUBDIR=
arch
/src/tests/usr.bin/config/support/
Makefile
3
SUBDIR=
arch
conf
/src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/aarch64/
aesv8-armx.S
5
.
arch
armv7-a @ don't confuse not-so-latest binutils with argv8 :-)
/src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
aesv8-armx.S
6
.
arch
armv7-a @ don't confuse not-so-latest binutils with argv8 :-)
/src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/mips32/
Makefile
7
.PATH: ${.CURDIR}/../../../../
arch
/${MACHINE_ARCH}
/src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/mips64/
Makefile
7
.PATH: ${.CURDIR}/../../../../
arch
/${MACHINE_ARCH}
/src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/riscv32/
Makefile
6
.PATH: ${.CURDIR}/../../../../
arch
/${MACHINE_ARCH}
/src/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/riscv64/
Makefile
7
.PATH: ${.CURDIR}/../../../../
arch
/${MACHINE_ARCH}
/src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/arch/mips32/
Makefile
7
.PATH: ${.CURDIR}/../../../../
arch
/${MACHINE_ARCH}
/src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/arch/mips64/
Makefile
7
.PATH: ${.CURDIR}/../../../../
arch
/${MACHINE_ARCH}
/src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/arch/riscv32/
Makefile
6
.PATH: ${.CURDIR}/../../../../
arch
/${MACHINE_ARCH}
/src/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/arch/riscv64/
Makefile
7
.PATH: ${.CURDIR}/../../../../
arch
/${MACHINE_ARCH}
/src/external/gpl3/gdb.old/dist/gdb/
selftest-arch.c
23
#include "selftest-
arch
.h"
24
#include "
arch
-utils.h"
28
static bool skip_arch (const char *
arch
)
30
if (strcmp ("powerpc:EC603e",
arch
) == 0
31
|| strcmp ("powerpc:e500mc",
arch
) == 0
32
|| strcmp ("powerpc:e500mc64",
arch
) == 0
33
|| strcmp ("powerpc:titan",
arch
) == 0
34
|| strcmp ("powerpc:vle",
arch
) == 0
35
|| strcmp ("powerpc:e5500",
arch
) == 0
36
|| strcmp ("powerpc:e6500",
arch
) == 0
[
all
...]
/src/external/gpl3/binutils/dist/binutils/
elfcomm.c
330
/* Processes the archive index table and symbol table in
ARCH
.
332
Fills in
ARCH
->next_arhdr_offset and
ARCH
->arhdr.
333
If READ_SYMBOLS is true then fills in
ARCH
->index_num,
ARCH
->index_array,
334
ARCH
->sym_size and
ARCH
->sym_table.
335
It is the caller's responsibility to free
ARCH
->index_array and
336
ARCH
->sym_table.
341
process_archive_index_and_symbols (struct archive_info *
arch
,
[
all
...]
/src/external/gpl3/binutils.old/dist/binutils/
elfcomm.c
330
/* Processes the archive index table and symbol table in
ARCH
.
332
Fills in
ARCH
->next_arhdr_offset and
ARCH
->arhdr.
333
If READ_SYMBOLS is true then fills in
ARCH
->index_num,
ARCH
->index_array,
334
ARCH
->sym_size and
ARCH
->sym_table.
335
It is the caller's responsibility to free
ARCH
->index_array and
336
ARCH
->sym_table.
341
process_archive_index_and_symbols (struct archive_info *
arch
,
[
all
...]
Completed in 58 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Fri Apr 03 00:24:04 UTC 2026