mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-15 05:26:08 +02:00
![]() rtl/inc/system.inc: * SetupEntryInformation: call new, optional function OSSetupEntryInformation to handle platform specific entry information initialization rtl/win/sysosh.inc, TEntryInformationOS: + new field TlsKeyAddr which will hold the address to the main binary's TlsKey variable win32/sysinit.inc: + provide the variable holding the TlsKey and pass that on to the entry information record win32/system.pp: + new OS specific entry information initialization (currently only the TlsKey) win/systhrd.inc: * declare TlsKey as a pointer to a DWord value instead of a DWord; on non-indirect entry platforms this is initialized with the address of new variable TlsKeyVar, on indirect entry platforms it will be initialized by the entry information initialization * adjust usages of TlsKey from DWord to PDWord win/systlsdir.inc: * TlsKey is now a PDWord and (in sysinit) points to TlsKeyVar win/syswin.inc: * adjust TlsKey usage inc/heaptrc.pp: * TlsKey is now a PDWord, thus adjust the import and the usage git-svn-id: trunk@33091 - |
||
---|---|---|
.. | ||
aliases.inc | ||
astrings.inc | ||
blockrtl.pp | ||
cgeneric.inc | ||
cgenmath.inc | ||
cgenstr.inc | ||
charset.pp | ||
cmem.pp | ||
compproc.inc | ||
ctypes.pp | ||
currh.inc | ||
dos.inc | ||
dosh.inc | ||
dynarr.inc | ||
dynarrh.inc | ||
dynlib.inc | ||
dynlibh.inc | ||
dynlibs.pas | ||
except.inc | ||
excepth.inc | ||
exeinfo.pp | ||
extpas.pp | ||
extres.inc | ||
fexpand.inc | ||
file.inc | ||
filerec.inc | ||
flt_conv.inc | ||
flt_core.inc | ||
flt_pack.inc | ||
fpextres.pp | ||
fpintres.pp | ||
gencurr.inc | ||
generic.inc | ||
genmath.inc | ||
genset.inc | ||
genstr.inc | ||
genstrs.inc | ||
getopts.pp | ||
heap.inc | ||
heaph.inc | ||
heaptrc.pp | ||
innr.inc | ||
int64.inc | ||
intres.inc | ||
iso7185.pp | ||
lineinfo.pp | ||
llvmintr.inc | ||
lnfodwrf.pp | ||
lstrings.pp | ||
macpas.pp | ||
makefile.inc | ||
mathh.inc | ||
objc1.inc | ||
objc.pp | ||
objcbase.pp | ||
objcnf.inc | ||
objpas.inc | ||
objpash.inc | ||
pagemem.pp | ||
readme | ||
real2str.inc | ||
resh.inc | ||
rtti.inc | ||
rttih.inc | ||
sfpu128.pp | ||
sfpux80.pp | ||
softfpu.pp | ||
sstrings.inc | ||
strings.pp | ||
stringsi.inc | ||
sysres.inc | ||
system.fpd | ||
system.inc | ||
systemh.inc | ||
text.inc | ||
textrec.inc | ||
thread.inc | ||
threadh.inc | ||
threadvr.inc | ||
tinyheap.inc | ||
tnyheaph.inc | ||
typefile.inc | ||
typshrd.inc | ||
typshrdh.inc | ||
ufloat128.pp | ||
ustringh.inc | ||
ustrings.inc | ||
uuchar.pp | ||
varerror.inc | ||
variant.inc | ||
varianth.inc | ||
wstringh.inc | ||
wstrings.inc |
This directory contains only RTL parts independent of the processor and of the operating system. The include files contain the following: astrings.pp AnsiStrings implementation. except.inc Delphi styled exception support. file.inc Untyped file support routines. filerec.inc Untyped file record definition. heap.inc Runtime heap manager . heaph.inc Declarations of Heap functions. innr.inc Internal function delcarations. int64.inc Support for 64-bit integer arithmetic. lstrings.pp LongStrings routine implementation. mathh.inc Declarations of mathematical functions. real2str.inc Routine to convert floating point numbers to strings. rtti.inc Delphi like runtime type information sstrings.inc ShortStrings (TP/BP pascal like strings) implementation. system.inc OS and Processor independent implementation part of system unit. systemh.inc Interface part of the system unit. text.inc Text file support routines. textrec.inc Definition of Textrec record. typefile.inc Text file record definition. generic.inc Processor independant implementation of assembler procs on i386 (to allow easy porting to new processors). genset.inc Processor independant implementation of set handling genmath.inc Processor independant implementation of mathematical routines genrrti.inc Processor independant implementation of runtime type information routines The unit files are: ucomplex.pp Complex functions using operator overloading getopts.pp Pascal implementation of the GNU Getops objects.pp Turbo Pascal like implementation of objects unit heaptrc.pp Runtime memory leak tracer and tests for memory integrity.