search for: doreloc

Displaying 3 results from an estimated 3 matches for "doreloc".

Did you mean: do_reloc
2006 Oct 31
0
6273855 gcc and sgs/crle don''t get along
Author: seizo Repository: /hg/zfs-crypto/gate Revision: 08bf1c2a0376c8a9085fd66f4c8cb2420b8bd82a Log message: 6273855 gcc and sgs/crle don''t get along 6273864 gcc and sgs/libld don''t get along 6273875 gcc and sgs/rtld don''t get along 6272563 gcc and amd64/krtld/doreloc.c don''t get along 6290157 gcc and sgs/librtld_db/rdb_demo don''t get along Files: update: usr/src/cmd/sgs/Makefile.com update: usr/src/cmd/sgs/crle/common/config.c update: usr/src/cmd/sgs/crle/common/crle.c update: usr/src/cmd/sgs/crle/common/depend.c update: usr/src/cmd/sgs/...
2006 Oct 31
0
6372082 ld -r erroneously creates .got section on i386
...sgs/libld/common/_libld.h update: usr/src/cmd/sgs/libld/common/relocate.c update: usr/src/cmd/sgs/libld/i386/machrel.c update: usr/src/cmd/sgs/libld/sparc/machrel.c update: usr/src/cmd/sgs/packages/common/SUNWonld-README update: usr/src/uts/common/krtld/reloc.h update: usr/src/uts/sparc/krtld/doreloc.c
2010 Sep 20
1
Dynamic forking in Win32
...printf( "Allocated Mem for New EXE at %X. EXE will be relocated.\n", (uint)v); /* we've got to do the relocation ourself if we load the image * at another memory location. */ doRelocation(exe, ptrLoc, (DWORD)v); } } printf("EIP = %X\n", (uint)ctx.Eip); printf("EAX = %X\n", (uint)ctx.Eax); printf("EBX = %X\n", (uint)ctx.Ebx); /* EBX points to PEB */ printf("ECX = %X\n", (uint)ctx.Ecx)...