Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dtruss.c202 *sb_flags |= LA_SYMB_NOPLTEXIT; in la_symbind64()
208 if ((*sb_flags & LA_SYMB_NOPLTEXIT) == 0) { in la_symbind64()
217 *sb_flags |= LA_SYMB_NOPLTEXIT; in la_symbind64()
259 if ((*sb_flags & LA_SYMB_NOPLTEXIT) == 0) in la_sparcv9_pltenter()
270 if (indent && ((*sb_flags & LA_SYMB_NOPLTEXIT) == 0)) in la_sparcv9_pltenter()
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c528 *sb_flags |= (LA_SYMB_NOPLTEXIT | LA_SYMB_NOPLTENTER); in la_symbind64()
543 *sb_flags |= (LA_SYMB_NOPLTEXIT | LA_SYMB_NOPLTENTER); in la_symbind64()
623 *sb_flags |= LA_SYMB_NOPLTEXIT; in la_sparcv9_pltenter()
663 if ((*sb_flags & LA_SYMB_NOPLTEXIT) != 0) in la_sparcv9_pltenter()
676 if ((*sb_flags & LA_SYMB_NOPLTEXIT) != 0) { in la_sparcv9_pltenter()
700 *sb_flags |= LA_SYMB_NOPLTEXIT; in la_sparcv9_pltenter()
/illumos-gate/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()
/illumos-gate/usr/src/head/
H A Dlink.h128 #define LA_SYMB_NOPLTEXIT 0x0002 /* disable pltexit for this symbol */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot_elf.S153 testb $LA_SYMB_NOPLTEXIT, 12(%edi)
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot_elf.S441 testb $LA_SYMB_NOPLTEXIT, SBFLAGS_OFF(%r11)