Searched refs:rodata (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | xen.lds.S | 43 .rodata : { 53 *(.rodata) argument 54 *(.rodata.*) 138 *(.init.rodata) 139 *(.init.rodata.rel) 140 *(.init.rodata.str*)
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | xen.lds.S | 81 DECL_SECTION(.rodata) { 94 *(.rodata) 95 *(.rodata.*) 180 *(.init.rodata) 181 *(.init.rodata.rel) 182 *(.init.rodata.str*)
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | bug.h | 96 .pushsection .rodata.str1, "aMS", @progbits, 1 109 .pushsection .rodata.str1, "aMS", @progbits, 1
|
/xen-4.10.0-shim-comet/xen/ |
A D | Rules.mk | 183 SPECIAL_DATA_SECTIONS := rodata $(foreach a,1 2 4 8 16, \ 185 rodata.str$(w).$(a)) \ 186 rodata.cst$(a)) \
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | build32.lds | 28 *(.rodata) 29 *(.rodata.*)
|
A D | head.S | 113 .section .init.rodata, "a", @progbits
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | entry.S | 666 .section .rodata, "a", @progbits 695 .section .init.rodata, "a", @progbits 699 .pushsection .init.rodata 743 .section .init.rodata
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | livepatch.markdown | 147 resides in the .rodata section we would need to temporarily change the 871 ### .rodata sections 885 * alter `.rodata` to be writeable. 887 * alter `.rodata` to be read-only. 904 (.data or .rodata section changes), or even to .bss sections. 906 As such the ELF payload can introduce new .rodata, .bss, and .data sections. 907 Patching in the new function will end up also patching in the new .rodata 909 .rodata section. 964 * Be able to patch .rodata, .bss, and .data sections.
|
Completed in 11 milliseconds