Home
last modified time | relevance | path

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

/xen/tools/firmware/hvmloader/
A Dhvmloader.lds11 .rodata : { *(.rodata) *(.rodata.*) }
/xen/xen/arch/arm/
A Dxen.lds.S42 .rodata : {
52 *(.rodata) argument
53 *(.rodata.*)
152 *(.init.rodata)
153 *(.init.rodata.*)
/xen/xen/arch/x86/
A Dxen.lds.S92 DECL_SECTION(.rodata) {
105 *(.rodata)
106 *(.rodata.*)
209 *(.init.rodata)
210 *(.init.rodata.*)
/xen/xen/include/asm-x86/
A Dbug.h96 .pushsection .rodata.str1, "aMS", @progbits, 1
109 .pushsection .rodata.str1, "aMS", @progbits, 1
/xen/xen/include/asm-arm/
A Dasm_defns.h26 .pushsection .rodata.str, "aMS", %progbits, 1 ; \
/xen/xen/tools/
A Dbinfile30 .section $section.rodata, "a", %progbits
/xen/xen/
A DRules.mk51 SPECIAL_DATA_SECTIONS := rodata $(foreach a,1 2 4 8 16, \
53 rodata.str$(w).$(a)) \
54 rodata.cst$(a)) \
/xen/xen/arch/x86/boot/
A Dbuild32.lds28 *(.rodata)
29 *(.rodata.*)
A Dhead.S116 .section .init.rodata, "a", @progbits
/xen/tools/tests/x86_emulator/
A Dopmask.S152 .section .rodata, "a", @progbits
/xen/xen/arch/x86/x86_64/
A Dentry.S969 .pushsection .init.rodata, "a", @progbits
973 .pushsection .init.rodata, "a", @progbits
1018 .section .init.rodata, "a", @progbits
/xen/docs/misc/
A Dlivepatch.pandoc140 resides in the .rodata section we would need to temporarily change the
1013 ### .rodata sections
1027 * Alter `.rodata` to be writeable.
1029 * Alter `.rodata` to be read-only.
1046 (.data or .rodata section changes), or even to .bss sections.
1048 As such the ELF payload can introduce new .rodata, .bss, and .data sections.
1049 Patching in the new function will end up also patching in the new .rodata
1051 .rodata section.
1109 * Be able to patch .rodata, .bss, and .data sections.

Completed in 38 milliseconds