Displaying 4 results from an estimated 4 matches for "l1111".
Did you mean:
1111
2017 Jun 06
4
LLD support for ld64 mach-o linker synthesised symbols
...gv, char **envp, char **applep)
{
for (__init_fn *p = &__init_start; p < &__init_end; ++p) {
(*p)(argc, argv, envp, applep);
}
}
Michael.
[1] https://github.com/opensource-apple/xnu/blob/dc0628e187c3148723505cf1f1d35bb948d3195b/bsd/kern/kern_exec.c#L1072-L1111 <https://github.com/opensource-apple/xnu/blob/dc0628e187c3148723505cf1f1d35bb948d3195b/bsd/kern/kern_exec.c#L1072-L1111>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170607/eb534f68/attachment.html&g...
2017 Jun 06
2
LLD support for ld64 mach-o linker synthesised symbols
...for (__init_fn *p = &__init_start; p < &__init_end; ++p) {
> (*p)(argc, argv, envp, applep);
> }
> }
>
> Michael.
>
> [1] https://github.com/opensource-apple/xnu/blob/dc0628e187c3148723505cf1f1d35bb948d3195b/bsd/kern/kern_exec.c#L1072-L1111 <https://github.com/opensource-apple/xnu/blob/dc0628e187c3148723505cf1f1d35bb948d3195b/bsd/kern/kern_exec.c#L1072-L1111>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>
> http:/...
2017 Jun 07
3
LLD support for ld64 mach-o linker synthesised symbols
...p < &__init_end; ++p) {
>> (*p)(argc, argv, envp, applep);
>> }
>> }
>>
>>
>> Michael.
>>
>> [1] https://github.com/opensource-apple/xnu/blob/dc0628e187c
>> 3148723505cf1f1d35bb948d3195b/bsd/kern/kern_exec.c#L1072-L1111
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>
>>
>
>
>
> _______________________________________________
> LLV...
2017 Jul 03
1
The ByteCompile & LazyLoading fields
Hi,
In the DESCRIPTION file the ByteCompile and LazyLoading arguments appear to
accept any value.
>From the manual the field should be a "logical field". However, authors
interpret this in a variety of ways:
unique(tools::CRAN_package_db()$ByteCompile)
# [1] NA "TRUE" "yes" "true" "Yes" "no"
#