linker script
ConceptIn the OTBN random-instruction-generation flow, a linker script is a `.ld` file produced by `otbn-rig asm` when `--output` is specified. The generated linker script accompanies the assembly listing and is then passed to `otbn_ld.py` with `-T` during linking.
First seen 6/1/2026
Last seen 6/1/2026
Evidence 1 chunks
Wiki v1
WIKI
linker script
In the OTBN random instruction generator flow, a linker script is an output artifact generated by otbn-rig asm alongside an assembly listing.[1]
Role in the OTBN RIG flow
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →RELATIONSHIPS
1 connectionsotbn-rig's asm command generates both an assembly file and a linker script
LINKED ENTITIES
1 linksCITATIONS
4 sources4 citations — click to collapse
[1] `otbn-rig asm` deterministically translates JSON input to assembly and linker script output OTBN Random Instruction Generator - OpenTitan
[2] `otbn-rig asm --output foo` generates `foo.s` and `foo.ld` OTBN Random Instruction Generator - OpenTitan
[3] The generated linker script is passed to `otbn_ld.py` with `-T foo.ld` during linking OTBN Random Instruction Generator - OpenTitan
[4] Without `--output`, `otbn-rig asm` does not generate a linker script OTBN Random Instruction Generator - OpenTitan