Add .gnu.versym VERSYM_HIDDEN flag and related mask
MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
6a3133efbb
commit
2754b49a4e
@ -478,6 +478,12 @@ typedef struct {
|
||||
/* Flags for section groups. */
|
||||
#define GRP_COMDAT 0x1 /* COMDAT semantics. */
|
||||
|
||||
/*
|
||||
* Flags / mask for .gnu.versym sections.
|
||||
*/
|
||||
#define VERSYM_VERSION 0x7fff
|
||||
#define VERSYM_HIDDEN 0x8000
|
||||
|
||||
/* Values for p_type. */
|
||||
#define PT_NULL 0 /* Unused entry. */
|
||||
#define PT_LOAD 1 /* Loadable segment. */
|
||||
|
Loading…
Reference in New Issue
Block a user