Searched refs:alt_os_name (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dorder.c156 * alt_os_name - Address of pointer to string. If the final section
157 * name is different than the section given by ndx, *alt_os_name
159 * should initialize *alt_os_name to NULL before calling
164 * given by ndx, then *alt_os_name is set to its name. TRUE is returned.
170 const char **alt_os_name)
254 * section, then set *alt_os_name to the destination name.
257 *alt_os_name = ifl->ifl_isdesc[isp2_ndx]->is_name;
297 const char *alt_os_name = NULL; local
323 * name given by sh_link, and set alt_os_name to the name of the
327 (validate_shf_ordered_dest(ofl, ifl, ndx, &alt_os_name)
169 validate_shf_ordered_dest(Ofl_desc *ofl, Ifl_desc *ifl, Word ndx, const char **alt_os_name) argument
[all...]
H A Dplace.c727 * alt_os_name - If non-NULL, the name of the output section to place
733 int ident, const char *alt_os_name)
905 oname = (char *)((alt_os_name == NULL) ? isp->is_name : alt_os_name);
732 ld_place_section(Ofl_desc *ofl, Is_desc *isp, Place_path_info *path_info, int ident, const char *alt_os_name) argument

Completed in 72 milliseconds