search for: typegroupmaster

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

2012 Dec 20
0
[LLVMdev] Handling ELF groups.
...ups > must be discarded." > > How do we know that a group master is a COMDAT group master as opposed > to a normal group master? A COMDAT group master has a real, named atom as its master. The other groups will have a zero size master atom with some special content type (e.g. typeGroupMaster). For COMDAT groups, the "group signature" is the name of the signature (master) atom. If two .o files each have a COMDAT group with the same signature, that means they each have a master atom with the same name. -Nick >>> >>> An idea for implementing this woul...
2012 Dec 20
1
[LLVMdev] Handling ELF groups.
...quot; > > > > How do we know that a group master is a COMDAT group master as opposed > > to a normal group master? > A COMDAT group master has a real, named atom as its master. The other > groups will have a zero size master atom with some special content type > (e.g. typeGroupMaster). > > For COMDAT groups, the "group signature" is the name of the signature > (master) atom. If two .o files each have a COMDAT group with the > same signature, that means they each have a master atom with the same > name. > > -Nick > > > >>> >...
2012 Dec 20
2
[LLVMdev] Handling ELF groups.
On Wed, Dec 19, 2012 at 4:43 PM, Nick Kledzik <kledzik at apple.com> wrote: > > On Dec 19, 2012, at 4:25 PM, Michael Spencer wrote: > >> So I was looking into handling ELF groups today in the Atom model. It >> appears that we will need to add the concept of a group to the atom >> model directly, as modeling it with references fails to capture some >>