Lines Matching refs:sectname
822 make_array(Ofl_desc *ofl, Word shtype, const char *sectname, APlist *alp) in make_array() argument
842 if (new_section(ofl, shtype, sectname, entcount, &isec, &shdr, &data) == in make_array()
1417 make_sym_sec(Ofl_desc *ofl, const char *sectname, Word stype, int ident) in make_sym_sec() argument
1427 if (new_section(ofl, stype, sectname, 0, &isec, &shdr, &data) == in make_sym_sec()
2461 char *sectname; in make_reloc() local
2480 if ((sectname = libld_malloc(strlen(rel_prefix) + in make_reloc()
2483 (void) strcpy(sectname, rel_prefix); in make_reloc()
2484 (void) strcat(sectname, osp->os_name); in make_reloc()
2488 sectname = (char *)MSG_ORIG(MSG_SCN_SUNWRELOC); in make_reloc()
2492 sectname = (char *)rel_prefix; in make_reloc()
2502 if (new_section(ofl, ld_targ.t_m.m_rel_sht_type, sectname, 0, &isec, in make_reloc()