mailing list of musl libc
 help / color / mirror / code / Atom feed
b52ef4024efce8e0af1dfcecaecb25a5fd8ea437 blob 560 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
#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" )
debug log:

solving b52ef40 ...
found b52ef40 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).