Searched refs:rodata (Results 1 – 12 of 12) sorted by relevance
/xen/tools/firmware/hvmloader/ |
A D | hvmloader.lds | 11 .rodata : { *(.rodata) *(.rodata.*) }
|
/xen/xen/arch/arm/ |
A D | xen.lds.S | 42 .rodata : { 52 *(.rodata) argument 53 *(.rodata.*) 152 *(.init.rodata) 153 *(.init.rodata.*)
|
/xen/xen/arch/x86/ |
A D | xen.lds.S | 92 DECL_SECTION(.rodata) { 105 *(.rodata) 106 *(.rodata.*) 209 *(.init.rodata) 210 *(.init.rodata.*)
|
/xen/xen/include/asm-x86/ |
A D | bug.h | 96 .pushsection .rodata.str1, "aMS", @progbits, 1 109 .pushsection .rodata.str1, "aMS", @progbits, 1
|
/xen/xen/include/asm-arm/ |
A D | asm_defns.h | 26 .pushsection .rodata.str, "aMS", %progbits, 1 ; \
|
/xen/xen/tools/ |
A D | binfile | 30 .section $section.rodata, "a", %progbits
|
/xen/xen/ |
A D | Rules.mk | 51 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 D | build32.lds | 28 *(.rodata) 29 *(.rodata.*)
|
A D | head.S | 116 .section .init.rodata, "a", @progbits
|
/xen/tools/tests/x86_emulator/ |
A D | opmask.S | 152 .section .rodata, "a", @progbits
|
/xen/xen/arch/x86/x86_64/ |
A D | entry.S | 969 .pushsection .init.rodata, "a", @progbits 973 .pushsection .init.rodata, "a", @progbits 1018 .section .init.rodata, "a", @progbits
|
/xen/docs/misc/ |
A D | livepatch.pandoc | 140 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