Searched refs:sg_desc (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dentry.c40 * list is initially seeded using the templates contained in the sg_desc
43 * The entries in sg_desc must be put in the order defined by the
46 * The entries in sg_desc are initialized using the SG_DESC_INIT macro
114 static predef_seg_t sg_desc = { variable
198 &sg_desc.psg_ ## _seg_field, 0, FLG_EC_BUILTIN | ec_flags }
392 if ((psegs = libld_malloc(sizeof (sg_desc))) == NULL)
394 (void) memcpy(psegs, &sg_desc, sizeof (sg_desc));
404 * set here at runtime, rather than in the sg_desc templates above.
442 * segment descriptor in sg_desc
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Dsgs.h242 typedef struct sg_desc Sg_desc;
H A Dlibld.h1038 struct sg_desc { /* output segment descriptor */ struct

Completed in 41 milliseconds