Is there a tool that can help me automate the process of identifying all QNX-related system calls?

@Middleware & OS , I'm working on migrating a legacy application from QNX Neutrino to an open-source Linux-based RTOS. I've identified the third-party libraries and device drivers requiring porting.

However, the challenge is analyzing the codebase for dependencies on specific QNX features like
MsgSend
,
MsgReply
, and
MsgSendPulse
. Since the code was written by another team, I have limited knowledge beyond compilation and execution details.

Is there a tool available that can help me automate the process of identifying all QNX-related system calls or functions used in the code?
Was this page helpful?