LLVM linker List of questions How do I force the linker to use a function from a defined library? How can I define symbols using the start address of memory regions? How do I compute the code size of my benchmark code? How do I transfer code to the internal RAM (PSPR)? How can I allocate data or function or a section to a fixed address? How to check not assigned input sections? How to use wildcards in a linker script file? How to use reserved memory areas? How should I use relative (small) addressing? How do I reserve a specific number of bytes for a symbol? How can I use the instruction cache? How can I pass options to the linker? How can I get VMA and LMA for a section? How can I place a section at a minimum address? How do I add a library path to the linker? How to report removed input sections How to avoid demangling in the cross-reference table (mapfile)?