Searched defs:sg_desc (Results 1 – 2 of 2) sorted by relevance
1041 struct sg_desc { /* output segment descriptor */ struct1042 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 …]
114 static predef_seg_t sg_desc = { variable