search for: elf_header

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

2012 Dec 11
0
[LLVMdev] [MC] [llvm-mc] Getting target specific information to <target>ELFObjectWriter
...Rafael > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- A non-text attachment was scrubbed... Name: elf_header.patch Type: text/x-patch Size: 28647 bytes Desc: elf_header.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121211/67d32afc/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: elf_header_clang.patch Type: text/x-patch Size: 16...
2012 Dec 11
2
[LLVMdev] [MC] [llvm-mc] Getting target specific information to <target>ELFObjectWriter
Jim, You are correct: MipsSubtarget. For llvm-mc we have a straight MCSubtargetInfo object. For llc we get a MipsSubtarget object which derives from MipsGenSubtargetInfo which derives from TargetSubtargetInfo which derives from MCSubtargetInfo. The patch I hope to send out for review will do this: Add a new data member to MCSubtargetInfo base class. It will be a set of integers that is used or
2020 Apr 10
0
Wine release 5.6
...dbghelp: Fix misleading indentation warning. dbghelp: Use local NOTE_GNU_BUILD_ID declaration. dbghelp: Don't use *_NULL constants. dbghelp: Use local AT_SYSINFO_EHDR definition. dbghelp: Use local declarations of r_debug and link_map structs. dbghelp: Use local elf_header declaration. dbghelp: Use local elf_section_header declaration. dbghelp: Use local ELF program segment header declaration. dbghelp: Use local dynamic section entry declaration. dbghelp: Use local symbol table entry declaration. dbghelp: Inline ELF magic constants....