Searched defs:sdflags_u (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c619 * The bits in sdflags_u are OR'd into the flags field of the symbol for the
636 sd_flag_t sdflags_u, sd_flag_t sdflags, Ofl_desc *ofl)
656 usdp->sd_flags |= FLG_SY_SPECSEC | sdflags_u;
710 ofl, 0, SHN_ABS, (FLG_SY_SPECSEC | sdflags_u), &where)) ==
635 sym_add_spec(const char *name, const char *uname, Word sdaux_id, sd_flag_t sdflags_u, sd_flag_t sdflags, Ofl_desc *ofl) argument

Completed in 50 milliseconds