Home | History | Annotate | Download | only in gold

Lines Matching full:name_key

376   add_input_section(unsigned int shndx, Stringpool::Key name_key, off_t sh_size)
377 { this->sections_.push_back(Input_section(shndx, name_key, sh_size)); }
438 Input_section(unsigned int shndx, Stringpool::Key name_key, off_t sh_size)
439 : shndx_(shndx), name_key_(name_key), sh_size_(sh_size)