Home
last modified time | relevance | path

Searched refs:FLG_SG_EMPTY (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dsegments.c81 { FLG_SG_EMPTY, MSG_FLG_SG_EMPTY }, in conv_seg_flags()
H A Dsegments.msg36 @ MSG_FLG_SG_EMPTY "FLG_SG_EMPTY"
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dmap.c200 sgp->sg_flags |= FLG_SG_EMPTY; in map_equal_flags()
309 FLG_SG_P_TYPE | FLG_SG_EMPTY }, in map_equal()
496 if ((sgp->sg_flags & FLG_SG_EMPTY) && in map_equal()
1416 } else if (sgp1->sg_flags & FLG_SG_EMPTY) { in ld_map_parse_v1()
H A Dmap_core.c2519 (FLG_SG_P_VADDR | FLG_SG_EMPTY)) == 0) && in sort_seg_list()
2520 (sgp1->sg_flags & FLG_SG_EMPTY)) in sort_seg_list()
2524 ((sgp2->sg_flags & FLG_SG_EMPTY) == in sort_seg_list()
2525 (sgp1->sg_flags & FLG_SG_EMPTY))) { in sort_seg_list()
H A Dmap_support.c656 if (sgp->sg_flags & FLG_SG_EMPTY) in ld_map_seg_insert()
662 if (sgp->sg_flags & FLG_SG_EMPTY) in ld_map_seg_insert()
H A Doutfile.c484 } else if (sgp->sg_flags & FLG_SG_EMPTY) { in ld_create_outfile()
H A Dupdate.c393 } else if (sgp->sg_flags & FLG_SG_EMPTY) in update_osym()
3850 (sgp->sg_flags & FLG_SG_EMPTY)) { in ld_update_outfile()
H A Dmap_v2.c1424 FLG_SG_P_TYPE | FLG_SG_EMPTY)) == NULL) in dir_phdr_add_null()
/titanic_50/usr/src/cmd/sgs/include/
H A Dlibld.h1072 #define FLG_SG_EMPTY 0x0200 /* an empty segment specification */ macro