Displaying 2 results from an estimated 2 matches for "nativedefinedatomivarsv1".
Did you mean:
nativedefinedatomsivarsv1
2012 Nov 16
3
[LLVMdev] Chaining Atoms together
...In this example, the Atom size of "foo" becomes 5 bytes.
>> But when the Atom "foo" gets written by the linker it needs to be set to the size thats specified in the symbol table(9 bytes).
>>
>> To fix this, What is needed is
>>
>> a) A field in the NativeDefinedAtomIvarsV1 datastructure to hold the symbol size information that was present in the symbol table.
>> b) A field in the DefinedAtom class to store the symbol size information (needed back for the NativeReader to construct the DefinedAtom object appropriately)
>>
>> Can I go ahead and do the...
2012 Nov 19
0
[LLVMdev] Chaining Atoms together
..."foo" becomes 5 bytes.
>>> But when the Atom "foo" gets written by the linker it needs to be
>>> set to the size thats specified in the symbol table(9 bytes).
>>>
>>> To fix this, What is needed is
>>>
>>> a) A field in the NativeDefinedAtomIvarsV1 datastructure to hold the
>>> symbol size information that was present in the symbol table.
>>> b) A field in the DefinedAtom class to store the symbol size
>>> information (needed back for the NativeReader to construct the
>>> DefinedAtom object appropriately...