Searched defs:rodata (Results 1 – 18 of 18) sorted by relevance
163 __tagtable_begin = .;165 __tagtable_end = .;168 __boot_reloc_table_start = ABSOLUTE(.);215 __boot_reloc_table_end = ABSOLUTE(.) ;
41 …. = ALIGN(((1 << 12))); .rodata : AT(ADDR(.rodata) - 0) { __start_rodata = .; *(.rodata) *(.rodata… section42 ….hyp.rodata : { . = ALIGN((1 << 12)); __hyp_rodata_start = .; *(.hyp.data..ro_after_init) *(.hyp.r… section
31 video_cards = .;33 video_cards_end = .;
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 = . ;
14 struct bpf_map *rodata; member29 } *rodata; member
20 struct test_skeleton__rodata *rodata; in test_skeleton() local
5 .hyp.rodata : { __hyp_section_.hyp.rodata = .; *(.rodata .rodata.*) } section
37 const struct intel_renderstate_rodata *rodata; member
51 const struct intel_renderstate_rodata *rodata = so->rodata; in render_state_setup() local
29 bool ignore_unreachables, c_file, hints, rodata; member
41 bool changed, text, rodata, noinstr; member
25 static const unsigned long rodata = 0xAA55AA55; variable
179 unsigned long pfn, text, pf, rodata; in efi_setup_page_tables() local
7045 struct bnx2_fw_file_section rodata; member
Completed in 81 milliseconds