fn make_trampoline(
target: &Target,
libcall: LibCall,
code: &mut Vec<u8>,
relocations: &mut Vec<Relocation>,
)
fn make_trampoline(
target: &Target,
libcall: LibCall,
code: &mut Vec<u8>,
relocations: &mut Vec<Relocation>,
)