Searched refs:osi (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-object-size.c346 struct object_size_info osi; local
359 osi.visited = BITMAP_ALLOC (NULL);
360 osi.reexamine = BITMAP_ALLOC (NULL);
361 osi.object_size_type = object_size_type;
362 osi.depths = NULL;
363 osi.stack = NULL;
364 osi.tos = NULL;
367 can be computed. osi.reexamine bitmap at the end will
370 osi.pass = 0;
371 osi
467 expr_object_size(struct object_size_info *osi, tree ptr, tree value) argument
508 merge_object_sizes(struct object_size_info *osi, tree dest, tree orig, unsigned HOST_WIDE_INT offset) argument
556 plus_expr_object_size(struct object_size_info *osi, tree var, tree value) argument
645 collect_object_sizes_for(struct object_size_info *osi, tree var) argument
783 check_for_plus_in_loops_1(struct object_size_info *osi, tree var, unsigned int depth) argument
888 check_for_plus_in_loops(struct object_size_info *osi, tree var) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_ess.c229 CMS_SignerInfo *si, *osi = NULL; local
269 osi = sk_CMS_SignerInfo_value(osis, i);
270 if (!ASN1_STRING_cmp(osi->signature, rct->originatorSignatureValue))
293 if (!cms_msgSigDigest(osi, dig, &diglen)) {
311 octype = CMS_signed_get0_data_by_OBJ(osi,
328 if (CMS_get1_ReceiptRequest(osi, &rr) <= 0) {
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-arm.c9575 elf32_arm_ouput_plt_map_sym (output_arch_syminfo *osi, argument
9583 htab = elf32_arm_hash_table (osi->info);
9584 sym.st_value = osi->sec->output_section->vma
9585 + osi->sec->output_offset
9590 sym.st_shndx = osi->sec_shndx;
9591 if (!osi->func (osi->finfo, names[type], &sym, osi->sec, NULL))
9602 output_arch_syminfo *osi = (output_arch_syminfo *) inf; local
9607 htab = elf32_arm_hash_table (osi
9682 output_arch_syminfo osi; local
[all...]

Completed in 104 milliseconds