URL
                    https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
                
             
            
            
Show entire file |
Details |
Blame |
View Log
   
    
      
         | Rev 163 | 
         Rev 166 | 
      
    
    
      
        | Line 1... | 
        Line 1... | 
      
      
        // inremental.h -- incremental linking support for gold   -*- C++ -*-
  | 
        // inremental.h -- incremental linking support for gold   -*- C++ -*-
  | 
      
      
         
  | 
         
  | 
      
      
        // Copyright 2009, 2010 Free Software Foundation, Inc.
  | 
        // Copyright 2009, 2010, 2011 Free Software Foundation, Inc.
  | 
      
      
        // Written by Mikolaj Zalewski <mikolajz@google.com>.
  | 
        // Written by Mikolaj Zalewski <mikolajz@google.com>.
  | 
      
      
         
  | 
         
  | 
      
      
        // This file is part of gold.
  | 
        // This file is part of gold.
  | 
      
      
         
  | 
         
  | 
      
      
        // This program is free software; you can redistribute it and/or modify
  | 
        // This program is free software; you can redistribute it and/or modify
  | 
      
      
        | Line 1922... | 
        Line 1922... | 
      
      
          // Get global symbols.
  | 
          // Get global symbols.
  | 
      
      
          const Symbols*
  | 
          const Symbols*
  | 
      
      
          do_get_global_symbols() const
  | 
          do_get_global_symbols() const
  | 
      
      
          { return &this->symbols_; }
  | 
          { return &this->symbols_; }
  | 
      
      
         
  | 
         
  | 
      
      
           | 
          // Return the value of a local symbol.
  | 
      
      
           | 
          uint64_t
  | 
      
      
           | 
          do_local_symbol_value(unsigned int, uint64_t) const
  | 
      
      
           | 
          { gold_unreachable(); }
  | 
      
      
           | 
         
  | 
      
      
           | 
          unsigned int
  | 
      
      
           | 
          do_local_plt_offset(unsigned int) const
  | 
      
      
           | 
          { gold_unreachable(); }
  | 
      
      
           | 
         
  | 
      
      
          // Return the number of local symbols.
  | 
          // Return the number of local symbols.
  | 
      
      
          unsigned int
  | 
          unsigned int
  | 
      
      
          do_local_symbol_count() const
  | 
          do_local_symbol_count() const
  | 
      
      
          { return this->local_symbol_count_; }
  | 
          { return this->local_symbol_count_; }
  | 
      
      
         
  | 
         
  | 
      
    
   
 
 
         
                
        
            
            
        
        
             
    
        © copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.