OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [bfd/] [linker.c] - Diff between revs 161 and 163

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 161 Rev 163
Line 3379... Line 3379...
    }
    }
 
 
  return NULL;
  return NULL;
}
}
 
 
 No newline at end of file
 No newline at end of file
 
/*
 
FUNCTION
 
        bfd_hide_sym_by_version
 
 
 
SYNOPSIS
 
        bfd_boolean bfd_hide_sym_by_version
 
          (struct bfd_elf_version_tree *verdefs, const char *sym_name);
 
 
 
DESCRIPTION
 
        Search an elf version script tree for symbol versioning
 
        info for a given symbol.  Return TRUE if the symbol is hidden.
 
 
 
*/
 
 
 
bfd_boolean
 
bfd_hide_sym_by_version (struct bfd_elf_version_tree *verdefs,
 
                         const char *sym_name)
 
{
 
  bfd_boolean hidden = FALSE;
 
  bfd_find_version_for_sym (verdefs, sym_name, &hidden);
 
  return hidden;
 
}
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.