Re: _end Symbol and Mac OS X

2003-11-20 Thread Alexandre Julliard
"Pierre d'Herbemont" <[EMAIL PROTECTED]> writes: > I'll look deeper before my next try. I'll also try to see if there is > a way to implement such a function directly in the darwin's code too. I'd suggest using a bss symbol instead, the value should be close enough for what we need and it avoids

Re: _end Symbol and Mac OS X

2003-11-20 Thread Pierre d'Herbemont
On 20 nov. 03, at 04:50, Alexandre Julliard wrote: "Pierre d'Herbemont" <[EMAIL PROTECTED]> writes: On Mac OS X There is no _end symbol. There is a convenience function get_end() to replace it, mainly because of the Mach-O file format. So we have to get the value of get_end at launch time and st

Re: _end Symbol and Mac OS X

2003-11-19 Thread Alexandre Julliard
"Pierre d'Herbemont" <[EMAIL PROTECTED]> writes: > On Mac OS X There is no _end symbol. There is a convenience function > get_end() to replace it, mainly because of the Mach-O file format. So > we have to get the value of get_end at launch time and store it in the > nt_header. Does get_end really