Searched refs:FLG_SG_EMPTY (Results 1 – 9 of 9) sorted by relevance
81 { FLG_SG_EMPTY, MSG_FLG_SG_EMPTY }, in conv_seg_flags()
36 @ MSG_FLG_SG_EMPTY "FLG_SG_EMPTY"
200 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()
2519 (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()
656 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()
484 } else if (sgp->sg_flags & FLG_SG_EMPTY) { in ld_create_outfile()
393 } else if (sgp->sg_flags & FLG_SG_EMPTY) in update_osym()3850 (sgp->sg_flags & FLG_SG_EMPTY)) { in ld_update_outfile()
1424 FLG_SG_P_TYPE | FLG_SG_EMPTY)) == NULL) in dir_phdr_add_null()
1072 #define FLG_SG_EMPTY 0x0200 /* an empty segment specification */ macro