Displaying 7 results from an estimated 7 matches for "rndfunc".
2018 Sep 26
4
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...w ways to support ELF object types. An example would be
as follows:
--- !tapi-tbe-v1
soname: someobj.so
architecture: aarch64
symbols:
 - name: fish
   type: object
   size: 48
 - name: foobar
   type: function
   warning-text: “deprecated in SOMEOBJ_1.3”
 - name: printf
   type: function
 - name: rndfunc
   type: function
   undefined: true
...
(Note that this doesn’t account for version sets, but such
functionality can be included in a later version.)
Most of the fields are self-explanatory, with size not being relevant
to function symbols, and warning text being purely optional. One
reason this...
2018 Sep 27
4
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
....so
> > architecture: aarch64
> > symbols:
> > - name: fish
> >   type: object
> >   size: 48
> > - name: foobar
> >   type: function
> >   warning-text: “deprecated in SOMEOBJ_1.3”
> > - name: printf
> >   type: function
> > - name: rndfunc
> >   type: function
> >   undefined: true
> > ...
> >
> > (Note that this doesn’t account for version sets, but such
> > functionality can be included in a later version.)
> >
> > Most of the fields are self-explanatory, with size not being relevant...
2018 Sep 26
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...bj.so
>> architecture: aarch64
>> symbols:
>>  - name: fish
>>    type: object
>>    size: 48
>>  - name: foobar
>>    type: function
>>    warning-text: “deprecated in SOMEOBJ_1.3”
>>  - name: printf
>>    type: function
>>  - name: rndfunc
>>    type: function
>>    undefined: true
>> ...
>>
>> (Note that this doesn’t account for version sets, but such
>> functionality can be included in a later version.)
>>
>> Most of the fields are self-explanatory, with size not being relevant
>&g...
2018 Sep 28
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...;> - name: fish
> >>>  type: object
> >>>  size: 48
> >>> - name: foobar
> >>>  type: function
> >>>  warning-text: “deprecated in SOMEOBJ_1.3”
> >>> - name: printf
> >>>  type: function
> >>> - name: rndfunc
> >>>  type: function
> >>>  undefined: true
> >>> ...
> >>>
> >>> (Note that this doesn’t account for version sets, but such
> >>> functionality can be included in a later version.)
> >>>
> >>> Most of...
2018 Sep 26
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...fish
>> >>    type: object
>> >>    size: 48
>> >>  - name: foobar
>> >>    type: function
>> >>    warning-text: “deprecated in SOMEOBJ_1.3”
>> >>  - name: printf
>> >>    type: function
>> >>  - name: rndfunc
>> >>    type: function
>> >>    undefined: true
>> >> ...
>> >>
>> >> (Note that this doesn’t account for version sets, but such
>> >> functionality can be included in a later version.)
>> >>
>> >> Most...
2018 Sep 27
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...fish
>> > >   type: object
>> > >   size: 48
>> > > - name: foobar
>> > >   type: function
>> > >   warning-text: “deprecated in SOMEOBJ_1.3”
>> > > - name: printf
>> > >   type: function
>> > > - name: rndfunc
>> > >   type: function
>> > >   undefined: true
>> > > ...
>> > >
>> > > (Note that this doesn’t account for version sets, but such
>> > > functionality can be included in a later version.)
>> > >
>> > >...
2018 Dec 31
0
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...<br />
> >>> - name: foobar<br />
> >>>  type: function<br />
> >>>  warning-text: “deprecated in SOMEOBJ_1.3”<br />
> >>> - name: printf<br />
> >>>  type: function<br />
> >>> - name: rndfunc<br />
> >>>  type: function<br />
> >>>  undefined: true<br />
> >>> ...<br />
> >>><br />
> >>> (Note that this doesn’t account for version sets, but such<br />
> >>> functionality can...