OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tm_multilib_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-opts.cc
44
/* Initialize enabled_abi_types from
TM_MULTILIB_LIST
. */
48
#define MULTILIB_LIST_LEN (sizeof (
tm_multilib_list
) / sizeof (int) / 2)
49
static const int
tm_multilib_list
[] = {
TM_MULTILIB_LIST
};
variable
72
abi_base =
tm_multilib_list
[i << 1];
73
abi_ext =
tm_multilib_list
[(i << 1) + 1];
326
enabled by
TM_MULTILIB_LIST
. */
/src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch-opts.cc
51
/* Initialize enabled_abi_types from
TM_MULTILIB_LIST
. */
55
#define MULTILIB_LIST_LEN (sizeof (
tm_multilib_list
) / sizeof (int) / 2)
56
static const int
tm_multilib_list
[] = {
TM_MULTILIB_LIST
};
variable
77
abi_base =
tm_multilib_list
[i << 1];
78
abi_ext =
tm_multilib_list
[(i << 1) + 1];
491
enabled by
TM_MULTILIB_LIST
. */
Completed in 42 milliseconds
Indexes created Sun Apr 12 00:22:20 UTC 2026