MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / swap_rel

Function swap_rel

src/debugmem.cpp:2454–2460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2452 lswp(&d->size);
2453}
2454static void swap_rel(struct rel *d, struct rel *s)
2455{
2456 memcpy(d, s, sizeof(struct rel));
2457 lswp(&d->addend);
2458 lswp(&d->info);
2459 lswp(&d->offset);
2460}
2461
2462static int loadelf(uae_u8 *file, int filelen, uae_u8 **outp, int outsize, struct sheader *sh)
2463{

Callers 1

loadelffileFunction · 0.85

Calls 1

lswpFunction · 0.85

Tested by

no test coverage detected