Lines Matching refs:input_objects
2083 const Input_objects* input_objects);
2087 lay_out_multi_got(Layout* layout, const Input_objects* input_objects);
2091 merge_gots(const Input_objects* input_objects);
6287 Symbol_table* symtab, const Input_objects* input_objects) in lay_out_got() argument
6298 this->lay_out_multi_got(layout, input_objects); in lay_out_got()
6302 for (Input_objects::Relobj_iterator p = input_objects->relobj_begin(); in lay_out_got()
6303 p != input_objects->relobj_end(); in lay_out_got()
6324 const Input_objects* input_objects) in lay_out_multi_got() argument
6329 this->merge_gots(input_objects); in lay_out_multi_got()
6375 const Input_objects* input_objects) in merge_gots() argument
6380 for (Input_objects::Relobj_iterator p = input_objects->relobj_begin(); in merge_gots()
6381 p != input_objects->relobj_end(); in merge_gots()
9496 const Input_objects* input_objects, in do_finalize_sections() argument
9538 for (Input_objects::Relobj_iterator p = input_objects->relobj_begin(); in do_finalize_sections()
9539 p != input_objects->relobj_end(); in do_finalize_sections()
9555 for (Input_objects::Relobj_iterator p = input_objects->relobj_begin(); in do_finalize_sections()
9556 p != input_objects->relobj_end(); in do_finalize_sections()
9708 this->got_section()->lay_out_got(layout, symtab, input_objects); in do_finalize_sections()