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