Searched defs:new_section (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c426 new_section(Ofl_desc *ofl, Word shtype, const char *shname, Xword entcnt, function
756 if (new_section(ofl, SHT_NOBITS, NULL, 0,
839 if (new_section(ofl, shtype, sectname, entcount, &isec, &shdr, &data) ==
911 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_COMMENT), 0,
965 if (new_section(ofl, SHT_DYNAMIC, MSG_ORIG(MSG_SCN_DYNAMIC), 0,
970 * new_section() does not set SHF_ALLOC. If we're building anything
978 * new_section() does not set SHF_WRITE. If we're building an object
1331 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_GOT), 0,
1390 if (new_section(ofl, SHT_PROGBITS, MSG_ORIG(MSG_SCN_INTERP), 0,
1420 if (new_section(of
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c176 static void new_section(config_file_t *p_config_file, aelist_t *p_list,
638 * new_section: Add a list pointed by "p_list", with identity "section_id" to
642 new_section(config_file_t *p_config_file, aelist_t *p_list, function
647 PRTDBG(("new_section(0x%x, 0x%x, \"%s\")\n", p_config_file, p_list,
814 new_section(p_config_file, prefer_list,
826 new_section(p_config_file, history_list,
838 new_section(p_config_file, activep_list,
850 new_section(p_config_file, profile_list,
1375 new_section(p_config_file, plist, WIFI_PREFER);
1465 new_section(p_config_fil
[all...]

Completed in 53 milliseconds