Home
last modified time | relevance | path

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

/elf/
A Ddl-audit.c201 assert ((LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT) == 3); in rtld_hidden_def()
202 reloc_result->enterexit = LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT; in rtld_hidden_def()
234 | LA_SYMB_NOPLTEXIT); in rtld_hidden_def()
236 | LA_SYMB_NOPLTEXIT)) in rtld_hidden_def()
242 reloc_result->enterexit |= ((LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT) in rtld_hidden_def()
303 | LA_SYMB_NOPLTEXIT)) in _dl_audit_pltenter()
306 if ((reloc_result->enterexit & (LA_SYMB_NOPLTEXIT in _dl_audit_pltenter()
357 & (LA_SYMB_NOPLTEXIT >> (2 * cnt))) == 0) in _dl_audit_pltexit()
A Dlink.h148 LA_SYMB_NOPLTEXIT = 0x02, /* la_pltexit will not be called. */ enumerator
A Dsotruss-lib.c235 *flags = LA_SYMB_NOPLTEXIT; in la_symbind()
253 (flags & LA_SYMB_NOPLTEXIT) ? "*" : " ", symname, reg1, reg2, reg3); in print_enter()

Completed in 6 milliseconds