Searched refs:new_section (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 426 new_section(Ofl_desc *ofl, Word shtype, const char *shname, Xword entcnt, in new_section() function 756 if (new_section(ofl, SHT_NOBITS, NULL, 0, in ld_make_bss() 839 if (new_section(ofl, shtype, sectname, entcount, &isec, &shdr, &data) == in make_array() 911 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_COMMENT), 0, in make_comment() 965 if (new_section(ofl, SHT_DYNAMIC, MSG_ORIG(MSG_SCN_DYNAMIC), 0, in make_dynamic() 1328 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_GOT), 0, in ld_make_got() 1387 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_INTERP), 0, in make_interp() 1417 if (new_section(ofl, stype, sectname, 0, &isec, &shdr, &data) == in make_sym_sec() 1693 if (new_section(ofl, shtype, shname, size, &isec, in make_cap() 1891 if (new_section(ofl, SHT_SUNW_capchain, in make_cap() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
H A D | wificonfig.c | 176 static void new_section(config_file_t *p_config_file, aelist_t *p_list, 642 new_section(config_file_t *p_config_file, aelist_t *p_list, in new_section() function 814 new_section(p_config_file, prefer_list, in parse_file() 826 new_section(p_config_file, history_list, in parse_file() 838 new_section(p_config_file, activep_list, in parse_file() 850 new_section(p_config_file, profile_list, in parse_file() 1375 new_section(p_config_file, plist, WIFI_PREFER); in set_prefer() 1465 new_section(p_config_file, plist, WIFI_HISTORY); in add_to_history() 2141 new_section(gp_config_file, plist, WIFI_ACTIVEP); in record_active_profile() 4219 new_section(gp_config_file, plist_config, pbuf); in do_createprofile() [all …]
|