Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c443 Is_desc *isec; in new_section() local
661 if ((isec = libld_calloc(1, sizeof (Is_desc))) == NULL) in new_section()
663 isec->is_name = shname; in new_section()
664 isec->is_shdr = shdr; in new_section()
665 isec->is_indata = data; in new_section()
668 *ret_isec = isec; in new_section()
699 Is_desc *isec; in new_section_from_template() local
724 if ((isec = libld_calloc(1, sizeof (Is_desc))) == NULL) in new_section_from_template()
726 isec->is_name = tmpl_isp->is_name; in new_section_from_template()
727 isec->is_shdr = shdr; in new_section_from_template()
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmain.c846 size_t ipath, isec; in fs_search() local
858 for (isec = 0; isec < nsec; isec++) in fs_search()
859 if (fs_lookup(paths, ipath, sections[isec], in fs_search()