search for: __debug_str_end

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

2018 Dec 03
2
workaround to force LLD to make dwarf info sections mappable/loadable?
...__debug_info_start = .; KEEP(*(.debug_info)) __debug_info_end = .; } .debug_abbrev : { __debug_abbrev_start = .; KEEP(*(.debug_abbrev)) __debug_abbrev_end = .; } .debug_str : { __debug_str_start = .; KEEP(*(.debug_str)) __debug_str_end = .; } .debug_line : { __debug_line_start = .; KEEP(*(.debug_line)) __debug_line_end = .; } .debug_ranges : { __debug_ranges_start = .; KEEP(*(.debug_ranges)) __debug_ranges_end = .; } But LLD maps these sections to address 0: 00...