reloc.h\i386\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/i386/reloc.h
blob: 032f454bda5f2898f841f9bcb925976dd602166c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#define LDSO_ARCH "i386"
#define REL_SYMBOLIC R_386_32
#define REL_OFFSET R_386_PC32
#define REL_GOT R_386_GLOB_DAT
#define REL_PLT R_386_JMP_SLOT
#define REL_RELATIVE R_386_RELATIVE
#define REL_COPY R_386_COPY
#define REL_DTPMOD R_386_TLS_DTPMOD32
#define REL_DTPOFF R_386_TLS_DTPOFF32
#define REL_TPOFF R_386_TLS_TPOFF
#define REL_TPOFF_NEG R_386_TLS_TPOFF32
#define REL_TLSDESC R_386_TLS_DESC
#define CRTJMP(pc,sp) __asm__ __volatile__( \
	"mov %1,%%esp ; jmp *%0" : : "r"(pc), "r"(sp) : "memory" )
#define GETFUNCSYM(fp, sym, got) __asm__ ( \
	".hidden " #sym "\n" \
	"	call 1f\n" \
	"1:	addl $" #sym "-.,(%%esp)\n" \
	"	pop %0" \
	: "=r"(*fp) : : "memory" )
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月05日 05:31:27 +0000

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