mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
cdc29364d1
report_object. (Add_archive_symbols::run): Track argument serial numbers. (Lib_group::include_member): Likewise. (Add_lib_group_symbols::run): Adjust call to report_archive_begin. * archive.h (Incremental_archive_entry::Archive_member): Initialize arg_serial_. (Archive_member::arg_serial_): New data member. * dynobj.cc (Dynobj::Dynobj): Allow input_file_ to be NULL. (Sized_dynobj::do_add_symbols): Track symbols when doing an incremental link. (Sized_dynobj::do_for_all_local_got_entries): New function. * dynobj.h: (Sized_dynobj::do_for_all_local_got_entries): New function. * fileread.cc (get_mtime): New function. * fileread.h (get_mtime): New function. * gold.cc (queue_initial_tasks): Check for incremental update. (process_incremental_input): New function. (queue_middle_tasks): Don't force valid target for incremental update. * incremental-dump.cc (find_input_containing_global): Adjust size of symbol info entry. (dump_incremental_inputs): Dump argument serial number and in_system_directory flag; bias shndx by 1; print symbol names when dumping per-file symbol lists; use new symbol info readers. * incremental.cc (Output_section_incremental_inputs:update_data_size): New function. (Sized_incremental_binary::setup_readers): Setup input readers for each input file; build maps for files added from libraries and scripts. (Sized_incremental_binary::check_input_args): New function. (Sized_incremental_binary::do_check_inputs): Build map of argument serial numbers to input arguments. (Sized_incremental_binary::do_file_has_changed): Rename do_file_is_unchanged to this; compare file modification times. (Sized_incremental_binary::do_init_layout): New function. (Sized_incremental_binary::do_reserve_layout): New function. (Sized_incremental_binary::do_get_input_reader): Remove. (Sized_incremental_binary::get_symtab_view): New function. (Incremental_checker::can_incrementally_link_output_file): Remove. (Incremental_inputs::report_command_line): Exclude --debug options. (Incremental_inputs::report_archive_begin): Add parameter; track argument serial numbers; don't put input file entry for archive before archive members. (Incremental_inputs::report_archive_end): Put input file entry for archive after archive members. (Incremental_inputs::report_object): Add parameter; track argument serial numbers and in_system_directory flag. (Incremental_inputs::report_script): Add parameter; track argument serial numbers. (Output_section_incremental_inputs::set_final_data_size): Adjust size of symbol info entry; check for forwarding symbols. (Output_section_incremental_inputs::write_input_files): Write in_system_directory flag and argument serial number. (Output_section_incremental_inputs::write_info_blocks): Map section indices between incremental info and original input file; store input section index for each symbol. (class Local_got_offset_visitor): Derive from Got_offset_list::Visitor; change operator() to visit(). (class Global_got_offset_visitor): Likewise. (class Global_symbol_visitor_got_plt): (Output_section_incremental_inputs::write_got_plt): Use new visitor classes. (Sized_incr_relobj::Sized_incr_relobj): New constructor. (Sized_incr_relobj::do_read_symbols): New function. (Sized_incr_relobj::do_layout): New function. (Sized_incr_relobj::do_layout_deferred_sections): New function. (Sized_incr_relobj::do_add_symbols): New function. (Sized_incr_relobj::do_should_include_member): New function. (Sized_incr_relobj::do_for_all_global_symbols): New function. (Sized_incr_relobj::do_for_all_local_got_entries): New function. (Sized_incr_relobj::do_section_size): New function. (Sized_incr_relobj::do_section_name): New function. (Sized_incr_relobj::do_section_contents): New function. (Sized_incr_relobj::do_section_flags): New function. (Sized_incr_relobj::do_section_entsize): New function. (Sized_incr_relobj::do_section_address): New function. (Sized_incr_relobj::do_section_type): New function. (Sized_incr_relobj::do_section_link): New function. (Sized_incr_relobj::do_section_info): New function. (Sized_incr_relobj::do_section_addralign): New function. (Sized_incr_relobj::do_initialize_xindex): New function. (Sized_incr_relobj::do_get_global_symbol_counts): New function. (Sized_incr_relobj::do_read_relocs): New function. (Sized_incr_relobj::do_gc_process_relocs): New function. (Sized_incr_relobj::do_scan_relocs): New function. (Sized_incr_relobj::do_count_local_symbols): New function. (Sized_incr_relobj::do_finalize_local_symbols): New function. (Sized_incr_relobj::do_set_local_dynsym_indexes): New function. (Sized_incr_relobj::do_set_local_dynsym_offset): New function. (Sized_incr_relobj::do_relocate): New function. (Sized_incr_relobj::do_set_section_offset): New function. (Sized_incr_dynobj::Sized_incr_dynobj): New function. (Sized_incr_dynobj::do_read_symbols): New function. (Sized_incr_dynobj::do_layout): New function. (Sized_incr_dynobj::do_add_symbols): New function. (Sized_incr_dynobj::do_should_include_member): New function. (Sized_incr_dynobj::do_for_all_global_symbols): New function. (Sized_incr_dynobj::do_for_all_local_got_entries): New function. (Sized_incr_dynobj::do_section_size): New function. (Sized_incr_dynobj::do_section_name): New function. (Sized_incr_dynobj::do_section_contents): New function. (Sized_incr_dynobj::do_section_flags): New function. (Sized_incr_dynobj::do_section_entsize): New function. (Sized_incr_dynobj::do_section_address): New function. (Sized_incr_dynobj::do_section_type): New function. (Sized_incr_dynobj::do_section_link): New function. (Sized_incr_dynobj::do_section_info): New function. (Sized_incr_dynobj::do_section_addralign): New function. (Sized_incr_dynobj::do_initialize_xindex): New function. (Sized_incr_dynobj::do_get_global_symbol_counts): New function. (make_sized_incremental_object): New function. (Incremental_library::copy_unused_symbols): New function. (Incremental_library::do_for_all_unused_symbols): New function. * incremental.h (enum Incremental_input_flags): New type. (class Incremental_checker): Remove. (Incremental_input_entry::Incremental_input_entry): Add argument serial number. (Incremental_input_entry::arg_serial): New function. (Incremental_input_entry::set_is_in_system_directory): New function. (Incremental_input_entry::is_in_system_directory): New function. (Incremental_input_entry::arg_serial_): New data member. (Incremental_input_entry::is_in_system_directory_): New data member. (class Script_info): Move here from script.h. (Script_info::Script_info): Add filename parameter. (Script_info::filename): New function. (Script_info::filename_): New data member. (Incremental_script_entry::Incremental_script_entry): Add argument serial number. (Incremental_object_entry::Incremental_object_entry): Likewise. (Incremental_object_entry::add_input_section): Build list of input sections with map to original shndx. (Incremental_object_entry::get_input_section_index): New function. (Incremental_object_entry::shndx_): New data member. (Incremental_object_entry::name_key_): Rename; adjust all refs. (Incremental_object_entry::sh_size_): Rename; adjust all refs. (Incremental_archive_entry::Incremental_archive_entry): Add argument serial number. (Incremental_inputs::report_archive_begin): Likewise. (Incremental_inputs::report_object): Likewise. (Incremental_inputs::report_script): Likewise. (class Incremental_global_symbol_reader): New class. (Incremental_input_entry_reader::Incremental_input_entry_reader): Read and store flags and input file type. (Incremental_input_entry_reader::arg_serial): New function. (Incremental_input_entry_reader::type): Extract type from flags. (Incremental_input_entry_reader::is_in_system_directory): New function. (Incremental_input_entry_reader::get_input_section_count): Call accessor function for type. (Incremental_input_entry_reader::get_symbol_offset): Call accessor function for type; adjust size of global symbol entry. (Incremental_input_entry_reader::get_global_symbol_count): Call accessor function for type. (Incremental_input_entry_reader::get_object_count): Likewise. (Incremental_input_entry_reader::get_object_offset): Likewise. (Incremental_input_entry_reader::get_member_count): Likewise. (Incremental_input_entry_reader::get_unused_symbol_count): Likewise. (Incremental_input_entry_reader::get_member_offset): Likewise. (Incremental_input_entry_reader::get_unused_symbol): Likewise. (Incremental_input_entry_reader::Global_symbol_info): Remove. (Incremental_input_entry_reader::get_global_symbol_info): Remove. (Incremental_input_entry_reader::get_global_symbol_reader): New function. (Incremental_input_entry_reader::get_output_symbol_index): New function. (Incremental_input_entry_reader::type_): Remove. (Incremental_input_entry_reader::flags_): New data member. (Incremental_inputs_reader::input_file_offset): New function. (Incremental_inputs_reader::input_file_index): New function. (Incremental_inputs_reader::input_file): Call input_file_offset. (Incremental_inputs_reader::input_file_at_offset): New function. (Incremental_relocs_reader::get_r_type): Reformat. (Incremental_relocs_reader::get_r_shndx): Reformat. (Incremental_relocs_reader::get_r_offset): Reformat. (Incremental_relocs_reader::data): New function. (Incremental_binary::Incremental_binary): Initialize new data members. (Incremental_binary::check_inputs): Add cmdline parameter. (Incremental_binary::file_is_unchanged): Remove. (Input_reader::arg_serial): New function. (Input_reader::get_unused_symbol_count): New function. (Input_reader::get_unused_symbol): New function. (Input_reader::do_arg_serial): New function. (Input_reader::do_get_unused_symbol_count): New function. (Input_reader::do_get_unused_symbol): New function. (Incremental_binary::input_file_count): New function. (Incremental_binary::get_input_reader): Change signature to use index instead of filename. (Incremental_binary::file_has_changed): New function. (Incremental_binary::get_input_argument): New function. (Incremental_binary::get_library): New function. (Incremental_binary::get_script_info): New function. (Incremental_binary::init_layout): New function. (Incremental_binary::reserve_layout): New function. (Incremental_binary::output_file): New function. (Incremental_binary::do_check_inputs): New function. (Incremental_binary::do_file_is_unchanged): Remove. (Incremental_binary::do_file_has_changed): New function. (Incremental_binary::do_init_layout): New function. (Incremental_binary::do_reserve_layout): New function. (Incremental_binary::do_input_file_count): New function. (Incremental_binary::do_get_input_reader): Change signature. (Incremental_binary::input_args_map_): New data member. (Incremental_binary::library_map_): New data member. (Incremental_binary::script_map_): New data member. (Sized_incremental_binary::Sized_incremental_binary): Initialize new data members. (Sized_incremental_binary::output_section): New function. (Sized_incremental_binary::inputs_reader): Add const. (Sized_incremental_binary::symtab_reader): Add const. (Sized_incremental_binary::relocs_reader): Add const. (Sized_incremental_binary::got_plt_reader): Add const. (Sized_incremental_binary::get_symtab_view): New function. (Sized_incremental_binary::Inputs_reader): New typedef. (Sized_incremental_binary::Input_entry_reader): New typedef. (Sized_incremental_binary::do_check_inputs): Add cmdline parameter. (Sized_incremental_binary::do_file_is_unchanged): Remove. (Sized_incremental_binary::do_file_has_changed): New function. (Sized_incremental_binary::do_init_layout): New function. (Sized_incremental_binary::do_reserve_layout): New function. (Sized_input_reader::Inputs_reader): Remove. (Sized_input_reader::Input_entry_reader): Remove. (Sized_input_reader::do_arg_serial): New function. (Sized_input_reader::do_get_unused_symbol_count): New function. (Sized_input_reader::do_get_unused_symbol): New function. (Sized_incremental_binary::do_input_file_count): New function. (Sized_incremental_binary::do_get_input_reader): Change signature; use index instead of filename. (Sized_incremental_binary::section_map_): New data member. (Sized_incremental_binary::input_entry_readers_): New data member. (class Sized_incr_relobj): New class. (class Sized_incr_dynobj): New class. (make_sized_incremental_object): New function. (class Incremental_library): New class. * layout.cc (Free_list::num_lists): New static data member. (Free_list::num_nodes): New static data member. (Free_list::num_removes): New static data member. (Free_list::num_remove_visits): New static data member. (Free_list::num_allocates): New static data member. (Free_list::num_allocate_visits): New static data member. (Free_list::init): New function. (Free_list::remove): New function. (Free_list::allocate): New function. (Free_list::dump): New function. (Free_list::print_stats): New function. (Layout_task_runner::run): Resize output file for incremental updates. (Layout::Layout): Initialize new data members. (Layout::set_incremental_base): New function. (Layout::init_fixed_output_section): New function. (Layout::layout_eh_frame): Do not build .eh_frame_hdr section for incremental updates. (Layout::create_gold_note): Do not create gold note section for incremental updates. (Layout::set_segment_offsets): Do not recalculate RELRO alignment for incremental updates. (Layout::set_section_offsets): For incremental updates, allocate space from free list. (Layout::create_symtab_sections): Layout with offsets relative to start of section; for incremental updates, allocate space from free list. (Layout::create_shdrs): For incremental updates, allocate space from free list. (Layout::finish_dynamic_section): For incremental updates, do not check --as-needed (fixed in subsequent patch). * layout.h (class Free_list): New class. (Layout::set_incremental_base): New function. (Layout::incremental_base): New function. (Layout::init_fixed_output_section): New function. (Layout::allocate): New function. (Layout::incremental_base_): New data member. (Layout::free_list_): New data member. * main.cc (main): Print Free_list statistics. * object.cc (Relobj::finalize_incremental_relocs): Add clear_counts parameter; clear counts only when clear_counts is set. (Sized_relobj::Sized_relobj): Initialize new base class. (Sized_relobj::do_layout): Don't report special sections. (Sized_relobj::do_for_all_local_got_entries): New function. (Sized_relobj::write_local_symbols): Add symtab_off parameter; add symtab_off to all symbol table offsets. (Sized_relobj::do_get_global_symbol_counts): Add typename keyword. * object.h (class Got_offset_list): Move to top of file. (Object::Object): Allow case where input_file == NULL. (Object::~Object): Likewise. (Object::input_file): Assert that input_file != NULL. (Object::lock): Allow case where input_file == NULL. (Object::unlock): Likewise. (Object::is_locked): Likewise. (Object::token): Likewise. (Object::release): Likewise. (Object::is_incremental): New function. (Object::get_mtime): New function. (Object::for_all_local_got_entries): New function. (Object::clear_view_cache_marks): Allow case where input_file == NULL. (Object::set_is_in_system_directory): New function. (Object::is_in_system_directory): New function. (Object::do_is_incremental): New function. (Object::do_get_mtime): New function. (Object::do_for_all_local_got_entries): New function. (Object::is_in_system_directory_): New data member. (Relobj::finalize_incremental_relocs): Add clear_counts parameter. (class Sized_relobj_base): New class. (class Sized_relobj): Derive from Sized_relobj_base. (class Sized_relobj::Symbols): Redeclare from base class. (class Sized_relobj::local_got_offset_list): Remove. (class Sized_relobj::Output_sections): Redeclare from base class. (class Sized_relobj::do_for_all_local_got_entries): New function. (class Sized_relobj::write_local_symbols): Add offset parameter. (class Sized_relobj::local_symbol_offset_): Update comment. (class Sized_relobj::local_dynsym_offset_): Update comment. * options.cc (Input_arguments::add_file): Remove const. * options.h (Input_file_argument::Input_file_argument): Initialize arg_serial_ (all constructors). (Input_file_argument::set_arg_serial): New function. (Input_file_argument::arg_serial): New function. (Input_file_argument::arg_serial_): New data member. (Input_arguments::Input_arguments): Initialize file_count_. (Input_arguments::add_file): Remove const. (Input_arguments::number_of_input_files): New function. (Input_arguments::file_count_): New data member. (Command_line::number_of_input_files): Call Input_arguments::number_of_input_files. * output.cc (Output_segment_headers::Output_segment_headers): Set current size. (Output_section::Input_section::current_data_size): New function. (Output_section::Output_section): Initialize new data members. (Output_section::add_input_section): Don't do merge sections for an incremental link; allocate space from free list for an incremental update. (Output_section::add_output_section_data): Allocate space from free list for an incremental update. (Output_section::update_data_size): New function. (Output_section::set_fixed_layout): New function. (Output_section::reserve): New function. (Output_segment::set_section_addresses): Remove const. (Output_segment::set_section_list_addresses): Remove const; allocate space from free list for an incremental update. (Output_segment::set_offset): Adjust size of RELRO segment for an incremental update. * output.h (Output_data::current_data_size): Move here from child classes. (Output_data::pre_finalize_data_size): New function. (Output_data::update_data_size): New function. (Output_section_headers::update_data_size): new function. (Output_section_data_build::current_data_size): Move to Output_data. (Output_data_strtab::update_data_size): New function. (Output_section::current_data_size): Move to Output_data. (Output_section::set_fixed_layout): New function. (Output_section::has_fixed_layout): New function. (Output_section::reserve): New function. (Output_section::update_data_size): New function. (Output_section::has_fixed_layout_): New data member. (Output_section::free_list_): New data member. (Output_segment::set_section_addresses): Remove const. (Output_segment::set_section_list_addresses): Remove const. * plugin.cc (Sized_pluginobj::do_for_all_local_got_entries): New function. * plugin.h (Sized_pluginobj::do_for_all_local_got_entries): New function. * readsyms.cc (Read_symbols::do_read_symbols): Add library parameter when calling Add_symbols constructor; store argument serial number for members of a lib group. (Add_symbols::locks): Allow case where token == NULL. (Add_symbols::run): Report libraries denoted by --start-lib/--end-lib. (Read_member::~Read_member): New function. (Read_member::is_runnable): New function. (Read_member::locks): New function. (Read_member::run): New function. (Check_script::~Check_script): New function. (Check_script::is_runnable): New function. (Check_script::locks): New function. (Check_script::run): New function. (Check_library::~Check_library): New function. (Check_library::is_runnable): New function. (Check_library::locks): New function. (Check_library::run): New function. * readsyms.h (Add_symbols::Add_symbols): Add library parameter. (Add_symbols::library_): New data member. (class Read_member): New class. (class Check_script): New class. (class Check_library): New class. * reloc.cc (Read_relocs::is_runnable): Allow case where token == NULL. (Read_relocs::locks): Likewise. (Scan_relocs::locks): Likewise. (Relocate_task::locks): Likewise. (Sized_relobj::do_scan_relocs): Tell finalize_incremental_relocs to clear counters. (Sized_relobj::incremental_relocs_scan): Fix comment. (Sized_relobj::do_relocate): Pass output file offset to write_local_symbols. (Sized_relobj::incremental_relocs_write_reltype): Use reloc_size from class declaration. * script.cc (read_input_script): Allocate Script_info; pass argument serial number to report_script. * script.h (class Script_info): Move to incremental.h. * symtab.cc (Symbol_table::add_from_incrobj): New function. * symtab.h (Symbol_table::add_from_incrobj): New function. (Symbol_table::set_file_offset): New function.
1852 lines
51 KiB
C++
1852 lines
51 KiB
C++
// inremental.h -- incremental linking support for gold -*- C++ -*-
|
|
|
|
// Copyright 2009, 2010 Free Software Foundation, Inc.
|
|
// Written by Mikolaj Zalewski <mikolajz@google.com>.
|
|
|
|
// This file is part of gold.
|
|
|
|
// This program is free software; you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation; either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with this program; if not, write to the Free Software
|
|
// Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
|
// MA 02110-1301, USA.
|
|
|
|
#ifndef GOLD_INCREMENTAL_H
|
|
#define GOLD_INCREMENTAL_H
|
|
|
|
#include <map>
|
|
#include <vector>
|
|
|
|
#include "elfcpp_file.h"
|
|
#include "stringpool.h"
|
|
#include "workqueue.h"
|
|
#include "fileread.h"
|
|
#include "output.h"
|
|
#include "archive.h"
|
|
|
|
namespace gold
|
|
{
|
|
|
|
class Input_argument;
|
|
class Incremental_inputs_checker;
|
|
class Incremental_script_entry;
|
|
class Incremental_object_entry;
|
|
class Incremental_archive_entry;
|
|
class Incremental_inputs;
|
|
class Incremental_binary;
|
|
class Incremental_library;
|
|
class Object;
|
|
class Script_info;
|
|
|
|
// Incremental input type as stored in .gnu_incremental_inputs.
|
|
|
|
enum Incremental_input_type
|
|
{
|
|
INCREMENTAL_INPUT_OBJECT = 1,
|
|
INCREMENTAL_INPUT_ARCHIVE_MEMBER = 2,
|
|
INCREMENTAL_INPUT_ARCHIVE = 3,
|
|
INCREMENTAL_INPUT_SHARED_LIBRARY = 4,
|
|
INCREMENTAL_INPUT_SCRIPT = 5
|
|
};
|
|
|
|
// Incremental input file flags.
|
|
// The input file type is stored in the lower eight bits.
|
|
|
|
enum Incremental_input_flags
|
|
{
|
|
INCREMENTAL_INPUT_IN_SYSTEM_DIR = 0x0800
|
|
};
|
|
|
|
// Create an Incremental_binary object for FILE. Returns NULL is this is not
|
|
// possible, e.g. FILE is not an ELF file or has an unsupported target.
|
|
|
|
Incremental_binary*
|
|
open_incremental_binary(Output_file* file);
|
|
|
|
// Base class for recording each input file.
|
|
|
|
class Incremental_input_entry
|
|
{
|
|
public:
|
|
Incremental_input_entry(Stringpool::Key filename_key, unsigned int arg_serial,
|
|
Timespec mtime)
|
|
: filename_key_(filename_key), offset_(0), info_offset_(0),
|
|
arg_serial_(arg_serial), mtime_(mtime), is_in_system_directory_(false)
|
|
{ }
|
|
|
|
virtual
|
|
~Incremental_input_entry()
|
|
{ }
|
|
|
|
// Return the type of input file.
|
|
Incremental_input_type
|
|
type() const
|
|
{ return this->do_type(); }
|
|
|
|
// Set the section offset of this input file entry.
|
|
void
|
|
set_offset(unsigned int offset)
|
|
{ this->offset_ = offset; }
|
|
|
|
// Set the section offset of the supplemental information for this entry.
|
|
void
|
|
set_info_offset(unsigned int info_offset)
|
|
{ this->info_offset_ = info_offset; }
|
|
|
|
// Get the section offset of this input file entry.
|
|
unsigned int
|
|
get_offset() const
|
|
{ return this->offset_; }
|
|
|
|
// Get the section offset of the supplemental information for this entry.
|
|
unsigned int
|
|
get_info_offset() const
|
|
{ return this->info_offset_; }
|
|
|
|
// Get the stringpool key for the input filename.
|
|
Stringpool::Key
|
|
get_filename_key() const
|
|
{ return this->filename_key_; }
|
|
|
|
// Get the serial number of the input file.
|
|
unsigned int
|
|
arg_serial() const
|
|
{ return this->arg_serial_; }
|
|
|
|
// Get the modification time of the input file.
|
|
const Timespec&
|
|
get_mtime() const
|
|
{ return this->mtime_; }
|
|
|
|
// Record that the file was found in a system directory.
|
|
void
|
|
set_is_in_system_directory()
|
|
{ this->is_in_system_directory_ = true; }
|
|
|
|
// Return TRUE if the file was found in a system directory.
|
|
bool
|
|
is_in_system_directory() const
|
|
{ return this->is_in_system_directory_; }
|
|
|
|
// Return a pointer to the derived Incremental_script_entry object.
|
|
// Return NULL for input entries that are not script files.
|
|
Incremental_script_entry*
|
|
script_entry()
|
|
{ return this->do_script_entry(); }
|
|
|
|
// Return a pointer to the derived Incremental_object_entry object.
|
|
// Return NULL for input entries that are not object files.
|
|
Incremental_object_entry*
|
|
object_entry()
|
|
{ return this->do_object_entry(); }
|
|
|
|
// Return a pointer to the derived Incremental_archive_entry object.
|
|
// Return NULL for input entries that are not archive files.
|
|
Incremental_archive_entry*
|
|
archive_entry()
|
|
{ return this->do_archive_entry(); }
|
|
|
|
protected:
|
|
// Return the type of input file.
|
|
virtual Incremental_input_type
|
|
do_type() const = 0;
|
|
|
|
// Return a pointer to the derived Incremental_script_entry object.
|
|
// Return NULL for input entries that are not script files.
|
|
virtual Incremental_script_entry*
|
|
do_script_entry()
|
|
{ return NULL; }
|
|
|
|
// Return a pointer to the derived Incremental_object_entry object.
|
|
// Return NULL for input entries that are not object files.
|
|
virtual Incremental_object_entry*
|
|
do_object_entry()
|
|
{ return NULL; }
|
|
|
|
// Return a pointer to the derived Incremental_archive_entry object.
|
|
// Return NULL for input entries that are not archive files.
|
|
virtual Incremental_archive_entry*
|
|
do_archive_entry()
|
|
{ return NULL; }
|
|
|
|
private:
|
|
// Key of the filename string in the section stringtable.
|
|
Stringpool::Key filename_key_;
|
|
|
|
// Offset of the entry in the output section.
|
|
unsigned int offset_;
|
|
|
|
// Offset of the extra information in the output section.
|
|
unsigned int info_offset_;
|
|
|
|
// Serial number of the file in the argument list.
|
|
unsigned int arg_serial_;
|
|
|
|
// Last modification time of the file.
|
|
Timespec mtime_;
|
|
|
|
// TRUE if the file was found in a system directory.
|
|
bool is_in_system_directory_;
|
|
};
|
|
|
|
// Information about a script input that will persist during the whole linker
|
|
// run. Needed only during an incremental build to retrieve the input files
|
|
// added by this script.
|
|
|
|
class Script_info
|
|
{
|
|
public:
|
|
Script_info(const std::string& filename)
|
|
: filename_(filename), incremental_script_entry_(NULL)
|
|
{ }
|
|
|
|
// Store a pointer to the incremental information for this script.
|
|
void
|
|
set_incremental_info(Incremental_script_entry* entry)
|
|
{ this->incremental_script_entry_ = entry; }
|
|
|
|
// Return the filename.
|
|
const std::string&
|
|
filename() const
|
|
{ return this->filename_; }
|
|
|
|
// Return the pointer to the incremental information for this script.
|
|
Incremental_script_entry*
|
|
incremental_info() const
|
|
{ return this->incremental_script_entry_; }
|
|
|
|
private:
|
|
const std::string filename_;
|
|
Incremental_script_entry* incremental_script_entry_;
|
|
};
|
|
|
|
// Class for recording input scripts.
|
|
|
|
class Incremental_script_entry : public Incremental_input_entry
|
|
{
|
|
public:
|
|
Incremental_script_entry(Stringpool::Key filename_key,
|
|
unsigned int arg_serial, Script_info* script,
|
|
Timespec mtime)
|
|
: Incremental_input_entry(filename_key, arg_serial, mtime),
|
|
script_(script), objects_()
|
|
{ }
|
|
|
|
// Add a member object to the archive.
|
|
void
|
|
add_object(Incremental_input_entry* obj_entry)
|
|
{
|
|
this->objects_.push_back(obj_entry);
|
|
}
|
|
|
|
// Return the number of objects included by this script.
|
|
unsigned int
|
|
get_object_count()
|
|
{ return this->objects_.size(); }
|
|
|
|
// Return the Nth object.
|
|
Incremental_input_entry*
|
|
get_object(unsigned int n)
|
|
{
|
|
gold_assert(n < this->objects_.size());
|
|
return this->objects_[n];
|
|
}
|
|
|
|
protected:
|
|
virtual Incremental_input_type
|
|
do_type() const
|
|
{ return INCREMENTAL_INPUT_SCRIPT; }
|
|
|
|
// Return a pointer to the derived Incremental_script_entry object.
|
|
virtual Incremental_script_entry*
|
|
do_script_entry()
|
|
{ return this; }
|
|
|
|
private:
|
|
// Information about the script file.
|
|
Script_info* script_;
|
|
// Objects that have been included by this script.
|
|
std::vector<Incremental_input_entry*> objects_;
|
|
};
|
|
|
|
// Class for recording input object files.
|
|
|
|
class Incremental_object_entry : public Incremental_input_entry
|
|
{
|
|
public:
|
|
Incremental_object_entry(Stringpool::Key filename_key, Object* obj,
|
|
unsigned int arg_serial, Timespec mtime)
|
|
: Incremental_input_entry(filename_key, arg_serial, mtime), obj_(obj),
|
|
is_member_(false), sections_()
|
|
{
|
|
if (!obj_->is_dynamic())
|
|
this->sections_.reserve(obj->shnum());
|
|
}
|
|
|
|
// Get the object.
|
|
Object*
|
|
object() const
|
|
{ return this->obj_; }
|
|
|
|
// Record that this object is an archive member.
|
|
void
|
|
set_is_member()
|
|
{ this->is_member_ = true; }
|
|
|
|
// Return true if this object is an archive member.
|
|
bool
|
|
is_member() const
|
|
{ return this->is_member_; }
|
|
|
|
// Add an input section.
|
|
void
|
|
add_input_section(unsigned int shndx, Stringpool::Key name_key, off_t sh_size)
|
|
{ this->sections_.push_back(Input_section(shndx, name_key, sh_size)); }
|
|
|
|
// Return the number of input sections in this object.
|
|
unsigned int
|
|
get_input_section_count() const
|
|
{ return this->sections_.size(); }
|
|
|
|
// Return the input section index for the Nth input section.
|
|
Stringpool::Key
|
|
get_input_section_index(unsigned int n) const
|
|
{ return this->sections_[n].shndx_; }
|
|
|
|
// Return the stringpool key of the Nth input section.
|
|
Stringpool::Key
|
|
get_input_section_name_key(unsigned int n) const
|
|
{ return this->sections_[n].name_key_; }
|
|
|
|
// Return the size of the Nth input section.
|
|
off_t
|
|
get_input_section_size(unsigned int n) const
|
|
{ return this->sections_[n].sh_size_; }
|
|
|
|
protected:
|
|
virtual Incremental_input_type
|
|
do_type() const
|
|
{
|
|
return (this->is_member_
|
|
? INCREMENTAL_INPUT_ARCHIVE_MEMBER
|
|
: (this->obj_->is_dynamic()
|
|
? INCREMENTAL_INPUT_SHARED_LIBRARY
|
|
: INCREMENTAL_INPUT_OBJECT));
|
|
}
|
|
|
|
// Return a pointer to the derived Incremental_object_entry object.
|
|
virtual Incremental_object_entry*
|
|
do_object_entry()
|
|
{ return this; }
|
|
|
|
private:
|
|
// The object file itself.
|
|
Object* obj_;
|
|
|
|
// Whether this object is an archive member.
|
|
bool is_member_;
|
|
|
|
// Input sections.
|
|
struct Input_section
|
|
{
|
|
Input_section(unsigned int shndx, Stringpool::Key name_key, off_t sh_size)
|
|
: shndx_(shndx), name_key_(name_key), sh_size_(sh_size)
|
|
{ }
|
|
unsigned int shndx_;
|
|
Stringpool::Key name_key_;
|
|
off_t sh_size_;
|
|
};
|
|
std::vector<Input_section> sections_;
|
|
};
|
|
|
|
// Class for recording archive library input files.
|
|
|
|
class Incremental_archive_entry : public Incremental_input_entry
|
|
{
|
|
public:
|
|
Incremental_archive_entry(Stringpool::Key filename_key,
|
|
unsigned int arg_serial, Timespec mtime)
|
|
: Incremental_input_entry(filename_key, arg_serial, mtime), members_(),
|
|
unused_syms_()
|
|
{ }
|
|
|
|
// Add a member object to the archive.
|
|
void
|
|
add_object(Incremental_object_entry* obj_entry)
|
|
{
|
|
this->members_.push_back(obj_entry);
|
|
obj_entry->set_is_member();
|
|
}
|
|
|
|
// Add an unused global symbol to the archive.
|
|
void
|
|
add_unused_global_symbol(Stringpool::Key symbol_key)
|
|
{ this->unused_syms_.push_back(symbol_key); }
|
|
|
|
// Return the number of member objects included in the link.
|
|
unsigned int
|
|
get_member_count()
|
|
{ return this->members_.size(); }
|
|
|
|
// Return the Nth member object.
|
|
Incremental_object_entry*
|
|
get_member(unsigned int n)
|
|
{ return this->members_[n]; }
|
|
|
|
// Return the number of unused global symbols in this archive.
|
|
unsigned int
|
|
get_unused_global_symbol_count()
|
|
{ return this->unused_syms_.size(); }
|
|
|
|
// Return the Nth unused global symbol.
|
|
Stringpool::Key
|
|
get_unused_global_symbol(unsigned int n)
|
|
{ return this->unused_syms_[n]; }
|
|
|
|
protected:
|
|
virtual Incremental_input_type
|
|
do_type() const
|
|
{ return INCREMENTAL_INPUT_ARCHIVE; }
|
|
|
|
// Return a pointer to the derived Incremental_archive_entry object.
|
|
virtual Incremental_archive_entry*
|
|
do_archive_entry()
|
|
{ return this; }
|
|
|
|
private:
|
|
// Members of the archive that have been included in the link.
|
|
std::vector<Incremental_object_entry*> members_;
|
|
|
|
// Unused global symbols from this archive.
|
|
std::vector<Stringpool::Key> unused_syms_;
|
|
};
|
|
|
|
// This class contains the information needed during an incremental
|
|
// build about the inputs necessary to build the .gnu_incremental_inputs.
|
|
|
|
class Incremental_inputs
|
|
{
|
|
public:
|
|
typedef std::vector<Incremental_input_entry*> Input_list;
|
|
|
|
Incremental_inputs()
|
|
: inputs_(), command_line_(), command_line_key_(0),
|
|
strtab_(new Stringpool()), current_object_(NULL),
|
|
current_object_entry_(NULL), inputs_section_(NULL),
|
|
symtab_section_(NULL), relocs_section_(NULL),
|
|
reloc_count_(0)
|
|
{ }
|
|
|
|
~Incremental_inputs() { delete this->strtab_; }
|
|
|
|
// Record the command line.
|
|
void
|
|
report_command_line(int argc, const char* const* argv);
|
|
|
|
// Record the initial info for archive file ARCHIVE.
|
|
void
|
|
report_archive_begin(Library_base* arch, unsigned int arg_serial,
|
|
Script_info* script_info);
|
|
|
|
// Record the final info for archive file ARCHIVE.
|
|
void
|
|
report_archive_end(Library_base* arch);
|
|
|
|
// Record the info for object file OBJ. If ARCH is not NULL,
|
|
// attach the object file to the archive.
|
|
void
|
|
report_object(Object* obj, unsigned int arg_serial, Library_base* arch,
|
|
Script_info* script_info);
|
|
|
|
// Record an input section belonging to object file OBJ.
|
|
void
|
|
report_input_section(Object* obj, unsigned int shndx, const char* name,
|
|
off_t sh_size);
|
|
|
|
// Record the info for input script SCRIPT.
|
|
void
|
|
report_script(Script_info* script, unsigned int arg_serial,
|
|
Timespec mtime);
|
|
|
|
// Return the running count of incremental relocations.
|
|
unsigned int
|
|
get_reloc_count() const
|
|
{ return this->reloc_count_; }
|
|
|
|
// Update the running count of incremental relocations.
|
|
void
|
|
set_reloc_count(unsigned int count)
|
|
{ this->reloc_count_ = count; }
|
|
|
|
// Prepare for layout. Called from Layout::finalize.
|
|
void
|
|
finalize();
|
|
|
|
// Create the .gnu_incremental_inputs and related sections.
|
|
void
|
|
create_data_sections(Symbol_table* symtab);
|
|
|
|
// Return the .gnu_incremental_inputs section.
|
|
Output_section_data*
|
|
inputs_section() const
|
|
{ return this->inputs_section_; }
|
|
|
|
// Return the .gnu_incremental_symtab section.
|
|
Output_data_space*
|
|
symtab_section() const
|
|
{ return this->symtab_section_; }
|
|
|
|
// Return the .gnu_incremental_relocs section.
|
|
Output_data_space*
|
|
relocs_section() const
|
|
{ return this->relocs_section_; }
|
|
|
|
// Return the .gnu_incremental_got_plt section.
|
|
Output_data_space*
|
|
got_plt_section() const
|
|
{ return this->got_plt_section_; }
|
|
|
|
// Return the .gnu_incremental_strtab stringpool.
|
|
Stringpool*
|
|
get_stringpool() const
|
|
{ return this->strtab_; }
|
|
|
|
// Return the canonical form of the command line, as will be stored in
|
|
// .gnu_incremental_strtab.
|
|
const std::string&
|
|
command_line() const
|
|
{ return this->command_line_; }
|
|
|
|
// Return the stringpool key of the command line.
|
|
Stringpool::Key
|
|
command_line_key() const
|
|
{ return this->command_line_key_; }
|
|
|
|
// Return the number of input files.
|
|
int
|
|
input_file_count() const
|
|
{ return this->inputs_.size(); }
|
|
|
|
// Return the input files.
|
|
const Input_list&
|
|
input_files() const
|
|
{ return this->inputs_; }
|
|
|
|
// Return the sh_entsize value for the .gnu_incremental_relocs section.
|
|
unsigned int
|
|
relocs_entsize() const;
|
|
|
|
private:
|
|
// The list of input files.
|
|
Input_list inputs_;
|
|
|
|
// Canonical form of the command line, as will be stored in
|
|
// .gnu_incremental_strtab.
|
|
std::string command_line_;
|
|
|
|
// The key of the command line string in the string pool.
|
|
Stringpool::Key command_line_key_;
|
|
|
|
// The .gnu_incremental_strtab string pool associated with the
|
|
// .gnu_incremental_inputs.
|
|
Stringpool* strtab_;
|
|
|
|
// Keep track of the object currently being processed.
|
|
Object* current_object_;
|
|
Incremental_object_entry* current_object_entry_;
|
|
|
|
// The .gnu_incremental_inputs section.
|
|
Output_section_data* inputs_section_;
|
|
|
|
// The .gnu_incremental_symtab section.
|
|
Output_data_space* symtab_section_;
|
|
|
|
// The .gnu_incremental_relocs section.
|
|
Output_data_space* relocs_section_;
|
|
|
|
// The .gnu_incremental_got_plt section.
|
|
Output_data_space* got_plt_section_;
|
|
|
|
// Total count of incremental relocations. Updated during Scan_relocs
|
|
// phase at the completion of each object file.
|
|
unsigned int reloc_count_;
|
|
};
|
|
|
|
// Reader class for global symbol info from an object file entry in
|
|
// the .gnu_incremental_inputs section.
|
|
|
|
template<bool big_endian>
|
|
class Incremental_global_symbol_reader
|
|
{
|
|
private:
|
|
typedef elfcpp::Swap<32, big_endian> Swap32;
|
|
|
|
public:
|
|
Incremental_global_symbol_reader(const unsigned char* p)
|
|
: p_(p)
|
|
{ }
|
|
|
|
unsigned int
|
|
output_symndx() const
|
|
{ return Swap32::readval(this->p_); }
|
|
|
|
unsigned int
|
|
shndx() const
|
|
{ return Swap32::readval(this->p_ + 4); }
|
|
|
|
unsigned int
|
|
next_offset() const
|
|
{ return Swap32::readval(this->p_ + 8); }
|
|
|
|
unsigned int
|
|
reloc_count() const
|
|
{ return Swap32::readval(this->p_ + 12); }
|
|
|
|
unsigned int
|
|
reloc_offset() const
|
|
{ return Swap32::readval(this->p_ + 16); }
|
|
|
|
private:
|
|
// Base address of the symbol entry.
|
|
const unsigned char* p_;
|
|
};
|
|
|
|
// Reader class for .gnu_incremental_inputs section.
|
|
|
|
template<int size, bool big_endian>
|
|
class Incremental_inputs_reader
|
|
{
|
|
private:
|
|
typedef elfcpp::Swap<size, big_endian> Swap;
|
|
typedef elfcpp::Swap<16, big_endian> Swap16;
|
|
typedef elfcpp::Swap<32, big_endian> Swap32;
|
|
typedef elfcpp::Swap<64, big_endian> Swap64;
|
|
|
|
public:
|
|
Incremental_inputs_reader()
|
|
: p_(NULL), strtab_(NULL, 0), input_file_count_(0)
|
|
{ }
|
|
|
|
Incremental_inputs_reader(const unsigned char* p,
|
|
const elfcpp::Elf_strtab& strtab)
|
|
: p_(p), strtab_(strtab)
|
|
{ this->input_file_count_ = Swap32::readval(this->p_ + 4); }
|
|
|
|
// Return the version number.
|
|
unsigned int
|
|
version() const
|
|
{ return Swap32::readval(this->p_); }
|
|
|
|
// Return the count of input file entries.
|
|
unsigned int
|
|
input_file_count() const
|
|
{ return this->input_file_count_; }
|
|
|
|
// Return the command line.
|
|
const char*
|
|
command_line() const
|
|
{
|
|
unsigned int offset = Swap32::readval(this->p_ + 8);
|
|
return this->get_string(offset);
|
|
}
|
|
|
|
// Reader class for an input file entry and its supplemental info.
|
|
class Incremental_input_entry_reader
|
|
{
|
|
public:
|
|
Incremental_input_entry_reader(const Incremental_inputs_reader* inputs,
|
|
unsigned int offset)
|
|
: inputs_(inputs), offset_(offset)
|
|
{
|
|
this->info_offset_ = Swap32::readval(inputs->p_ + offset + 4);
|
|
this->flags_ = Swap16::readval(this->inputs_->p_ + offset + 20);
|
|
}
|
|
|
|
// Return the filename.
|
|
const char*
|
|
filename() const
|
|
{
|
|
unsigned int offset = Swap32::readval(this->inputs_->p_ + this->offset_);
|
|
return this->inputs_->get_string(offset);
|
|
}
|
|
|
|
// Return the argument serial number.
|
|
unsigned int
|
|
arg_serial() const
|
|
{
|
|
return Swap16::readval(this->inputs_->p_ + this->offset_ + 22);
|
|
}
|
|
|
|
// Return the timestamp.
|
|
Timespec
|
|
get_mtime() const
|
|
{
|
|
Timespec t;
|
|
const unsigned char* p = this->inputs_->p_ + this->offset_ + 8;
|
|
t.seconds = Swap64::readval(p);
|
|
t.nanoseconds = Swap32::readval(p+8);
|
|
return t;
|
|
}
|
|
|
|
// Return the type of input file.
|
|
Incremental_input_type
|
|
type() const
|
|
{ return static_cast<Incremental_input_type>(this->flags_ & 0xff); }
|
|
|
|
// Return TRUE if the file was found in a system directory.
|
|
bool
|
|
is_in_system_directory() const
|
|
{ return (this->flags_ & INCREMENTAL_INPUT_IN_SYSTEM_DIR) != 0; }
|
|
|
|
// Return the input section count -- for objects only.
|
|
unsigned int
|
|
get_input_section_count() const
|
|
{
|
|
gold_assert(this->type() == INCREMENTAL_INPUT_OBJECT
|
|
|| this->type() == INCREMENTAL_INPUT_ARCHIVE_MEMBER);
|
|
return Swap32::readval(this->inputs_->p_ + this->info_offset_);
|
|
}
|
|
|
|
// Return the offset of the supplemental info for symbol SYMNDX --
|
|
// for objects only.
|
|
unsigned int
|
|
get_symbol_offset(unsigned int symndx) const
|
|
{
|
|
gold_assert(this->type() == INCREMENTAL_INPUT_OBJECT
|
|
|| this->type() == INCREMENTAL_INPUT_ARCHIVE_MEMBER);
|
|
|
|
unsigned int section_count = this->get_input_section_count();
|
|
return (this->info_offset_ + 8
|
|
+ section_count * input_section_entry_size
|
|
+ symndx * 20);
|
|
}
|
|
|
|
// Return the global symbol count -- for objects & shared libraries only.
|
|
unsigned int
|
|
get_global_symbol_count() const
|
|
{
|
|
switch (this->type())
|
|
{
|
|
case INCREMENTAL_INPUT_OBJECT:
|
|
case INCREMENTAL_INPUT_ARCHIVE_MEMBER:
|
|
return Swap32::readval(this->inputs_->p_ + this->info_offset_ + 4);
|
|
case INCREMENTAL_INPUT_SHARED_LIBRARY:
|
|
return Swap32::readval(this->inputs_->p_ + this->info_offset_);
|
|
default:
|
|
gold_unreachable();
|
|
}
|
|
}
|
|
|
|
// Return the object count -- for scripts only.
|
|
unsigned int
|
|
get_object_count() const
|
|
{
|
|
gold_assert(this->type() == INCREMENTAL_INPUT_SCRIPT);
|
|
return Swap32::readval(this->inputs_->p_ + this->info_offset_);
|
|
}
|
|
|
|
// Return the input file offset for object N -- for scripts only.
|
|
unsigned int
|
|
get_object_offset(unsigned int n) const
|
|
{
|
|
gold_assert(this->type() == INCREMENTAL_INPUT_SCRIPT);
|
|
return Swap32::readval(this->inputs_->p_ + this->info_offset_
|
|
+ 4 + n * 4);
|
|
}
|
|
|
|
// Return the member count -- for archives only.
|
|
unsigned int
|
|
get_member_count() const
|
|
{
|
|
gold_assert(this->type() == INCREMENTAL_INPUT_ARCHIVE);
|
|
return Swap32::readval(this->inputs_->p_ + this->info_offset_);
|
|
}
|
|
|
|
// Return the unused symbol count -- for archives only.
|
|
unsigned int
|
|
get_unused_symbol_count() const
|
|
{
|
|
gold_assert(this->type() == INCREMENTAL_INPUT_ARCHIVE);
|
|
return Swap32::readval(this->inputs_->p_ + this->info_offset_ + 4);
|
|
}
|
|
|
|
// Return the input file offset for archive member N -- for archives only.
|
|
unsigned int
|
|
get_member_offset(unsigned int n) const
|
|
{
|
|
gold_assert(this->type() == INCREMENTAL_INPUT_ARCHIVE);
|
|
return Swap32::readval(this->inputs_->p_ + this->info_offset_
|
|
+ 8 + n * 4);
|
|
}
|
|
|
|
// Return the Nth unused global symbol -- for archives only.
|
|
const char*
|
|
get_unused_symbol(unsigned int n) const
|
|
{
|
|
gold_assert(this->type() == INCREMENTAL_INPUT_ARCHIVE);
|
|
unsigned int member_count = this->get_member_count();
|
|
unsigned int offset = Swap32::readval(this->inputs_->p_
|
|
+ this->info_offset_ + 8
|
|
+ member_count * 4
|
|
+ n * 4);
|
|
return this->inputs_->get_string(offset);
|
|
}
|
|
|
|
// Information about an input section.
|
|
struct Input_section_info
|
|
{
|
|
const char* name;
|
|
unsigned int output_shndx;
|
|
off_t sh_offset;
|
|
off_t sh_size;
|
|
};
|
|
|
|
// Return info about the Nth input section -- for objects only.
|
|
Input_section_info
|
|
get_input_section(unsigned int n) const
|
|
{
|
|
Input_section_info info;
|
|
const unsigned char* p = (this->inputs_->p_
|
|
+ this->info_offset_ + 8
|
|
+ n * input_section_entry_size);
|
|
unsigned int name_offset = Swap32::readval(p);
|
|
info.name = this->inputs_->get_string(name_offset);
|
|
info.output_shndx = Swap32::readval(p + 4);
|
|
info.sh_offset = Swap::readval(p + 8);
|
|
info.sh_size = Swap::readval(p + 8 + size / 8);
|
|
return info;
|
|
}
|
|
|
|
// Return info about the Nth global symbol -- for objects only.
|
|
Incremental_global_symbol_reader<big_endian>
|
|
get_global_symbol_reader(unsigned int n) const
|
|
{
|
|
gold_assert(this->type() == INCREMENTAL_INPUT_OBJECT
|
|
|| this->type() == INCREMENTAL_INPUT_ARCHIVE_MEMBER);
|
|
unsigned int section_count = this->get_input_section_count();
|
|
const unsigned char* p = (this->inputs_->p_
|
|
+ this->info_offset_ + 8
|
|
+ section_count * input_section_entry_size
|
|
+ n * 20);
|
|
return Incremental_global_symbol_reader<big_endian>(p);
|
|
}
|
|
|
|
// Return the output symbol index for the Nth global symbol -- for shared
|
|
// libraries only. Sets *IS_DEF to TRUE if the symbol is defined in this
|
|
// input file.
|
|
unsigned int
|
|
get_output_symbol_index(unsigned int n, bool* is_def)
|
|
{
|
|
gold_assert(this->type() == INCREMENTAL_INPUT_SHARED_LIBRARY);
|
|
const unsigned char* p = (this->inputs_->p_
|
|
+ this->info_offset_ + 4
|
|
+ n * 4);
|
|
unsigned int output_symndx = Swap32::readval(p);
|
|
*is_def = (output_symndx & (1U << 31)) != 0;
|
|
return output_symndx & ((1U << 31) - 1);
|
|
}
|
|
|
|
private:
|
|
// Size of an input section entry.
|
|
static const unsigned int input_section_entry_size = 8 + 2 * size / 8;
|
|
// The reader instance for the containing section.
|
|
const Incremental_inputs_reader* inputs_;
|
|
// The flags, including the type of input file.
|
|
unsigned int flags_;
|
|
// Section offset to the input file entry.
|
|
unsigned int offset_;
|
|
// Section offset to the supplemental info for the input file.
|
|
unsigned int info_offset_;
|
|
};
|
|
|
|
// Return the offset of an input file entry given its index N.
|
|
unsigned int
|
|
input_file_offset(unsigned int n) const
|
|
{
|
|
gold_assert(n < this->input_file_count_);
|
|
return 16 + n * 24;
|
|
}
|
|
|
|
// Return the index of an input file entry given its OFFSET.
|
|
unsigned int
|
|
input_file_index(unsigned int offset) const
|
|
{
|
|
int n = (offset - 16) / 24;
|
|
gold_assert(input_file_offset(n) == offset);
|
|
return n;
|
|
}
|
|
|
|
// Return a reader for the Nth input file entry.
|
|
Incremental_input_entry_reader
|
|
input_file(unsigned int n) const
|
|
{ return Incremental_input_entry_reader(this, this->input_file_offset(n)); }
|
|
|
|
// Return a reader for the input file entry at OFFSET.
|
|
Incremental_input_entry_reader
|
|
input_file_at_offset(unsigned int offset) const
|
|
{
|
|
gold_assert(offset < 16 + this->input_file_count_ * 24);
|
|
return Incremental_input_entry_reader(this, offset);
|
|
}
|
|
|
|
private:
|
|
// Lookup a string in the ELF string table.
|
|
const char* get_string(unsigned int offset) const
|
|
{
|
|
const char* s;
|
|
if (this->strtab_.get_c_string(offset, &s))
|
|
return s;
|
|
return NULL;
|
|
}
|
|
|
|
// Base address of the .gnu_incremental_inputs section.
|
|
const unsigned char* p_;
|
|
// The associated ELF string table.
|
|
elfcpp::Elf_strtab strtab_;
|
|
// The number of input file entries in this section.
|
|
unsigned int input_file_count_;
|
|
};
|
|
|
|
// Reader class for the .gnu_incremental_symtab section.
|
|
|
|
template<bool big_endian>
|
|
class Incremental_symtab_reader
|
|
{
|
|
public:
|
|
Incremental_symtab_reader()
|
|
: p_(NULL), len_(0)
|
|
{ }
|
|
|
|
Incremental_symtab_reader(const unsigned char* p, off_t len)
|
|
: p_(p), len_(len)
|
|
{ }
|
|
|
|
// Return the count of symbols in this section.
|
|
unsigned int
|
|
symbol_count() const
|
|
{ return static_cast<unsigned int>(this->len_ / 4); }
|
|
|
|
// Return the list head for symbol table entry N.
|
|
unsigned int
|
|
get_list_head(unsigned int n) const
|
|
{ return elfcpp::Swap<32, big_endian>::readval(this->p_ + 4 * n); }
|
|
|
|
private:
|
|
// Base address of the .gnu_incremental_relocs section.
|
|
const unsigned char* p_;
|
|
// Size of the section.
|
|
off_t len_;
|
|
};
|
|
|
|
// Reader class for the .gnu_incremental_relocs section.
|
|
|
|
template<int size, bool big_endian>
|
|
class Incremental_relocs_reader
|
|
{
|
|
private:
|
|
// Size of each field.
|
|
static const unsigned int field_size = size / 8;
|
|
|
|
public:
|
|
typedef typename elfcpp::Elf_types<size>::Elf_Addr Address;
|
|
typedef typename elfcpp::Elf_types<size>::Elf_Swxword Addend;
|
|
|
|
// Size of each entry.
|
|
static const unsigned int reloc_size = 8 + 2 * field_size;
|
|
|
|
Incremental_relocs_reader()
|
|
: p_(NULL), len_(0)
|
|
{ }
|
|
|
|
Incremental_relocs_reader(const unsigned char* p, off_t len)
|
|
: p_(p), len_(len)
|
|
{ }
|
|
|
|
// Return the count of relocations in this section.
|
|
unsigned int
|
|
reloc_count() const
|
|
{ return static_cast<unsigned int>(this->len_ / reloc_size); }
|
|
|
|
// Return the relocation type for relocation entry at offset OFF.
|
|
unsigned int
|
|
get_r_type(unsigned int off) const
|
|
{ return elfcpp::Swap<32, big_endian>::readval(this->p_ + off); }
|
|
|
|
// Return the output section index for relocation entry at offset OFF.
|
|
unsigned int
|
|
get_r_shndx(unsigned int off) const
|
|
{ return elfcpp::Swap<32, big_endian>::readval(this->p_ + off + 4); }
|
|
|
|
// Return the output section offset for relocation entry at offset OFF.
|
|
Address
|
|
get_r_offset(unsigned int off) const
|
|
{ return elfcpp::Swap<size, big_endian>::readval(this->p_ + off + 8); }
|
|
|
|
// Return the addend for relocation entry at offset OFF.
|
|
Addend
|
|
get_r_addend(unsigned int off) const
|
|
{
|
|
return elfcpp::Swap<size, big_endian>::readval(this->p_ + off + 8
|
|
+ this->field_size);
|
|
}
|
|
|
|
// Return a pointer to the relocation entry at offset OFF.
|
|
const unsigned char*
|
|
data(unsigned int off) const
|
|
{ return this->p_ + off; }
|
|
|
|
private:
|
|
// Base address of the .gnu_incremental_relocs section.
|
|
const unsigned char* p_;
|
|
// Size of the section.
|
|
off_t len_;
|
|
};
|
|
|
|
// Reader class for the .gnu_incremental_got_plt section.
|
|
|
|
template<bool big_endian>
|
|
class Incremental_got_plt_reader
|
|
{
|
|
public:
|
|
Incremental_got_plt_reader()
|
|
: p_(NULL), got_count_(0), got_desc_p_(NULL), plt_desc_p_(NULL)
|
|
{ }
|
|
|
|
Incremental_got_plt_reader(const unsigned char* p) : p_(p)
|
|
{
|
|
this->got_count_ = elfcpp::Swap<32, big_endian>::readval(p);
|
|
this->got_desc_p_ = p + 8 + ((this->got_count_ + 3) & ~3);
|
|
this->plt_desc_p_ = this->got_desc_p_ + this->got_count_ * 4;
|
|
}
|
|
|
|
// Return the GOT entry count.
|
|
unsigned int
|
|
get_got_entry_count() const
|
|
{
|
|
return this->got_count_;
|
|
}
|
|
|
|
// Return the PLT entry count.
|
|
unsigned int
|
|
get_plt_entry_count() const
|
|
{
|
|
return elfcpp::Swap<32, big_endian>::readval(this->p_ + 4);
|
|
}
|
|
|
|
// Return the GOT type for GOT entry N.
|
|
unsigned int
|
|
get_got_type(unsigned int n)
|
|
{
|
|
return this->p_[8 + n];
|
|
}
|
|
|
|
// Return the GOT descriptor for GOT entry N.
|
|
unsigned int
|
|
get_got_desc(unsigned int n)
|
|
{
|
|
return elfcpp::Swap<32, big_endian>::readval(this->got_desc_p_ + n * 4);
|
|
}
|
|
|
|
// Return the PLT descriptor for PLT entry N.
|
|
unsigned int
|
|
get_plt_desc(unsigned int n)
|
|
{
|
|
return elfcpp::Swap<32, big_endian>::readval(this->plt_desc_p_ + n * 4);
|
|
}
|
|
|
|
private:
|
|
// Base address of the .gnu_incremental_got_plt section.
|
|
const unsigned char* p_;
|
|
// GOT entry count.
|
|
unsigned int got_count_;
|
|
// Base address of the GOT descriptor array.
|
|
const unsigned char* got_desc_p_;
|
|
// Base address of the PLT descriptor array.
|
|
const unsigned char* plt_desc_p_;
|
|
};
|
|
|
|
// An object representing the ELF file we edit during an incremental build.
|
|
// Similar to Object or Dynobj, but operates on Output_file and contains
|
|
// methods to support incremental updating. This is the abstract parent class
|
|
// implemented in Sized_incremental_binary<size, big_endian> for a specific
|
|
// endianness and size.
|
|
|
|
class Incremental_binary
|
|
{
|
|
public:
|
|
Incremental_binary(Output_file* output, Target* target)
|
|
: input_args_map_(), library_map_(), script_map_(),
|
|
output_(output), target_(target)
|
|
{ }
|
|
|
|
virtual
|
|
~Incremental_binary()
|
|
{ }
|
|
|
|
// Check the .gnu_incremental_inputs section to see whether an incremental
|
|
// build is possible.
|
|
bool
|
|
check_inputs(const Command_line& cmdline,
|
|
Incremental_inputs* incremental_inputs)
|
|
{ return this->do_check_inputs(cmdline, incremental_inputs); }
|
|
|
|
// Report an error.
|
|
void
|
|
error(const char* format, ...) const ATTRIBUTE_PRINTF_2;
|
|
|
|
// Proxy class for a sized Incremental_input_entry_reader.
|
|
|
|
class Input_reader
|
|
{
|
|
public:
|
|
Input_reader()
|
|
{ }
|
|
|
|
virtual
|
|
~Input_reader()
|
|
{ }
|
|
|
|
const char*
|
|
filename() const
|
|
{ return this->do_filename(); }
|
|
|
|
Timespec
|
|
get_mtime() const
|
|
{ return this->do_get_mtime(); }
|
|
|
|
Incremental_input_type
|
|
type() const
|
|
{ return this->do_type(); }
|
|
|
|
unsigned int
|
|
arg_serial() const
|
|
{ return this->do_arg_serial(); }
|
|
|
|
unsigned int
|
|
get_unused_symbol_count() const
|
|
{ return this->do_get_unused_symbol_count(); }
|
|
|
|
const char*
|
|
get_unused_symbol(unsigned int n) const
|
|
{ return this->do_get_unused_symbol(n); }
|
|
|
|
protected:
|
|
virtual const char*
|
|
do_filename() const = 0;
|
|
|
|
virtual Timespec
|
|
do_get_mtime() const = 0;
|
|
|
|
virtual Incremental_input_type
|
|
do_type() const = 0;
|
|
|
|
virtual unsigned int
|
|
do_arg_serial() const = 0;
|
|
|
|
virtual unsigned int
|
|
do_get_unused_symbol_count() const = 0;
|
|
|
|
virtual const char*
|
|
do_get_unused_symbol(unsigned int n) const = 0;
|
|
};
|
|
|
|
// Return the number of input files.
|
|
unsigned int
|
|
input_file_count() const
|
|
{ return this->do_input_file_count(); }
|
|
|
|
// Return an Input_reader for input file N.
|
|
const Input_reader*
|
|
get_input_reader(unsigned int n) const
|
|
{ return this->do_get_input_reader(n); }
|
|
|
|
// Return TRUE if the input file N has changed since the last link.
|
|
bool
|
|
file_has_changed(unsigned int n) const
|
|
{ return this->do_file_has_changed(n); }
|
|
|
|
// Return the Input_argument for input file N. Returns NULL if
|
|
// the Input_argument is not available.
|
|
const Input_argument*
|
|
get_input_argument(unsigned int n) const
|
|
{
|
|
const Input_reader* input_file = this->do_get_input_reader(n);
|
|
unsigned int arg_serial = input_file->arg_serial();
|
|
if (arg_serial == 0 || arg_serial > this->input_args_map_.size())
|
|
return NULL;
|
|
return this->input_args_map_[arg_serial - 1];
|
|
}
|
|
|
|
// Return an Incremental_library for the given input file.
|
|
Incremental_library*
|
|
get_library(unsigned int n)
|
|
{ return this->library_map_[n]; }
|
|
|
|
// Return a Script_info for the given input file.
|
|
Script_info*
|
|
get_script_info(unsigned int n)
|
|
{ return this->script_map_[n]; }
|
|
|
|
// Initialize the layout of the output file based on the existing
|
|
// output file.
|
|
void
|
|
init_layout(Layout* layout)
|
|
{ this->do_init_layout(layout); }
|
|
|
|
// Mark regions of the input file that must be kept unchanged.
|
|
void
|
|
reserve_layout(unsigned int input_file_index)
|
|
{ this->do_reserve_layout(input_file_index); }
|
|
|
|
// Functions and types for the elfcpp::Elf_file interface. This
|
|
// permit us to use Incremental_binary as the File template parameter for
|
|
// elfcpp::Elf_file.
|
|
|
|
// The View class is returned by view. It must support a single
|
|
// method, data(). This is trivial, because Output_file::get_output_view
|
|
// does what we need.
|
|
class View
|
|
{
|
|
public:
|
|
View(const unsigned char* p)
|
|
: p_(p)
|
|
{ }
|
|
|
|
const unsigned char*
|
|
data() const
|
|
{ return this->p_; }
|
|
|
|
private:
|
|
const unsigned char* p_;
|
|
};
|
|
|
|
// Return a View.
|
|
View
|
|
view(off_t file_offset, section_size_type data_size)
|
|
{ return View(this->output_->get_input_view(file_offset, data_size)); }
|
|
|
|
// A location in the file.
|
|
struct Location
|
|
{
|
|
off_t file_offset;
|
|
off_t data_size;
|
|
|
|
Location(off_t fo, section_size_type ds)
|
|
: file_offset(fo), data_size(ds)
|
|
{ }
|
|
|
|
Location()
|
|
: file_offset(0), data_size(0)
|
|
{ }
|
|
};
|
|
|
|
// Get a View given a Location.
|
|
View
|
|
view(Location loc)
|
|
{ return View(this->view(loc.file_offset, loc.data_size)); }
|
|
|
|
// Return the Output_file.
|
|
Output_file*
|
|
output_file()
|
|
{ return this->output_; }
|
|
|
|
protected:
|
|
// Check the .gnu_incremental_inputs section to see whether an incremental
|
|
// build is possible.
|
|
virtual bool
|
|
do_check_inputs(const Command_line& cmdline,
|
|
Incremental_inputs* incremental_inputs) = 0;
|
|
|
|
// Return TRUE if input file N has changed since the last incremental link.
|
|
virtual bool
|
|
do_file_has_changed(unsigned int n) const = 0;
|
|
|
|
// Initialize the layout of the output file based on the existing
|
|
// output file.
|
|
virtual void
|
|
do_init_layout(Layout* layout) = 0;
|
|
|
|
// Mark regions of the input file that must be kept unchanged.
|
|
virtual void
|
|
do_reserve_layout(unsigned int input_file_index) = 0;
|
|
|
|
virtual unsigned int
|
|
do_input_file_count() const = 0;
|
|
|
|
virtual const Input_reader*
|
|
do_get_input_reader(unsigned int) const = 0;
|
|
|
|
// Map from input file index to Input_argument.
|
|
std::vector<const Input_argument*> input_args_map_;
|
|
// Map from an input file index to an Incremental_library.
|
|
std::vector<Incremental_library*> library_map_;
|
|
// Map from an input file index to a Script_info.
|
|
std::vector<Script_info*> script_map_;
|
|
|
|
private:
|
|
// Edited output file object.
|
|
Output_file* output_;
|
|
// Target of the output file.
|
|
Target* target_;
|
|
};
|
|
|
|
template<int size, bool big_endian>
|
|
class Sized_incremental_binary : public Incremental_binary
|
|
{
|
|
public:
|
|
Sized_incremental_binary(Output_file* output,
|
|
const elfcpp::Ehdr<size, big_endian>& ehdr,
|
|
Target* target)
|
|
: Incremental_binary(output, target), elf_file_(this, ehdr),
|
|
section_map_(), has_incremental_info_(false), inputs_reader_(),
|
|
symtab_reader_(), relocs_reader_(), got_plt_reader_(),
|
|
input_entry_readers_()
|
|
{ this->setup_readers(); }
|
|
|
|
// Returns TRUE if the file contains incremental info.
|
|
bool
|
|
has_incremental_info() const
|
|
{ return this->has_incremental_info_; }
|
|
|
|
// Return the Output_section for section index SHNDX.
|
|
Output_section*
|
|
output_section(unsigned int shndx)
|
|
{ return this->section_map_[shndx]; }
|
|
|
|
// Readers for the incremental info sections.
|
|
|
|
const Incremental_inputs_reader<size, big_endian>&
|
|
inputs_reader() const
|
|
{ return this->inputs_reader_; }
|
|
|
|
const Incremental_symtab_reader<big_endian>&
|
|
symtab_reader() const
|
|
{ return this->symtab_reader_; }
|
|
|
|
const Incremental_relocs_reader<size, big_endian>&
|
|
relocs_reader() const
|
|
{ return this->relocs_reader_; }
|
|
|
|
const Incremental_got_plt_reader<big_endian>&
|
|
got_plt_reader() const
|
|
{ return this->got_plt_reader_; }
|
|
|
|
void
|
|
get_symtab_view(View* symtab_view, unsigned int* sym_count,
|
|
elfcpp::Elf_strtab* strtab);
|
|
|
|
protected:
|
|
typedef Incremental_inputs_reader<size, big_endian> Inputs_reader;
|
|
typedef typename Inputs_reader::Incremental_input_entry_reader
|
|
Input_entry_reader;
|
|
|
|
virtual bool
|
|
do_check_inputs(const Command_line& cmdline,
|
|
Incremental_inputs* incremental_inputs);
|
|
|
|
// Return TRUE if input file N has changed since the last incremental link.
|
|
virtual bool
|
|
do_file_has_changed(unsigned int n) const;
|
|
|
|
// Initialize the layout of the output file based on the existing
|
|
// output file.
|
|
virtual void
|
|
do_init_layout(Layout* layout);
|
|
|
|
// Mark regions of the input file that must be kept unchanged.
|
|
virtual void
|
|
do_reserve_layout(unsigned int input_file_index);
|
|
|
|
// Proxy class for a sized Incremental_input_entry_reader.
|
|
|
|
class Sized_input_reader : public Input_reader
|
|
{
|
|
public:
|
|
Sized_input_reader(Input_entry_reader r)
|
|
: Input_reader(), reader_(r)
|
|
{ }
|
|
|
|
virtual
|
|
~Sized_input_reader()
|
|
{ }
|
|
|
|
private:
|
|
const char*
|
|
do_filename() const
|
|
{ return this->reader_.filename(); }
|
|
|
|
Timespec
|
|
do_get_mtime() const
|
|
{ return this->reader_.get_mtime(); }
|
|
|
|
Incremental_input_type
|
|
do_type() const
|
|
{ return this->reader_.type(); }
|
|
|
|
unsigned int
|
|
do_arg_serial() const
|
|
{ return this->reader_.arg_serial(); }
|
|
|
|
unsigned int
|
|
do_get_unused_symbol_count() const
|
|
{ return this->reader_.get_unused_symbol_count(); }
|
|
|
|
const char*
|
|
do_get_unused_symbol(unsigned int n) const
|
|
{ return this->reader_.get_unused_symbol(n); }
|
|
|
|
Input_entry_reader reader_;
|
|
};
|
|
|
|
virtual unsigned int
|
|
do_input_file_count() const
|
|
{ return this->inputs_reader_.input_file_count(); }
|
|
|
|
virtual const Input_reader*
|
|
do_get_input_reader(unsigned int n) const
|
|
{
|
|
gold_assert(n < this->input_entry_readers_.size());
|
|
return &this->input_entry_readers_[n];
|
|
}
|
|
|
|
private:
|
|
bool
|
|
find_incremental_inputs_sections(unsigned int* p_inputs_shndx,
|
|
unsigned int* p_symtab_shndx,
|
|
unsigned int* p_relocs_shndx,
|
|
unsigned int* p_got_plt_shndx,
|
|
unsigned int* p_strtab_shndx);
|
|
|
|
void
|
|
setup_readers();
|
|
|
|
// Output as an ELF file.
|
|
elfcpp::Elf_file<size, big_endian, Incremental_binary> elf_file_;
|
|
|
|
// Map section index to an Output_section in the updated layout.
|
|
std::vector<Output_section*> section_map_;
|
|
|
|
// Readers for the incremental info sections.
|
|
bool has_incremental_info_;
|
|
Incremental_inputs_reader<size, big_endian> inputs_reader_;
|
|
Incremental_symtab_reader<big_endian> symtab_reader_;
|
|
Incremental_relocs_reader<size, big_endian> relocs_reader_;
|
|
Incremental_got_plt_reader<big_endian> got_plt_reader_;
|
|
std::vector<Sized_input_reader> input_entry_readers_;
|
|
};
|
|
|
|
// An incremental Relobj. This class represents a relocatable object
|
|
// that has not changed since the last incremental link, and whose contents
|
|
// can be used directly from the base file.
|
|
|
|
template<int size, bool big_endian>
|
|
class Sized_incr_relobj : public Sized_relobj_base<size, big_endian>
|
|
{
|
|
public:
|
|
typedef typename elfcpp::Elf_types<size>::Elf_Addr Address;
|
|
typedef typename Sized_relobj_base<size, big_endian>::Symbols Symbols;
|
|
|
|
static const Address invalid_address = static_cast<Address>(0) - 1;
|
|
|
|
Sized_incr_relobj(const std::string& name,
|
|
Sized_incremental_binary<size, big_endian>* ibase,
|
|
unsigned int input_file_index);
|
|
|
|
// Checks if the offset of input section SHNDX within its output
|
|
// section is invalid.
|
|
bool
|
|
is_output_section_offset_invalid(unsigned int shndx) const
|
|
{ return this->section_offsets_[shndx] == invalid_address; }
|
|
|
|
// Get the offset of input section SHNDX within its output section.
|
|
// This is -1 if the input section requires a special mapping, such
|
|
// as a merge section. The output section can be found in the
|
|
// output_sections_ field of the parent class Incrobj.
|
|
uint64_t
|
|
do_output_section_offset(unsigned int shndx) const
|
|
{
|
|
gold_assert(shndx < this->section_offsets_.size());
|
|
Address off = this->section_offsets_[shndx];
|
|
if (off == invalid_address)
|
|
return -1ULL;
|
|
return off;
|
|
}
|
|
|
|
private:
|
|
typedef typename Sized_relobj_base<size, big_endian>::Output_sections
|
|
Output_sections;
|
|
typedef Incremental_inputs_reader<size, big_endian> Inputs_reader;
|
|
typedef typename Inputs_reader::Incremental_input_entry_reader
|
|
Input_entry_reader;
|
|
|
|
// Return TRUE if this is an incremental (unchanged) input file.
|
|
bool
|
|
do_is_incremental() const
|
|
{ return true; }
|
|
|
|
// Return the last modified time of the file.
|
|
Timespec
|
|
do_get_mtime()
|
|
{ return this->input_reader_.get_mtime(); }
|
|
|
|
// Read the symbols.
|
|
void
|
|
do_read_symbols(Read_symbols_data*);
|
|
|
|
// Lay out the input sections.
|
|
void
|
|
do_layout(Symbol_table*, Layout*, Read_symbols_data*);
|
|
|
|
// Layout sections whose layout was deferred while waiting for
|
|
// input files from a plugin.
|
|
void
|
|
do_layout_deferred_sections(Layout*);
|
|
|
|
// Add the symbols to the symbol table.
|
|
void
|
|
do_add_symbols(Symbol_table*, Read_symbols_data*, Layout*);
|
|
|
|
Archive::Should_include
|
|
do_should_include_member(Symbol_table* symtab, Layout*, Read_symbols_data*,
|
|
std::string* why);
|
|
|
|
// Iterate over global symbols, calling a visitor class V for each.
|
|
void
|
|
do_for_all_global_symbols(Read_symbols_data* sd,
|
|
Library_base::Symbol_visitor_base* v);
|
|
|
|
// Iterate over local symbols, calling a visitor class V for each GOT offset
|
|
// associated with a local symbol.
|
|
void
|
|
do_for_all_local_got_entries(Got_offset_list::Visitor* v) const;
|
|
|
|
// Get the size of a section.
|
|
uint64_t
|
|
do_section_size(unsigned int shndx);
|
|
|
|
// Get the name of a section.
|
|
std::string
|
|
do_section_name(unsigned int shndx);
|
|
|
|
// Return a view of the contents of a section.
|
|
Object::Location
|
|
do_section_contents(unsigned int shndx);
|
|
|
|
// Return section flags.
|
|
uint64_t
|
|
do_section_flags(unsigned int shndx);
|
|
|
|
// Return section entsize.
|
|
uint64_t
|
|
do_section_entsize(unsigned int shndx);
|
|
|
|
// Return section address.
|
|
uint64_t
|
|
do_section_address(unsigned int shndx);
|
|
|
|
// Return section type.
|
|
unsigned int
|
|
do_section_type(unsigned int shndx);
|
|
|
|
// Return the section link field.
|
|
unsigned int
|
|
do_section_link(unsigned int shndx);
|
|
|
|
// Return the section link field.
|
|
unsigned int
|
|
do_section_info(unsigned int shndx);
|
|
|
|
// Return the section alignment.
|
|
uint64_t
|
|
do_section_addralign(unsigned int shndx);
|
|
|
|
// Return the Xindex structure to use.
|
|
Xindex*
|
|
do_initialize_xindex();
|
|
|
|
// Get symbol counts.
|
|
void
|
|
do_get_global_symbol_counts(const Symbol_table*, size_t*, size_t*) const;
|
|
|
|
// Get global symbols.
|
|
const Symbols*
|
|
do_get_global_symbols() const
|
|
{ return &this->symbols_; }
|
|
|
|
// Return the number of local symbols.
|
|
unsigned int
|
|
do_local_symbol_count() const
|
|
{ return 0; }
|
|
|
|
// Read the relocs.
|
|
void
|
|
do_read_relocs(Read_relocs_data*);
|
|
|
|
// Process the relocs to find list of referenced sections. Used only
|
|
// during garbage collection.
|
|
void
|
|
do_gc_process_relocs(Symbol_table*, Layout*, Read_relocs_data*);
|
|
|
|
// Scan the relocs and adjust the symbol table.
|
|
void
|
|
do_scan_relocs(Symbol_table*, Layout*, Read_relocs_data*);
|
|
|
|
// Count the local symbols.
|
|
void
|
|
do_count_local_symbols(Stringpool_template<char>*,
|
|
Stringpool_template<char>*);
|
|
|
|
// Finalize the local symbols.
|
|
unsigned int
|
|
do_finalize_local_symbols(unsigned int, off_t, Symbol_table*);
|
|
|
|
// Set the offset where local dynamic symbol information will be stored.
|
|
unsigned int
|
|
do_set_local_dynsym_indexes(unsigned int);
|
|
|
|
// Set the offset where local dynamic symbol information will be stored.
|
|
unsigned int
|
|
do_set_local_dynsym_offset(off_t);
|
|
|
|
// Relocate the input sections and write out the local symbols.
|
|
void
|
|
do_relocate(const Symbol_table* symtab, const Layout*, Output_file* of);
|
|
|
|
// Set the offset of a section.
|
|
void
|
|
do_set_section_offset(unsigned int shndx, uint64_t off);
|
|
|
|
// The Incremental_binary base file.
|
|
Sized_incremental_binary<size, big_endian>* ibase_;
|
|
// The index of the object in the input file list.
|
|
unsigned int input_file_index_;
|
|
// The reader for the input file.
|
|
Input_entry_reader input_reader_;
|
|
// The entries in the symbol table for the external symbols.
|
|
Symbols symbols_;
|
|
// For each input section, the offset of the input section in its
|
|
// output section. This is INVALID_ADDRESS if the input section requires a
|
|
// special mapping.
|
|
std::vector<Address> section_offsets_;
|
|
// The offset of the first incremental relocation for this object.
|
|
unsigned int incr_reloc_offset_;
|
|
// The number of incremental relocations for this object.
|
|
unsigned int incr_reloc_count_;
|
|
// The index of the first incremental relocation for this object in the
|
|
// updated output file.
|
|
unsigned int incr_reloc_output_index_;
|
|
// A copy of the incremental relocations from this object.
|
|
unsigned char* incr_relocs_;
|
|
};
|
|
|
|
// An incremental Dynobj. This class represents a shared object that has
|
|
// not changed since the last incremental link, and whose contents can be
|
|
// used directly from the base file.
|
|
|
|
template<int size, bool big_endian>
|
|
class Sized_incr_dynobj : public Dynobj
|
|
{
|
|
public:
|
|
typedef typename elfcpp::Elf_types<size>::Elf_Addr Address;
|
|
|
|
static const Address invalid_address = static_cast<Address>(0) - 1;
|
|
|
|
Sized_incr_dynobj(const std::string& name,
|
|
Sized_incremental_binary<size, big_endian>* ibase,
|
|
unsigned int input_file_index);
|
|
|
|
private:
|
|
typedef Incremental_inputs_reader<size, big_endian> Inputs_reader;
|
|
typedef typename Inputs_reader::Incremental_input_entry_reader
|
|
Input_entry_reader;
|
|
|
|
// Return TRUE if this is an incremental (unchanged) input file.
|
|
bool
|
|
do_is_incremental() const
|
|
{ return true; }
|
|
|
|
// Return the last modified time of the file.
|
|
Timespec
|
|
do_get_mtime()
|
|
{ return this->input_reader_.get_mtime(); }
|
|
|
|
// Read the symbols.
|
|
void
|
|
do_read_symbols(Read_symbols_data*);
|
|
|
|
// Lay out the input sections.
|
|
void
|
|
do_layout(Symbol_table*, Layout*, Read_symbols_data*);
|
|
|
|
// Add the symbols to the symbol table.
|
|
void
|
|
do_add_symbols(Symbol_table*, Read_symbols_data*, Layout*);
|
|
|
|
Archive::Should_include
|
|
do_should_include_member(Symbol_table* symtab, Layout*, Read_symbols_data*,
|
|
std::string* why);
|
|
|
|
// Iterate over global symbols, calling a visitor class V for each.
|
|
void
|
|
do_for_all_global_symbols(Read_symbols_data* sd,
|
|
Library_base::Symbol_visitor_base* v);
|
|
|
|
// Iterate over local symbols, calling a visitor class V for each GOT offset
|
|
// associated with a local symbol.
|
|
void
|
|
do_for_all_local_got_entries(Got_offset_list::Visitor* v) const;
|
|
|
|
// Get the size of a section.
|
|
uint64_t
|
|
do_section_size(unsigned int shndx);
|
|
|
|
// Get the name of a section.
|
|
std::string
|
|
do_section_name(unsigned int shndx);
|
|
|
|
// Return a view of the contents of a section.
|
|
Object::Location
|
|
do_section_contents(unsigned int shndx);
|
|
|
|
// Return section flags.
|
|
uint64_t
|
|
do_section_flags(unsigned int shndx);
|
|
|
|
// Return section entsize.
|
|
uint64_t
|
|
do_section_entsize(unsigned int shndx);
|
|
|
|
// Return section address.
|
|
uint64_t
|
|
do_section_address(unsigned int shndx);
|
|
|
|
// Return section type.
|
|
unsigned int
|
|
do_section_type(unsigned int shndx);
|
|
|
|
// Return the section link field.
|
|
unsigned int
|
|
do_section_link(unsigned int shndx);
|
|
|
|
// Return the section link field.
|
|
unsigned int
|
|
do_section_info(unsigned int shndx);
|
|
|
|
// Return the section alignment.
|
|
uint64_t
|
|
do_section_addralign(unsigned int shndx);
|
|
|
|
// Return the Xindex structure to use.
|
|
Xindex*
|
|
do_initialize_xindex();
|
|
|
|
// Get symbol counts.
|
|
void
|
|
do_get_global_symbol_counts(const Symbol_table*, size_t*, size_t*) const;
|
|
|
|
// Get global symbols.
|
|
const Symbols*
|
|
do_get_global_symbols() const
|
|
{ return &this->symbols_; }
|
|
|
|
// The Incremental_binary base file.
|
|
Sized_incremental_binary<size, big_endian>* ibase_;
|
|
// The index of the object in the input file list.
|
|
unsigned int input_file_index_;
|
|
// The reader for the input file.
|
|
Input_entry_reader input_reader_;
|
|
// The entries in the symbol table for the external symbols.
|
|
Symbols symbols_;
|
|
};
|
|
|
|
// Allocate an incremental object of the appropriate size and endianness.
|
|
extern Object*
|
|
make_sized_incremental_object(
|
|
Incremental_binary* base,
|
|
unsigned int input_file_index,
|
|
Incremental_input_type input_type,
|
|
const Incremental_binary::Input_reader* input_reader);
|
|
|
|
// This class represents an Archive library (or --start-lib/--end-lib group)
|
|
// that has not changed since the last incremental link. Its contents come
|
|
// from the incremental inputs entry in the base file.
|
|
|
|
class Incremental_library : public Library_base
|
|
{
|
|
public:
|
|
Incremental_library(const char* filename, unsigned int input_file_index,
|
|
const Incremental_binary::Input_reader* input_reader)
|
|
: Library_base(NULL), filename_(filename),
|
|
input_file_index_(input_file_index), input_reader_(input_reader),
|
|
unused_symbols_(), is_reported_(false)
|
|
{ }
|
|
|
|
// Return the input file index.
|
|
unsigned int
|
|
input_file_index() const
|
|
{ return this->input_file_index_; }
|
|
|
|
// Return the serial number of the input file.
|
|
unsigned int
|
|
arg_serial() const
|
|
{ return this->input_reader_->arg_serial(); }
|
|
|
|
// Copy the unused symbols from the incremental input info.
|
|
// We need to do this because we may be overwriting the incremental
|
|
// input info in the base file before we write the new incremental
|
|
// info.
|
|
void
|
|
copy_unused_symbols();
|
|
|
|
// Return FALSE on the first call to indicate that the library needs
|
|
// to be recorded; return TRUE subsequently.
|
|
bool
|
|
is_reported()
|
|
{
|
|
bool was_reported = this->is_reported_;
|
|
is_reported_ = true;
|
|
return was_reported;
|
|
}
|
|
|
|
private:
|
|
typedef std::vector<std::string> Symbol_list;
|
|
|
|
// The file name.
|
|
const std::string&
|
|
do_filename() const
|
|
{ return this->filename_; }
|
|
|
|
// Return the modification time of the archive file.
|
|
Timespec
|
|
do_get_mtime()
|
|
{ return this->input_reader_->get_mtime(); }
|
|
|
|
// Iterator for unused global symbols in the library.
|
|
void
|
|
do_for_all_unused_symbols(Symbol_visitor_base* v) const;
|
|
|
|
// The name of the library.
|
|
std::string filename_;
|
|
// The input file index of this library.
|
|
unsigned int input_file_index_;
|
|
// A reader for the incremental input information.
|
|
const Incremental_binary::Input_reader* input_reader_;
|
|
// List of unused symbols defined in this library.
|
|
Symbol_list unused_symbols_;
|
|
// TRUE when this library has been reported to the new incremental info.
|
|
bool is_reported_;
|
|
};
|
|
|
|
} // End namespace gold.
|
|
|
|
#endif // !defined(GOLD_INCREMENTAL_H)
|