Searched refs:obj2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/x509v3/
H A Dv3_pmaps.c118 ASN1_OBJECT *obj1, *obj2;
137 obj2 = OBJ_txt2obj(val->value, 0);
138 if (!obj1 || !obj2) {
152 pmap->subjectDomainPolicy = obj2;
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dposix1.mk134 lib.a: lib.a(obj1.o) lib.a(obj2.o) lib.a(obj3.o)
151 lib.a(obj2.o): obj2.o
167 obj2.o: obj_2.c obj_2.h dir/obj_1.h
175 # and obj2.c are not used, so they should not get created. They're here
177 obj1.c dir/obj_1.c obj2.c obj_2.c obj3.c:
H A Dposix1.exp98 ${@}="obj2.o" ${<}="obj_2.c"
99 ${*}="obj2" ${?}="obj_2.c obj_2.h dir/obj_1.h"
103 ${@D}="." ${@F}="obj2.o"
105 ${*D}="." ${*F}="obj2"
110 ${@:.o=}="obj2" ${<:.c=.C}="obj_2.C"
111 ${*:=.h}="obj2.h" ${?:.h=.H}="obj_2.c obj_2.H dir/obj_1.H"
116 ${@F:.o=.O}="obj2.O"
124 ${*F:.a=}="obj2"
134 cc -c -o 'obj2.o' 'obj_2.c'
135 ar -rcv 'lib.a' 'obj2
[all...]
/freebsd-10-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c966 __mf_object_t *obj2 = all_ovr_obj[j]; local
971 if (obj2->type == __MF_TYPE_STACK
972 || obj2->type == __MF_TYPE_STATIC)
975 /* Consider a side "covered" if obj2 includes
978 && (ptr_lower >= obj2->low && ptr_lower <= obj2->high))
981 && (ptr_high >= obj2->low && ptr_higher <= obj2->high))
/freebsd-10-stable/contrib/gcc/
H A Dtree-ssa-loop-im.c1193 memref_eq (const void *obj1, const void *obj2) argument
1197 return operand_equal_p (mem1->mem, (tree) obj2, 0);

Completed in 112 milliseconds