Home
last modified time | relevance | path

Searched refs:new_section (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c429 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()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c178 static void new_section(config_file_t *p_config_file, aelist_t *p_list,
644 new_section(config_file_t *p_config_file, aelist_t *p_list, in new_section() function
816 new_section(p_config_file, prefer_list, in parse_file()
828 new_section(p_config_file, history_list, in parse_file()
840 new_section(p_config_file, activep_list, in parse_file()
852 new_section(p_config_file, profile_list, in parse_file()
1377 new_section(p_config_file, plist, WIFI_PREFER); in set_prefer()
1467 new_section(p_config_file, plist, WIFI_HISTORY); in add_to_history()
2143 new_section(gp_config_file, plist, WIFI_ACTIVEP); in record_active_profile()
4222 new_section(gp_config_file, plist_config, pbuf); in do_createprofile()
[all …]