search for: __pm_code_end

Displaying 2 results from an estimated 2 matches for "__pm_code_end".

2015 Oct 05
7
[PATCH 0/4] Improve linker scripts
From: Sylvain Gault <sylvain.gault at gmail.com> These patches basically remove unused linker scripts and port a change that was made to an unused script. Those are to be applied on top of the gcc 5 bug fixes as they would conflict otherwise. Sylvain Gault (4): diag/mbr: fix dependency to linker script Remove unused linker scripts core: Make symbols defined in linker script HIDDEN
2015 Oct 05
0
[PATCH 2/4] Remove unused linker scripts
...ynamic_start = .); - *(.dynamic) - HIDDEN(__dynamic_end = .); - } - - . = ALIGN(16); - - HIDDEN(__data_vma = .); - HIDDEN(__data_lma = __data_vma + __text_lma - __text_vma); - .data : AT(__data_lma) { - HIDDEN(__data_start = .); - *(.data) - *(.data.*) - HIDDEN(__data_end = .); - } - - HIDDEN(__pm_code_end = .); - HIDDEN(__pm_code_len = ABSOLUTE(__pm_code_end) - ABSOLUTE(__pm_code_start)); - HIDDEN(__pm_code_dwords = (__pm_code_len + 3) >> 2); - - . = ALIGN(128); - - HIDDEN(__bss_vma = .); - HIDDEN(__bss_lma = .); /* Dummy */ - .bss (NOLOAD) : AT (__bss_lma) { - HIDDEN(__bss_start = .); - *...