Open
Description
I'm looking at some binaries on an embedded Linux ppc device. Across all binaries and libraries I've checked out, all call sites to external functions are marked with a "Non-code Branch" warning. The sites are all call
instructions into .got_recovered_xxx
sections, which are each 4 bytes long (though 8-byte-aligned), and show as all zeros in binaryninja. What is the correct behaviour here?