Al Grant

Results 3 comments of Al Grant

They are often stripped from executables and shared libraries using --strip-unneeded, but they don't have to be. binutils has numerous places where it treats mapping symbols specially, e.g. see aarch64_symbol_is_valid()...

It ought to be possible to do this on Arm as well using cs_etm events; the equivalent decoder library is https://github.com/Linaro/OpenCSD. Would it be possible for this to be done...

You shouldn't need to set this macro directly, this is set by the compiler when targeting an architecture that has FP16. If the compiler isn't setting it, it's because it...