Hi ALL, I am doing auditing using ld.so.1 and hence used the following function.
I am using la_symbind() function call. In Linker and Libraries Guide following are written regarding usgae of this function The following flags can be supplied from la_symbind() to alter this default behavior. These flags are applied as a bitwise-inclusive OR with the value pointed to by the flags argument. LA_SYMB_NOPLTENTER ? Do not call the la_pltenter() function for this symbol. LA_SYMB_NOPLTEXIT ? Do not call the la_pltexit() function for this symbol. how can I Used the above flags.for exaplme I don not call la_pltenter() and la_pltexit() for "atexit" symbol. In Linker and Libraries Guide ,only one example is given related to the auditing -interface functions. Could any one tell me is there any documentation with examples for other auditing -interface functions . Regards This message posted from opensolaris.org