Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c2615 Sg_desc *first_seg = NULL; in ld_map_post_process() local
2636 if ((first_seg == NULL) && !(sgp->sg_flags & FLG_SG_DISABLED)) in ld_map_post_process()
2637 first_seg = sgp; in ld_map_post_process()
2762 } else if (first_seg != NULL) { in ld_map_post_process()
2781 first_seg = sgp; in ld_map_post_process()
2791 if (first_seg->sg_flags & FLG_SG_NOHDR) in ld_map_post_process()
2803 (first_seg->sg_phdr.p_type != PT_LOAD)) { in ld_map_post_process()
2809 first_seg->sg_phdr.p_type, 0, &inv_buf), in ld_map_post_process()
2810 first_seg->sg_name); in ld_map_post_process()