Home
last modified time | relevance | path

Searched refs:LA_SYMB_NOPLTENTER (Results 1 – 2 of 2) 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()
233 reloc_result->enterexit &= flags & (LA_SYMB_NOPLTENTER in rtld_hidden_def()
235 reloc_result->enterexit |= ((flags & (LA_SYMB_NOPLTENTER in rtld_hidden_def()
242 reloc_result->enterexit |= ((LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT) in rtld_hidden_def()
257 || (reloc_result->enterexit & LA_SYMB_NOPLTENTER)) in _dl_audit_pltenter()
284 & (LA_SYMB_NOPLTENTER << (2 * (cnt + 1)))) == 0) in _dl_audit_pltenter()
302 reloc_result->enterexit |= ((flags & (LA_SYMB_NOPLTENTER in _dl_audit_pltenter()
A Dlink.h147 LA_SYMB_NOPLTENTER = 0x01, /* la_pltenter will not be called. */ enumerator

Completed in 6 milliseconds