Home | History | Annotate | Download | only in gold

Lines Matching defs:in

13 // This program is distributed in the hope that it will be useful,
61 // dash, two, or require -z. A single variable may be in more than
162 // config.guess and libtool.m4 look in ld --help output for the
182 // REPORT_BUGS_TO is defined in bfd/bfdver.h.
582 // The function add_excluded_libs() in ld/ldlang.c of GNU ld breaks up a list
583 // of names separated by commas or colons and puts them in a linked list.
584 // We implement the same parsing of names here but store names in an unordered
601 // The checking logic is based on the function check_excluded_libs() in
604 // ld searches sequentially in the excluded libs list. For a given archive,
607 // one of the list entry. An entry "ALL" in the list is considered as a
624 // First strip off any directories in name.
648 // minimally compatible. In practice for an ELF target this would be
740 // necessary since we store this pointer directly in General_options.
766 // struct or NULL if argv[i] cannot be parsed as a long option. In
809 // Now that we know the option is good (or else bad in a way that
841 // option. In the not-NULL case, *arg is set to the option's argument
845 // another short option in the same word.
876 // We only advance past this argument if it's the only one in argv.
970 // Return whether FILENAME is in a system directory.
980 // FILENAME_CMP because we are only interested in the cases
981 // where we found the file in a system directory, which means
1172 std::ifstream in;
1173 in.open(this->retain_symbols_file());
1174 if (!in)
1178 std::getline(in, line); // this chops off the trailing \n, if any
1179 while (in)
1184 std::getline(in, line);
1200 // in the path, as appropriate.
1322 // appropriate. Record whether the directory is in the sysroot.
1339 // Check whether this entry is in the sysroot. To do this
1388 gold_fatal(_("may not nest groups in libraries"));
1412 gold_fatal(_("may not nest libraries in groups"));
1474 // options can be combined in one argv, we may have to parse a lot