Home
last modified time | relevance | path

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

/linux/arch/xtensa/kernel/
A Dvmlinux.lds.S163 __tagtable_begin = .;
165 __tagtable_end = .;
168 __boot_reloc_table_start = ABSOLUTE(.);
215 __boot_reloc_table_end = ABSOLUTE(.) ;
/linux/arch/arm64/kernel/
A Dvmlinux.lds41 …. = ALIGN(((1 << 12))); .rodata : AT(ADDR(.rodata) - 0) { __start_rodata = .; *(.rodata) *(.rodata… section
42.hyp.rodata : { . = ALIGN((1 << 12)); __hyp_rodata_start = .; *(.hyp.data..ro_after_init) *(.hyp.r… section
/linux/arch/x86/realmode/rm/
A Drealmode.lds.S31 video_cards = .;
33 video_cards_end = .;
/linux/arch/sparc/vdso/
A Dvdso-layout.lds.S55 VDSO_FAKE_SECTION_TABLE_START = .;
57 VDSO_FAKE_SECTION_TABLE_END = .;
/linux/arch/s390/purgatory/
A Dpurgatory.lds.S26 *(.rodata) /* read-only data */
28 _erodata = . ;
/linux/arch/x86/boot/compressed/
A Dvmlinux.lds.S41 *(.rodata) /* read-only data */
43 _erodata = . ;
/linux/arch/parisc/boot/compressed/
A Dvmlinux.lds.S72 *(.rodata) /* read-only data */
74 _erodata = . ;
/linux/arch/s390/boot/compressed/
A Dvmlinux.lds.S29 *(.rodata) /* read-only data */
31 _erodata = . ;
/linux/kernel/bpf/preload/iterators/
A Diterators.skel.h14 struct bpf_map *rodata; member
29 } *rodata; member
/linux/tools/testing/selftests/bpf/prog_tests/
A Dskeleton.c20 struct test_skeleton__rodata *rodata; in test_skeleton() local
/linux/arch/arm64/kvm/hyp/nvhe/
A Dhyp.lds5 .hyp.rodata : { __hyp_section_.hyp.rodata = .; *(.rodata .rodata.*) } section
/linux/drivers/gpu/drm/i915/gt/
A Dintel_renderstate.h37 const struct intel_renderstate_rodata *rodata; member
A Dintel_renderstate.c51 const struct intel_renderstate_rodata *rodata = so->rodata; in render_state_setup() local
/linux/tools/objtool/include/objtool/
A Dobjtool.h29 bool ignore_unreachables, c_file, hints, rodata; member
A Delf.h41 bool changed, text, rodata, noinstr; member
/linux/drivers/misc/lkdtm/
A Dperms.c25 static const unsigned long rodata = 0xAA55AA55; variable
/linux/arch/x86/platform/efi/
A Defi_64.c179 unsigned long pfn, text, pf, rodata; in efi_setup_page_tables() local
/linux/drivers/net/ethernet/broadcom/
A Dbnx2.h7045 struct bnx2_fw_file_section rodata; member

Completed in 81 milliseconds