Home
last modified time | relevance | path

Searched refs:just_symbols (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Doptions.h909 DEFINE_special(just_symbols, options::TWO_DASHES, '\0',
1762 bool just_symbols, in Input_file_argument() argument
1765 just_symbols_(just_symbols), options_(options), arg_serial_(0) in Input_file_argument()
1774 bool just_symbols, in Input_file_argument() argument
1777 just_symbols_(just_symbols), options_(options), arg_serial_(0) in Input_file_argument()
1806 just_symbols() const in just_symbols() function
Dtarget.cc78 || (et == elfcpp::ET_EXEC && input_file->just_symbols())) in do_make_elf_object_implementation()
Dfileread.h565 just_symbols() const;
Dresolve.cc506 if ((to->source() == Symbol::FROM_OBJECT && to->object()->just_symbols()) in should_override()
507 || (object != NULL && object->just_symbols())) in should_override()
Dfileread.cc923 Input_file::just_symbols() const in just_symbols() function in gold::Input_file
925 return this->input_argument_->just_symbols(); in just_symbols()
Dsymtab.cc1127 const bool just_symbols = relobj->just_symbols(); in add_from_relobj() local
1237 if (just_symbols) in add_from_relobj()
1395 if (dynobj->just_symbols()) in add_from_dynobj()
Dobject.h473 just_symbols() const in just_symbols() function
474 { return this->input_file()->just_symbols(); } in just_symbols()
Dobject.cc402 if (this->just_symbols()) in do_output_section_address()
1423 if (this->input_file()->just_symbols()) in do_layout()
Daarch64.cc3676 if (et == elfcpp::ET_EXEC && input_file->just_symbols()) in do_make_elf_object()
Dpowerpc.cc2112 || (et == elfcpp::ET_EXEC && input_file->just_symbols())) in do_make_elf_object()
Dmips.cc7915 || (et == elfcpp::ET_EXEC && input_file->just_symbols())) in do_make_elf_object()
Darm.cc10640 || (et == elfcpp::ET_EXEC && input_file->just_symbols())) in do_make_elf_object()