Home
last modified time | relevance | path

Searched defs:rodata (Results 1 – 9 of 9) sorted by relevance

/arch/x86/realmode/rm/
Drealmode.lds.S31 video_cards = .;
33 video_cards_end = .;
/arch/xtensa/kernel/
Dvmlinux.lds.S161 __tagtable_begin = .;
163 __tagtable_end = .;
166 __boot_reloc_table_start = ABSOLUTE(.);
211 __boot_reloc_table_end = ABSOLUTE(.) ;
/arch/sparc/vdso/
Dvdso-layout.lds.S55 VDSO_FAKE_SECTION_TABLE_START = .;
57 VDSO_FAKE_SECTION_TABLE_END = .;
/arch/s390/purgatory/
Dpurgatory.lds.S26 *(.rodata) /* read-only data */
28 _erodata = . ;
/arch/x86/boot/compressed/
Dvmlinux.lds.S41 *(.rodata) /* read-only data */
43 _erodata = . ;
/arch/parisc/boot/compressed/
Dvmlinux.lds.S72 *(.rodata) /* read-only data */
74 _erodata = . ;
/arch/s390/boot/compressed/
Dvmlinux.lds.S29 *(.rodata) /* read-only data */
31 _erodata = . ;
/arch/arm64/include/asm/
Dmodule.h39 struct pkvm_module_section rodata; member
/arch/x86/platform/efi/
Defi_64.c179 unsigned long pfn, text, pf, rodata; in efi_setup_page_tables() local