Home
last modified time | relevance | path

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

/titanic_53/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_53/usr/src/cmd/mandoc/
H A Dmain.c127 size_t isec, i, sz; in main() local
383 isec = strcspn(res[i].file, "123456789"); in main()
384 sec = res[i].file[isec]; in main()
602 size_t ipath, isec, lastsz; in fs_search() local
615 } else for (isec = 0; isec < nsec; isec++) in fs_search()
616 if (fs_lookup(paths, ipath, sections[isec], in fs_search()
/titanic_53/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()