Get the list of external relocations for this code.
(&self)
| 1940 | |
| 1941 | /// Get the list of external relocations for this code. |
| 1942 | pub fn relocs(&self) -> &[FinalizedMachReloc] { |
| 1943 | &self.relocs[..] |
| 1944 | } |
| 1945 | |
| 1946 | /// Get the list of trap records for this code. |
| 1947 | pub fn traps(&self) -> &[MachTrap] { |
no outgoing calls
no test coverage detected