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