search for: zdebug_aranges

Displaying 10 results from an estimated 10 matches for "zdebug_aranges".

Did you mean: debug_aranges
2013 Apr 16
3
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...2**0 33 .debug_str 00000069 0000000000000000 0000000000000000 00002166 2**0 34 .debug_ranges 00000000 0000000000000000 0000000000000000 000021d9 2**0 $ ./bin/llvm-objdump -h a.out | grep debug 27 .zdebug_info 00000058 0000000000000000 28 .zdebug_abbrev 00000053 0000000000000000 29 .zdebug_aranges 00000014 0000000000000000 30 .zdebug_macinfo 00000014 0000000000000000 31 .zdebug_line 0000005b 0000000000000000 32 .zdebug_loc 00000014 0000000000000000 33 .zdebug_pubtypes 00000014 0000000000000000 34 .zdebug_str 00000073 0000000000000000 35 .zdebug_ranges 00000014 0000000000000000 De...
2018 Feb 08
2
LLD: targeting cygwin
...gging sections are relative to the beginning of the section. Unlike other targets that fake this by putting the section VMA at 0, the PE format will not allow it. */ /* DWARF 1.1 and DWARF 2. */ .debug_aranges BLOCK(__section_alignment__) (NOLOAD) : { *(.debug_aranges) } .zdebug_aranges BLOCK(__section_alignment__) (NOLOAD) : { *(.zdebug_aranges) } .debug_pubnames BLOCK(__section_alignment__) (NOLOAD) : { *(.debug_pubnames) } .zdebug_pubnames BLOCK(__section_alignment__) (NOLOAD) : { *(.zdebug_pubnames) } .debug_pubtypes BLOCK(__section_alignment__) (...
2013 Apr 16
2
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...0000 00002166 >> 2**0 >> 34 .debug_ranges 00000000 0000000000000000 0000000000000000 000021d9 >> 2**0 >> $ ./bin/llvm-objdump -h a.out | grep debug >> 27 .zdebug_info 00000058 0000000000000000 >> 28 .zdebug_abbrev 00000053 0000000000000000 >> 29 .zdebug_aranges 00000014 0000000000000000 >> 30 .zdebug_macinfo 00000014 0000000000000000 >> 31 .zdebug_line 0000005b 0000000000000000 >> 32 .zdebug_loc 00000014 0000000000000000 >> 33 .zdebug_pubtypes 00000014 0000000000000000 >> 34 .zdebug_str 00000073 0000000000000000 &gt...
2018 Feb 09
0
LLD: targeting cygwin
...ning > of the section. Unlike other targets that fake this by putting the > section VMA at 0, the PE format will not allow it. */ > /* DWARF 1.1 and DWARF 2. */ > .debug_aranges BLOCK(__section_alignment__) (NOLOAD) : > { > *(.debug_aranges) > } > .zdebug_aranges BLOCK(__section_alignment__) (NOLOAD) : > { > *(.zdebug_aranges) > } > .debug_pubnames BLOCK(__section_alignment__) (NOLOAD) : > { > *(.debug_pubnames) > } > .zdebug_pubnames BLOCK(__section_alignment__) (NOLOAD) : > { > *(.zdebug_pubnames) &g...
2013 Apr 16
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...00000000000000 0000000000000000 00002166 > 2**0 > 34 .debug_ranges 00000000 0000000000000000 0000000000000000 000021d9 > 2**0 > $ ./bin/llvm-objdump -h a.out | grep debug > 27 .zdebug_info 00000058 0000000000000000 > 28 .zdebug_abbrev 00000053 0000000000000000 > 29 .zdebug_aranges 00000014 0000000000000000 > 30 .zdebug_macinfo 00000014 0000000000000000 > 31 .zdebug_line 0000005b 0000000000000000 > 32 .zdebug_loc 00000014 0000000000000000 > 33 .zdebug_pubtypes 00000014 0000000000000000 > 34 .zdebug_str 00000073 0000000000000000 > 35 .zdebug_ranges...
2013 Apr 16
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...; 2**0 >>> 34 .debug_ranges 00000000 0000000000000000 0000000000000000 000021d9 >>> 2**0 >>> $ ./bin/llvm-objdump -h a.out | grep debug >>> 27 .zdebug_info 00000058 0000000000000000 >>> 28 .zdebug_abbrev 00000053 0000000000000000 >>> 29 .zdebug_aranges 00000014 0000000000000000 >>> 30 .zdebug_macinfo 00000014 0000000000000000 >>> 31 .zdebug_line 0000005b 0000000000000000 >>> 32 .zdebug_loc 00000014 0000000000000000 >>> 33 .zdebug_pubtypes 00000014 0000000000000000 >>> 34 .zdebug_str 00000073...
2013 Apr 16
2
[LLVMdev] RFC: Using zlib to decompress debug info sections.
..._ranges 00000000 0000000000000000 0000000000000000 > 000021d9 > >>> 2**0 > >>> $ ./bin/llvm-objdump -h a.out | grep debug > >>> 27 .zdebug_info 00000058 0000000000000000 > >>> 28 .zdebug_abbrev 00000053 0000000000000000 > >>> 29 .zdebug_aranges 00000014 0000000000000000 > >>> 30 .zdebug_macinfo 00000014 0000000000000000 > >>> 31 .zdebug_line 0000005b 0000000000000000 > >>> 32 .zdebug_loc 00000014 0000000000000000 > >>> 33 .zdebug_pubtypes 00000014 0000000000000000 > >>> 3...
2018 Feb 07
0
LLD: targeting cygwin
COFF lld doesn't support the linker script at the moment, and I'm sad to say that it is very unlikely to support that in the future. Linker script support is so huge that I can't imagine we really want it for COFF. GNU BFD linker supports it because the linker is built as an interpreter for the built-in linker script (and that's one of the reasons why GNU linker is by far more
2018 Feb 07
2
LLD: targeting cygwin
Hello, I have a user who is trying to get LLD to link for the cygwin target: https://github.com/zig-lang/zig/issues/751 Currently the issue they are running into is needing to define a linker script, but the COFF driver (or MinGW driver) does not have support for that. Is there documentation or advice for how to use LLD to link for cygwin? As a starting point, which driver to use? Regards,
2013 Apr 16
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...0000000000000000 >> >>> 000021d9 >> >>> 2**0 >> >>> $ ./bin/llvm-objdump -h a.out | grep debug >> >>> 27 .zdebug_info 00000058 0000000000000000 >> >>> 28 .zdebug_abbrev 00000053 0000000000000000 >> >>> 29 .zdebug_aranges 00000014 0000000000000000 >> >>> 30 .zdebug_macinfo 00000014 0000000000000000 >> >>> 31 .zdebug_line 0000005b 0000000000000000 >> >>> 32 .zdebug_loc 00000014 0000000000000000 >> >>> 33 .zdebug_pubtypes 00000014 0000000000000000 >...