arch/powerpc/platforms/44x/ppc476_modules.lds

Source file repositories/reference/linux-study-clean/arch/powerpc/platforms/44x/ppc476_modules.lds

File Facts

System
Linux kernel
Corpus path
arch/powerpc/platforms/44x/ppc476_modules.lds
Extension
.lds
Size
188 bytes
Lines
16
Domain
Architecture Layer
Bucket
arch/powerpc
Inferred role
Architecture Layer: arch/powerpc
Status
atlas-only

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
{
	.text : ALIGN(4096)
	{
		*(.text .text.* .fixup)
	}
	.init.text : ALIGN(4096)
	{
		*(.init.text .init.text.*)
	}
	.exit.text : ALIGN(4096)
	{
		*(.exit.text .exit.text.*)
	}
}

Annotation

Implementation Notes