Searched refs:as_needed (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/legacy/binutils/ld/
H A Dldmain.h35 extern bfd_boolean as_needed;
H A Dldgram.y374 { $<integer>$ = as_needed; as_needed = TRUE; }
376 { as_needed = $<integer>3; }
378 { $<integer>$ = as_needed; as_needed = TRUE; }
380 { as_needed = $<integer>5; }
382 { $<integer>$ = as_needed; as_needed = TRUE; }
384 { as_needed = $<integer>4; }
H A Dldlang.h275 unsigned int as_needed : 1; member in struct:lang_input_statement_struct
H A Dlexsup.c1270 as_needed = TRUE;
1273 as_needed = FALSE;
H A Dldlang.c855 p->as_needed = as_needed;
2366 save_as_needed = as_needed;
2367 as_needed = entry->as_needed;
2380 as_needed = save_as_needed;
H A Dldmain.c98 bfd_boolean as_needed; variable
/haiku-buildtools/binutils/gold/
H A Dincremental-dump.cc172 input_file.as_needed() ? "true" : "false");
H A Doptions.h697 DEFINE_bool(as_needed, options::TWO_DASHES, '\0', false,
1876 this->set_as_needed(options.as_needed());
1883 DEFINE_posdep(as_needed, bool);
H A Dincremental.h176 as_needed() const function in class:gold::Incremental_input_entry
861 as_needed() const function in class:gold::Incremental_inputs_reader::Incremental_input_entry_reader
H A Dincremental.cc1131 if (obj->as_needed())
1492 if ((*p)->as_needed())
2691 if (this->input_reader_.as_needed())
H A Dobject.h410 this->as_needed_ = input_file->options().as_needed();
792 as_needed() const function in class:gold::Object
H A Doptions.cc736 this->set_as_needed(posdep.as_needed());
H A Dobject.cc2992 if (!obj->as_needed())
H A Dsymtab.cc2570 || !sym->object()->as_needed()
H A Dlayout.cc4832 if (!(*p)->is_needed() && (*p)->as_needed())

Completed in 285 milliseconds