Lines Matching defs:sectname
819 make_array(Ofl_desc *ofl, Word shtype, const char *sectname, APlist *alp)
839 if (new_section(ofl, shtype, sectname, entcount, &isec, &shdr, &data) ==
1407 make_sym_sec(Ofl_desc *ofl, const char *sectname, Word stype, int ident)
1417 if (new_section(ofl, stype, sectname, 0, &isec, &shdr, &data) ==
2432 char *sectname;
2451 if ((sectname = libld_malloc(strlen(rel_prefix) +
2454 (void) strcpy(sectname, rel_prefix);
2455 (void) strcat(sectname, osp->os_name);
2459 sectname = (char *)MSG_ORIG(MSG_SCN_SUNWRELOC);
2463 sectname = (char *)rel_prefix;
2473 if (new_section(ofl, ld_targ.t_m.m_rel_sht_type, sectname, 0, &isec,