Lines Matching refs:new_section
429 new_section(Ofl_desc *ofl, Word shtype, const char *shname, Xword entcnt, in new_section() function
759 if (new_section(ofl, SHT_NOBITS, NULL, 0, in ld_make_bss()
842 if (new_section(ofl, shtype, sectname, entcount, &isec, &shdr, &data) == in make_array()
914 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_COMMENT), 0, in make_comment()
968 if (new_section(ofl, SHT_DYNAMIC, MSG_ORIG(MSG_SCN_DYNAMIC), 0, in make_dynamic()
1338 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_GOT), 0, in ld_make_got()
1397 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_INTERP), 0, in make_interp()
1427 if (new_section(ofl, stype, sectname, 0, &isec, &shdr, &data) == in make_sym_sec()
1714 if (new_section(ofl, shtype, shname, size, &isec, in make_cap()
1920 if (new_section(ofl, SHT_SUNW_capchain, in make_cap()
1957 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_PLT), 0, in make_plt()
1998 if (new_section(ofl, SHT_HASH, MSG_ORIG(MSG_SCN_HASH), 0, in make_hash()
2056 if (new_section(ofl, SHT_SYMTAB, MSG_ORIG(MSG_SCN_SYMTAB), 0, in make_symtab()
2077 if (new_section(ofl, SHT_SYMTAB_SHNDX, in make_symtab()
2153 if (allow_ldynsym && new_section(ofl, SHT_SUNW_LDYNSYM, in make_dynsym()
2157 if (new_section(ofl, SHT_DYNSYM, MSG_ORIG(MSG_SCN_DYNSYM), 0, in make_dynsym()
2218 if (new_section(ofl, SHT_SUNW_symsort, in make_dynsort()
2230 if (new_section(ofl, SHT_SUNW_tlssort, in make_dynsort()
2260 if (new_section(ofl, SHT_SYMTAB_SHNDX, shname, in make_dyn_shndx()
2310 if (new_section(ofl, SHT_STRTAB, MSG_ORIG(MSG_SCN_SHSTRTAB), in make_shstrtab()
2354 if (new_section(ofl, SHT_STRTAB, MSG_ORIG(MSG_SCN_STRTAB), in make_strtab()
2428 if (new_section(ofl, SHT_STRTAB, MSG_ORIG(MSG_SCN_DYNSTR), in make_dynstr()
2502 if (new_section(ofl, ld_targ.t_m.m_rel_sht_type, sectname, 0, &isec, in make_reloc()
2578 if (new_section(ofl, SHT_SUNW_verneed, MSG_ORIG(MSG_SCN_SUNWVERSION), in make_verneed()
2625 if (new_section(ofl, SHT_SUNW_verdef, MSG_ORIG(MSG_SCN_SUNWVERSION), in make_verdef()
2649 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_DATA), 0, in ld_make_parexpn_data()
2695 if (new_section(ofl, SHT_SUNW_move, MSG_ORIG(MSG_SCN_SUNWMOVE), in ld_make_sunwmove()
3480 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_DATA), 0, in ld_make_data()
3512 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_TEXT), 0, in ld_make_text()