Searched refs:LA_SYMB_NOPLTENTER (Results 1 – 12 of 12) sorted by relevance
39 @ MSG_LA_SYMB_NOPLTENTER "LA_SYMB_NOPLTENTER"
184 { LA_SYMB_NOPLTENTER, MSG_LA_SYMB_NOPLTENTER }, in conv_la_symbind()
127 #define LA_SYMB_NOPLTENTER 0x0001 /* disable pltenter for this symbol */ macro
530 *sb_flags |= (LA_SYMB_NOPLTEXIT | LA_SYMB_NOPLTENTER); in la_symbind64()545 *sb_flags |= (LA_SYMB_NOPLTEXIT | LA_SYMB_NOPLTENTER); in la_symbind64()
107 testb $LA_SYMB_NOPLTENTER, 0xc(%eax) / <link.h>
250 if ((sb_flags & (LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT)) == in elf_plt_trace_write()251 (LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT)) { in elf_plt_trace_write()
246 andcc %l2, LA_SYMB_NOPLTENTER, %g0
1009 lflags = (oflags & ~(LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT)); in _audit_symbind()1032 *flags |= (lflags & (LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT)); in _audit_symbind()1090 *flags |= (LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT); in audit_symbind()
398 if ((sb_flags & (LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT)) == in elf_plt_trace_write()399 (LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT)) { in elf_plt_trace_write()
635 andcc %l2, LA_SYMB_NOPLTENTER, %g0
228 testb $LA_SYMB_NOPLTENTER, SBFLAGS_OFF(%rax) / <link.h>
311 4346144 link-auditing: plt_tracing fails if LA_SYMB_NOPLTENTER given after