Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1062 struct sg_desc { /* output segment descriptor */ struct
1063 Word sg_id; /* segment identifier (for sorting) */
1064 Phdr sg_phdr; /* segment header for output file */
1067 Xword sg_round; /* data rounding required (mapfile) */
1068 Xword sg_length; /* maximum segment length; if 0 */
1071 APlist *sg_is_order; /* list of entry criteria */
1075 sg_flags_t sg_flags;
1076 APlist *sg_sizesym; /* size symbols for this segment */
1077 Xword sg_align; /* LCM of sh_addralign */
1078 Elf_Scn *sg_fscn; /* the SCN of the first section. */
[all …]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dentry.c114 static predef_seg_t sg_desc = { variable