pub fn assembled_defines(input: &Assembled) -> Vec<String>Expand description
Every name in it a linker can find, which is what an archive’s symbol index is built from.
The same rule as crate::defines: a local is left out, because a name the static link has
already finished with is not one an archive may offer, and an undefined one is left out because
this file does not have it.