Lines Matching refs:Key
100 Incremental_input_entry(Stringpool::Key filename_key, unsigned int arg_serial,
144 // Get the stringpool key for the input filename.
145 Stringpool::Key
233 // Key of the filename string in the section stringtable.
234 Stringpool::Key filename_key_;
306 Incremental_script_entry(Stringpool::Key filename_key,
353 Incremental_object_entry(Stringpool::Key filename_key, Object* obj,
376 add_input_section(unsigned int shndx, Stringpool::Key name_key, off_t sh_size)
385 Stringpool::Key
389 // Return the stringpool key of the Nth input section.
390 Stringpool::Key
401 add_comdat_group(Stringpool::Key signature_key)
409 // Return the stringpool key for the signature of the Nth comdat group.
410 Stringpool::Key
438 Input_section(unsigned int shndx, Stringpool::Key name_key, off_t sh_size)
442 Stringpool::Key name_key_;
448 std::vector<Stringpool::Key> groups_;
456 Incremental_dynobj_entry(Stringpool::Key filename_key,
457 Stringpool::Key soname_key, Object* obj,
468 // Get the stringpool key for the soname.
469 Stringpool::Key
484 // Key of the soname string in the section stringtable.
485 Stringpool::Key soname_key_;
496 Incremental_archive_entry(Stringpool::Key filename_key,
512 add_unused_global_symbol(Stringpool::Key symbol_key)
531 Stringpool::Key
550 std::vector<Stringpool::Key> unused_syms_;
653 // Return the stringpool key of the command line.
654 Stringpool::Key
680 // The key of the command line string in the string pool.
681 Stringpool::Key command_line_key_;