search for: _z4funciiet_s0_

Displaying 5 results from an estimated 5 matches for "_z4funciiet_s0_".

2012 Dec 20
2
[LLVMdev] Handling ELF groups.
...nting this would be to add a list of Groups to each File. I don't believe a Group should be an atom as it has different semantics and would have to be treated specially everywhere. A group would have a name, merge attribute, and a list of atoms it contains. YAML mockup: --- groups: - name: _Z4funcIiET_S0_ merge: pickAny members: [_Z4funcIiET_S0_, ".debug._Z4funcIiET_S0_"] atoms: - name _Z4funcIiET_S0_ scope: global merge: asWeak type: code ... The main problem I see with this is that groups are no longer represented explicitly in the reference graph. - Michael Spen...
2012 Dec 20
2
[LLVMdev] Handling ELF groups.
...a Group should be an atom as it has different >> semantics and would have to be treated specially everywhere. >> >> A group would have a name, merge attribute, and a list of atoms it contains. >> >> YAML mockup: >> >> --- >> groups: >> - name: _Z4funcIiET_S0_ >> merge: pickAny >> members: [_Z4funcIiET_S0_, ".debug._Z4funcIiET_S0_"] >> >> atoms: >> - name _Z4funcIiET_S0_ >> scope: global >> merge: asWeak >> type: code >> ... >> >> The main problem I see with this...
2012 Dec 20
0
[LLVMdev] Handling ELF groups.
...ch > File. I don't believe a Group should be an atom as it has different > semantics and would have to be treated specially everywhere. > > A group would have a name, merge attribute, and a list of atoms it contains. > > YAML mockup: > > --- > groups: > - name: _Z4funcIiET_S0_ > merge: pickAny > members: [_Z4funcIiET_S0_, ".debug._Z4funcIiET_S0_"] > > atoms: > - name _Z4funcIiET_S0_ > scope: global > merge: asWeak > type: code > ... > > The main problem I see with this is that groups are no longer > represen...
2012 Dec 20
0
[LLVMdev] Handling ELF groups.
...ifferent >>> semantics and would have to be treated specially everywhere. >>> >>> A group would have a name, merge attribute, and a list of atoms it contains. >>> >>> YAML mockup: >>> >>> --- >>> groups: >>> - name: _Z4funcIiET_S0_ >>> merge: pickAny >>> members: [_Z4funcIiET_S0_, ".debug._Z4funcIiET_S0_"] >>> >>> atoms: >>> - name _Z4funcIiET_S0_ >>> scope: global >>> merge: asWeak >>> type: code >>> ... >>> >&g...
2012 Dec 20
1
[LLVMdev] Handling ELF groups.
...have to be treated specially everywhere. > >>> > >>> A group would have a name, merge attribute, and a list of atoms it > contains. > >>> > >>> YAML mockup: > >>> > >>> --- > >>> groups: > >>> - name: _Z4funcIiET_S0_ > >>> merge: pickAny > >>> members: [_Z4funcIiET_S0_, ".debug._Z4funcIiET_S0_"] > >>> > >>> atoms: > >>> - name _Z4funcIiET_S0_ > >>> scope: global > >>> merge: asWeak > >>> type: cod...