arch/loongarch/include/asm/module.lds.h

Source file repositories/reference/linux-study-clean/arch/loongarch/include/asm/module.lds.h

File Facts

System
Linux kernel
Corpus path
arch/loongarch/include/asm/module.lds.h
Extension
.h
Size
243 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/loongarch
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

SECTIONS {
	. = ALIGN(4);
	.got 0 : { BYTE(0) }
	.plt 0 : { BYTE(0) }
	.plt.idx 0 : { BYTE(0) }
	.ftrace_trampoline 0 : { BYTE(0) }
}

Annotation

Implementation Notes