xref
: /
dports
/
devel
/
arm-elf-binutils
/
binutils-2.37
/
ld
/
testsuite
/
ld-riscv-elf
/
weakref.ld
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
ENTRY(_start)
2
SECTIONS {
3
.text 0x90000000 : {
4
*(.text*)
5
}
6
}
7