c05564c4d8
Android 13
16 lines
188 B
Plaintext
Executable file
16 lines
188 B
Plaintext
Executable file
SECTIONS
|
|
{
|
|
.text : ALIGN(4096)
|
|
{
|
|
*(.text .text.* .fixup)
|
|
}
|
|
.init.text : ALIGN(4096)
|
|
{
|
|
*(.init.text .init.text.*)
|
|
}
|
|
.exit.text : ALIGN(4096)
|
|
{
|
|
*(.exit.text .exit.text.*)
|
|
}
|
|
}
|