MCPcopy Create free account
hub / github.com/GJDuck/e9patch / sendTranslateToDynamicAddress

Function sendTranslateToDynamicAddress

src/e9tool/e9metadata.cpp:1161–1167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1159 sendTranslateAddress(out, I, info, /*neg=*/true, regno);
1160}
1161static void sendTranslateToDynamicAddress(FILE *out, const InstrInfo *I,
1162 CallInfo &info, bool _static, int regno)
1163{
1164 if (_static || !info.pic)
1165 return;
1166 sendTranslateAddress(out, I, info, /*neg=*/false, regno);
1167}
1168
1169/*
1170 * Emits instructions to load the jump/call/return target into the

Callers 1

sendLoadArgumentMetadataFunction · 0.85

Calls 1

sendTranslateAddressFunction · 0.85

Tested by

no test coverage detected