Searched refs:BPT_POSTINIT (Results 1 – 2 of 2) sorted by relevance
231 #define BPT_POSTINIT 0x20 /* POSTINIT event in ld.so.1 */ macro
164 Bp->flags |= BPT_POSTINIT; in establish_breakpoints()1276 if ((Bp->flags & (BPT_PREINIT|BPT_POSTINIT|BPT_DLACTIVITY)) && !clear) { in function_trace()1283 if (Bp->flags & BPT_POSTINIT) in function_trace()