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