Home | History | Annotate | Download | only in gold

Lines Matching refs:relobj

249   Relobj*
255 set_object(Relobj* object)
360 Relobj* object_;
766 // Return true if RELOBJ is an input file whose base name matches
770 match_file_name(const Relobj* relobj, const char* file_name);
772 // Return whether section SHNDX in RELOBJ is a .ctors/.dtors section
776 is_ctors_in_init_array(Relobj* relobj, unsigned int shndx) const;
786 find_or_add_kept_section(const std::string& name, Relobj* object,
980 // Returns TRUE iff NAME (an input section from RELOBJ) will
983 keep_input_section(const Relobj*, const char*);
1128 output_section_name(const Relobj*, const char* name, size_t* plen);
1145 // Choose the output section for NAME in RELOBJ.
1147 choose_output_section(const Relobj* relobj, const char* name,
1172 make_eh_frame_section(const Relobj*);