(&self)
| 52 | pub fn new() -> Self { |
| 53 | Self::default() |
| 54 | } |
| 55 | |
| 56 | /// Symbols this object references but does not define locally, i.e. the |
| 57 | /// names the linker must resolve from other objects. |
| 58 | pub fn undefined_symbol_names(&self) -> std::collections::HashSet<&str> { |
| 59 | self.relocations |