reloc.h\powerpc\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/powerpc/reloc.h
blob: aa5f8c936e79884769d987688d5a3a503c0941f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#define LDSO_ARCH "powerpc"
#define TPOFF_K (-0x7000)
#define REL_SYMBOLIC R_PPC_ADDR32
#define REL_GOT R_PPC_GLOB_DAT
#define REL_PLT R_PPC_JMP_SLOT
#define REL_RELATIVE R_PPC_RELATIVE
#define REL_COPY R_PPC_COPY
#define REL_DTPMOD R_PPC_DTPMOD32
#define REL_DTPOFF R_PPC_DTPREL32
#define REL_TPOFF R_PPC_TPREL32
#define CRTJMP(pc,sp) __asm__ __volatile__( \
	"mr 1,%1 ; mtlr %0 ; blr" : : "r"(pc), "r"(sp) : "memory" )
generated by cgit v1.2.1 (git 2.18.0) at 2025年11月03日 02:38:58 +0000

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