rodata            477 arch/arm/include/asm/assembler.h 	.pushsection .rodata.str, "aMS", %progbits, 1
rodata             21 arch/arm/include/asm/tcm.h #define __tcmconst __section(.tcm.rodata)
rodata            124 arch/arm/kernel/vmlinux.lds.h 		*(.tcm.rodata)						\
rodata             13 arch/arm64/include/asm/asm-bug.h 		.pushsection .rodata.str,"aMS",@progbits,1;	\
rodata             19 arch/powerpc/include/asm/bug.h 	 .section .rodata,"a"
rodata             32 drivers/gpu/drm/i915/gt/intel_renderstate.c 	const struct intel_renderstate_rodata *rodata;
rodata             80 drivers/gpu/drm/i915/gt/intel_renderstate.c 	const struct intel_renderstate_rodata *rodata = so->rodata;
rodata             92 drivers/gpu/drm/i915/gt/intel_renderstate.c 	while (i < rodata->batch_items) {
rodata             93 drivers/gpu/drm/i915/gt/intel_renderstate.c 		u32 s = rodata->batch[i];
rodata             95 drivers/gpu/drm/i915/gt/intel_renderstate.c 		if (i * 4  == rodata->reloc[reloc_index]) {
rodata             99 drivers/gpu/drm/i915/gt/intel_renderstate.c 				if (i + 1 >= rodata->batch_items ||
rodata            100 drivers/gpu/drm/i915/gt/intel_renderstate.c 				    rodata->batch[i + 1] != 0)
rodata            113 drivers/gpu/drm/i915/gt/intel_renderstate.c 	if (rodata->reloc[reloc_index] != -1) {
rodata            119 drivers/gpu/drm/i915/gt/intel_renderstate.c 	so->batch_size = rodata->batch_items * sizeof(u32);
rodata            185 drivers/gpu/drm/i915/gt/intel_renderstate.c 	so.rodata = render_state_get_rodata(engine);
rodata            186 drivers/gpu/drm/i915/gt/intel_renderstate.c 	if (!so.rodata)
rodata            189 drivers/gpu/drm/i915/gt/intel_renderstate.c 	if (so.rodata->batch_items * 4 > PAGE_SIZE)
rodata             25 drivers/misc/lkdtm/perms.c static const unsigned long rodata = 0xAA55AA55;
rodata             83 drivers/misc/lkdtm/perms.c 	unsigned long *ptr = (unsigned long *)&rodata;
rodata           3687 drivers/net/ethernet/broadcom/bnx2.c 	    check_fw_section(fw, &entry->rodata, 4, false))
rodata           3882 drivers/net/ethernet/broadcom/bnx2.c 	addr = be32_to_cpu(fw_entry->rodata.addr);
rodata           3883 drivers/net/ethernet/broadcom/bnx2.c 	len = be32_to_cpu(fw_entry->rodata.len);
rodata           3884 drivers/net/ethernet/broadcom/bnx2.c 	file_offset = be32_to_cpu(fw_entry->rodata.offset);
rodata           7045 drivers/net/ethernet/broadcom/bnx2.h 	struct bnx2_fw_file_section rodata;
rodata             73 include/asm-generic/vmlinux.lds.h #define RODATA_MAIN .rodata .rodata.[0-9a-zA-Z_]*
rodata             80 include/asm-generic/vmlinux.lds.h #define RODATA_MAIN .rodata
rodata            267 include/asm-generic/vmlinux.lds.h 	KEEP(*(.dtb.init.rodata))					\
rodata            353 include/asm-generic/vmlinux.lds.h 	.rodata           : AT(ADDR(.rodata) - LOAD_OFFSET) {		\
rodata            355 include/asm-generic/vmlinux.lds.h 		*(.rodata) *(.rodata.*)					\
rodata            482 include/asm-generic/vmlinux.lds.h 		*(.ref.rodata)						\
rodata            483 include/asm-generic/vmlinux.lds.h 		MEM_KEEP(init.rodata)					\
rodata            484 include/asm-generic/vmlinux.lds.h 		MEM_KEEP(exit.rodata)					\
rodata            634 include/asm-generic/vmlinux.lds.h 	*(.init.rodata .init.rodata.*)					\
rodata            639 include/asm-generic/vmlinux.lds.h 	MEM_DISCARD(init.rodata)					\
rodata            664 include/asm-generic/vmlinux.lds.h 	MEM_DISCARD(exit.rodata*)
rodata            121 include/linux/compiler.h #define __annotate_jump_table __section(.rodata..c_jump_table)
rodata             52 include/linux/init.h #define __initconst	__section(.init.rodata)
rodata             75 include/linux/init.h #define __refconst       __section(.ref.rodata)
rodata             89 include/linux/init.h #define __meminitconst   __section(.meminit.rodata)
rodata             92 include/linux/init.h #define __memexitconst   __section(.memexit.rodata)
rodata            231 tools/lib/bpf/libbpf.c 	void *rodata;
rodata            264 tools/lib/bpf/libbpf.c 		Elf_Data *rodata;
rodata            547 tools/lib/bpf/libbpf.c 	obj->efile.rodata = NULL;
rodata            732 tools/lib/bpf/libbpf.c 		if (obj->efile.rodata)
rodata            733 tools/lib/bpf/libbpf.c 			*size = obj->efile.rodata->d_size;
rodata            877 tools/lib/bpf/libbpf.c 						    obj->efile.rodata,
rodata            878 tools/lib/bpf/libbpf.c 						    &obj->sections.rodata);
rodata           1611 tools/lib/bpf/libbpf.c 				obj->efile.rodata = data;
rodata           2122 tools/lib/bpf/libbpf.c 	       obj->sections.data : obj->sections.rodata;
rodata           4211 tools/lib/bpf/libbpf.c 	zfree(&obj->sections.rodata);
rodata           1030 tools/objtool/check.c 		    !text_rela->sym->sec->rodata)
rodata           1139 tools/objtool/check.c 	if (!file->rodata)
rodata           1304 tools/objtool/check.c 			sec->rodata = true;
rodata           1309 tools/objtool/check.c 	file->rodata = found;
rodata             54 tools/objtool/check.h 	bool ignore_unreachables, c_file, hints, rodata;
rodata             39 tools/objtool/elf.h 	bool changed, text, rodata;