Home
last modified time | relevance | path

Searched refs:rodata (Results 1 – 8 of 8) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/arm/
A Dxen.lds.S43 .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 Dxen.lds.S81 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 Dbug.h96 .pushsection .rodata.str1, "aMS", @progbits, 1
109 .pushsection .rodata.str1, "aMS", @progbits, 1
/xen-4.10.0-shim-comet/xen/
A DRules.mk183 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 Dbuild32.lds28 *(.rodata)
29 *(.rodata.*)
A Dhead.S113 .section .init.rodata, "a", @progbits
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dentry.S666 .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 Dlivepatch.markdown147 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