Sign in
android
/
trusty
/
lk
/
common
/
refs/heads/android14-qpr3-d1-release
/
.
/
lib
/
console
/
console.ld
blob: f657cc1419dbd5d7f2cc182388d576f8cbb02204 [
file
] [
log
] [
blame
] [
edit
]
SECTIONS
{
.
commands
:
{
__commands_start
=
.;
KEEP
(*(.
commands
))
__commands_end
=
.;
}
}
INSERT AFTER
.
data
;