Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1113 struct ent_desc { /* input section entrance criteria */ struct
1114 const char *ec_name; /* entrace criteria name, or NULL */
1115 Alist *ec_files; /* files from which to accept */
1117 const char *ec_is_name; /* input section name to match */
1119 Word ec_type; /* section type */
1120 Word ec_attrmask; /* section attribute mask (AWX) */
1121 Word ec_attrbits; /* sections attribute bits */
1122 Sg_desc *ec_segment; /* output segment to enter if matched */
1123 Word ec_ordndx; /* index to determine where section */
1127 ec_flags_t ec_flags;
[all …]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dentry.c200 static const Ent_desc ent_desc[] = { variable