reloc.h\s390x\arch - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/arch/s390x/reloc.h
blob: 38de9d9b06fdbee2e991c3a6a9a827c40c823fea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define LDSO_ARCH "s390x"
#define REL_SYMBOLIC R_390_64
#define REL_GOT R_390_GLOB_DAT
#define REL_PLT R_390_JMP_SLOT
#define REL_RELATIVE R_390_RELATIVE
#define REL_COPY R_390_COPY
#define REL_DTPMOD R_390_TLS_DTPMOD
#define REL_DTPOFF R_390_TLS_DTPOFF
#define REL_TPOFF R_390_TLS_TPOFF
#define CRTJMP(pc,sp) __asm__ __volatile__( \
	"lgr %%r15,%1; br %0" : : "a"(pc), "r"(sp) : "memory" )
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月04日 23:08:40 +0000

AltStyle によって変換されたページ (->オリジナル) /