Searched refs:isec (Results 1 – 2 of 2) sorted by relevance
440 Is_desc *isec; in new_section() local658 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() local721 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 …]
95 static float start_time, end_time, isec; variable162 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()