Home
last modified time | relevance | path

Searched defs:sg_desc (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sgs/include/
H A Dlibld.h1041 struct sg_desc { /* output segment descriptor */ struct
1042 Word sg_id; /* segment identifier (for sorting) */
1043 Phdr sg_phdr; /* segment header for output file */
1044 const char *sg_name; /* segment name for PT_LOAD, PT_NOTE, */
1046 Xword sg_round; /* data rounding required (mapfile) */
1047 Xword sg_length; /* maximum segment length; if 0 */
1049 APlist *sg_osdescs; /* list of output section descriptors */
1050 APlist *sg_is_order; /* list of entry criteria */
1052 Alist *sg_os_order; /* list specifying output section */
1054 sg_flags_t sg_flags;
[all …]
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dentry.c114 static predef_seg_t sg_desc = { variable