Searched refs:make_array (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 819 make_array(Ofl_desc *ofl, Word shtype, const char *sectname, APlist *alp) in make_array() function 3140 if (make_array(ofl, SHT_INIT_ARRAY, MSG_ORIG(MSG_SCN_INITARRAY), in ld_make_sections() 3144 if (make_array(ofl, SHT_FINI_ARRAY, MSG_ORIG(MSG_SCN_FINIARRAY), in ld_make_sections() 3148 if (make_array(ofl, SHT_PREINIT_ARRAY, MSG_ORIG(MSG_SCN_PREINITARRAY), in ld_make_sections()
|