Searched defs:rodata (Results 1 – 9 of 9) sorted by relevance
31 video_cards = .;33 video_cards_end = .;
161 __tagtable_begin = .;163 __tagtable_end = .;166 __boot_reloc_table_start = ABSOLUTE(.);211 __boot_reloc_table_end = ABSOLUTE(.) ;
55 VDSO_FAKE_SECTION_TABLE_START = .;57 VDSO_FAKE_SECTION_TABLE_END = .;
26 *(.rodata) /* read-only data */28 _erodata = . ;
41 *(.rodata) /* read-only data */43 _erodata = . ;
72 *(.rodata) /* read-only data */74 _erodata = . ;
29 *(.rodata) /* read-only data */31 _erodata = . ;
39 struct pkvm_module_section rodata; member
179 unsigned long pfn, text, pf, rodata; in efi_setup_page_tables() local