Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dsections.c440 Is_desc *isec; in new_section() local
658 if ((isec = libld_calloc(1, sizeof (Is_desc))) == NULL) in new_section()
660 isec->is_name = shname; in new_section()
661 isec->is_shdr = shdr; in new_section()
662 isec->is_indata = data; in new_section()
665 *ret_isec = isec; in new_section()
696 Is_desc *isec; in new_section_from_template() local
721 if ((isec = libld_calloc(1, sizeof (Is_desc))) == NULL) in new_section_from_template()
723 isec->is_name = tmpl_isp->is_name; in new_section_from_template()
724 isec->is_shdr = shdr; in new_section_from_template()
[all …]
/titanic_41/usr/src/cmd/sa/
H A Dsar.c95 static float start_time, end_time, isec; variable
162 if (sscanf(optarg, "%f", &isec) < 1) in main()
166 if (isec > 0.0) in main()
565 if (isec > 0) in prpass()
567 tnext += isec; in prpass()