Searched refs:s_option (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DArchiveExp.h33 void read_data (int s_option);
H A Dgp-archive.h56 int s_option; // -s NO|ALL|USED member in class:er_archive
H A DArchiveExp.cc48 ArchiveExp::read_data (int s_option) argument
63 if ((s_option & ARCH_EXE_ONLY) != 0)
68 if ((s_option & (ARCH_USED_EXE_ONLY | ARCH_USED_SRC_ONLY)) != 0)
H A Dgp-archive.cc46 s_option = ARCH_EXE_ONLY;
155 if (s_option != ARCH_NOTHING)
165 if (!lo->isUsed && ((s_option & (ARCH_USED_EXE_ONLY | ARCH_USED_SRC_ONLY)) != 0))
274 if (s_option == ARCH_NOTHING)
332 exp->read_data (s_option);
357 if ((s_option & ARCH_EXE_ONLY) != 0)
387 else if ((s_option & (ARCH_USED_EXE_ONLY | ARCH_USED_SRC_ONLY)) != 0 &&
390 if ((s_option & ARCH_ALL) != 0)
400 if ((s_option & (ARCH_USED_SRC_ONLY | ARCH_ALL)) != 0)
409 else if ((s_option
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DArchiveExp.h33 void read_data (int s_option);
H A Dgp-archive.h56 int s_option; // -s NO|ALL|USED member in class:er_archive
H A DArchiveExp.cc48 ArchiveExp::read_data (int s_option) argument
63 if ((s_option & ARCH_EXE_ONLY) != 0)
68 if ((s_option & (ARCH_USED_EXE_ONLY | ARCH_USED_SRC_ONLY)) != 0)
H A Dgp-archive.cc46 s_option = ARCH_EXE_ONLY;
155 if (s_option != ARCH_NOTHING)
165 if (!lo->isUsed && ((s_option & (ARCH_USED_EXE_ONLY | ARCH_USED_SRC_ONLY)) != 0))
274 if (s_option == ARCH_NOTHING)
332 exp->read_data (s_option);
357 if ((s_option & ARCH_EXE_ONLY) != 0)
387 else if ((s_option & (ARCH_USED_EXE_ONLY | ARCH_USED_SRC_ONLY)) != 0 &&
390 if ((s_option & ARCH_ALL) != 0)
400 if ((s_option & (ARCH_USED_SRC_ONLY | ARCH_ALL)) != 0)
409 else if ((s_option
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-mips.c1393 static void s_option (int);
1901 {"option", s_option, 0},
16571 s_option (int x ATTRIBUTE_UNUSED)
16558 s_option (int x ATTRIBUTE_UNUSED) function
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-mips.c1401 static void s_option (int);
1913 {"option", s_option, 0},
16678 s_option (int x ATTRIBUTE_UNUSED)
16665 s_option (int x ATTRIBUTE_UNUSED) function
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-mips.c1404 static void s_option (int);
1916 {"option", s_option, 0},
16676 s_option (int x ATTRIBUTE_UNUSED)
16663 s_option (int x ATTRIBUTE_UNUSED) function

Completed in 394 milliseconds