Home
last modified time | relevance | path

Searched refs:LA_SYMB_NOPLTEXIT (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/cmd/sgs/link_audit/common/
H A Dtruss.c199 *sb_flags |= LA_SYMB_NOPLTEXIT; in la_symbind64()
205 if ((*sb_flags & LA_SYMB_NOPLTEXIT) == 0) { in la_symbind64()
215 *sb_flags |= LA_SYMB_NOPLTEXIT; in la_symbind64()
257 if ((*sb_flags & LA_SYMB_NOPLTEXIT) == 0) in la_sparcv9_pltenter()
268 if (indent && ((*sb_flags & LA_SYMB_NOPLTEXIT) == 0)) in la_sparcv9_pltenter()
/titanic_44/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c530 *sb_flags |= (LA_SYMB_NOPLTEXIT | LA_SYMB_NOPLTENTER); in la_symbind64()
545 *sb_flags |= (LA_SYMB_NOPLTEXIT | LA_SYMB_NOPLTENTER); in la_symbind64()
625 *sb_flags |= LA_SYMB_NOPLTEXIT; in la_sparcv9_pltenter()
665 if ((*sb_flags & LA_SYMB_NOPLTEXIT) != 0) in la_sparcv9_pltenter()
678 if ((*sb_flags & LA_SYMB_NOPLTEXIT) != 0) { in la_sparcv9_pltenter()
702 *sb_flags |= LA_SYMB_NOPLTEXIT; in la_sparcv9_pltenter()
/titanic_44/usr/src/cmd/sgs/libconv/common/
H A Daudit.msg40 @ MSG_LA_SYMB_NOPLTEXIT "LA_SYMB_NOPLTEXIT"
H A Daudit.c185 { LA_SYMB_NOPLTEXIT, MSG_LA_SYMB_NOPLTEXIT }, in conv_la_symbind()
/titanic_44/usr/src/head/
H A Dlink.h128 #define LA_SYMB_NOPLTEXIT 0x0002 /* disable pltexit for this symbol */ macro
/titanic_44/usr/src/cmd/sgs/rtld/i386/
H A Dboot_elf.s154 testb $LA_SYMB_NOPLTEXIT, 12(%edi)
/titanic_44/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c250 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()
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Daudit.c1009 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()
/titanic_44/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c398 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()
/titanic_44/usr/src/cmd/sgs/rtld/amd64/
H A Dboot_elf.s285 testb $LA_SYMB_NOPLTEXIT, SBFLAGS_OFF(%r11)