search for: spection

Displaying 1 result from an estimated 1 matches for "spection".

Did you mean: section
2004 Jun 18
1
[LLVMdev] Linkages handling
...t used. I don't think there's anything in ld which matches LLVM linkonce -- the symbols are never discarded. Am I wrong? 3. I've tries to figure out how linkonce works with ld. It appears that it special cases sections starting with ".gnu.linkonce". In other words, naming a spection "llvm.linkonce.d" has no effect. Is it true? 4. Can internal null-initialized data be placed in the ".bss" section, instead of '.data' with '.comm' attribute, as is done now? 5. Can linkonce null-initialized data be placed in the ".data" section, with...