Searched refs:LA_SYMB_NOPLTENTER (Results 1 – 6 of 6) sorted by relevance
209 assert ((LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT) == 3); in rtld_hidden_def()210 uint32_t enterexit = LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT; in rtld_hidden_def()227 flags |= for_jmp_slot ? LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT in rtld_hidden_def()243 enterexit &= flags & (LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT); in rtld_hidden_def()244 enterexit |= ((flags & (LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT)) in rtld_hidden_def()250 enterexit |= ((LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT) in rtld_hidden_def()271 || (reloc_result->enterexit & LA_SYMB_NOPLTENTER)) in _dl_audit_pltenter()298 & (LA_SYMB_NOPLTENTER << (2 * (cnt + 1)))) == 0) in _dl_audit_pltenter()316 reloc_result->enterexit |= ((flags & (LA_SYMB_NOPLTENTER in _dl_audit_pltenter()
25 if ((flags & (LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT)) == 0) in test_symbind_flags()
78 *flags & (LA_SYMB_NOPLTENTER | LA_SYMB_NOPLTEXIT) ? 1 : 0); in la_symbind64()
147 LA_SYMB_NOPLTENTER = 0x01, /* la_pltenter will not be called. */ enumerator
235 if (*flags & LA_SYMB_NOPLTENTER) in la_symbind()
94094 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER