Additional parameter for elibcall/elibmacro
As of now, you can't specify a concrete symbol for elibcall/elibmacro.
But sometimes, you just don't want to risk disabling a message for all library macros/calls.
So, it would be more secure, if the user could specify the library function/macro.
The -elibcall and -elibmacro options are designed for cases where the suppression is meant to apply to all library calls or library macros. If you want to suppress a message for a call to a specific function or for a specific macro, use the options -ecall and -emacro, respectively. Note that -ecall and -emacro can be used with library and non-library symbols.