MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / bswap16

Function bswap16

arch/powerpc/arch_ppc.cpp:2370–2373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2368};
2369
2370uint16_t bswap16(uint16_t x)
2371{
2372 return (x >> 8) | (x << 8);
2373}
2374
2375class PpcElfRelocationHandler: public RelocationHandler
2376{

Callers 1

ApplyRelocationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected