elf_common.h: Add STO_AARCH64_VARIANT_PCS

This is used to mark symbols that use a variant procedure call with
a different calling convention to the main ABI.

Reviewed by:	kib, imp
Sponsored by:	Arm Ltd
Differential Revision:	https://reviews.freebsd.org/D44868
This commit is contained in:
Andrew Turner 2024-04-17 14:18:24 +01:00
parent 2c35c867ba
commit d7ac42676d

View file

@ -883,6 +883,9 @@ typedef struct {
#define STV_SINGLETON 0x5
#define STV_ELIMINATE 0x6
/* Architecture specific data - st_other */
#define STO_AARCH64_VARIANT_PCS 0x80
/* Special symbol table indexes. */
#define STN_UNDEF 0 /* Undefined symbol index. */