Lines Matching refs:Symbol_table
72 Sort_commons(const Symbol_table* symtab, in Sort_commons()
73 Symbol_table::Sort_commons_order sort_order) in Sort_commons()
81 const Symbol_table* symtab_;
83 Symbol_table::Sort_commons_order sort_order_;
95 const Symbol_table* symtab = this->symtab_; in operator ()()
107 if (this->sort_order_ == Symbol_table::SORT_COMMONS_BY_ALIGNMENT_DESCENDING) in operator ()()
115 == Symbol_table::SORT_COMMONS_BY_ALIGNMENT_ASCENDING) in operator ()()
124 == Symbol_table::SORT_COMMONS_BY_SIZE_DESCENDING); in operator ()()
132 if (this->sort_order_ == Symbol_table::SORT_COMMONS_BY_SIZE_DESCENDING) in operator ()()
149 Symbol_table::allocate_commons(Layout* layout, Mapfile* mapfile) in allocate_commons()
192 Symbol_table::do_allocate_commons(Layout* layout, Mapfile* mapfile, in do_allocate_commons()
218 Symbol_table::do_allocate_commons_list( in do_allocate_commons_list()