Lines Matching defs:sg_desc
1041 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;
1055 APlist *sg_sizesym; /* size symbols for this segment */
1056 Xword sg_align; /* LCM of sh_addralign */
1057 Elf_Scn *sg_fscn; /* the SCN of the first section. */
1058 avl_node_t sg_avlnode; /* AVL book-keeping */