Lines Matching defs:sg_desc
1062 struct sg_desc { /* output segment descriptor */ struct
1063 Word sg_id; /* segment identifier (for sorting) */
1064 Phdr sg_phdr; /* segment header for output file */
1065 const char *sg_name; /* segment name for PT_LOAD, PT_NOTE, */
1067 Xword sg_round; /* data rounding required (mapfile) */
1068 Xword sg_length; /* maximum segment length; if 0 */
1070 APlist *sg_osdescs; /* list of output section descriptors */
1071 APlist *sg_is_order; /* list of entry criteria */
1073 Alist *sg_os_order; /* list specifying output section */
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. */
1079 avl_node_t sg_avlnode; /* AVL book-keeping */
1080 os_desc_hash_t *sg_hashtab; /* hash table of output descriptors */