Home
last modified time | relevance | path

Searched refs:set_end (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
Dobj-coff.c1163 static symbolS *set_end; in coff_frob_symbol() local
1359 if (set_end != (symbolS *) NULL in coff_frob_symbol()
1366 SA_SET_SYM_ENDNDX (set_end, symp); in coff_frob_symbol()
1367 set_end = NULL; in coff_frob_symbol()
1372 if (set_end != NULL) in coff_frob_symbol()
1374 S_GET_NAME (set_end)); in coff_frob_symbol()
1375 set_end = next_set_end; in coff_frob_symbol()
Dtc-ppc.c4864 static symbolS *set_end; in ppc_frob_symbol() local
4902 if (set_end != (symbolS *) NULL) in ppc_frob_symbol()
4904 SA_SET_SYM_ENDNDX (set_end, sym); in ppc_frob_symbol()
4905 set_end = NULL; in ppc_frob_symbol()
4927 set_end = ppc_last_function; in ppc_frob_symbol()
/freebsd-10-stable/sys/kern/
Dinit_main.c142 sysinit_add(struct sysinit **set, struct sysinit **set_end) in sysinit_add() argument
149 count = set_end - set; in sysinit_add()
164 for (sipp = set; sipp < set_end; sipp++) in sysinit_add()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dx509parse.c361 const unsigned char *set_end; in x509_get_name() local
368 set_end = *p + len; in x509_get_name()
373 while (*p < set_end) in x509_get_name()
384 SVN_ERR(x509_get_attribute(p, set_end, cur, result_pool)); in x509_get_name()
/freebsd-10-stable/sys/sys/
Dkernel.h269 void sysinit_add(struct sysinit **set, struct sysinit **set_end);
/freebsd-10-stable/contrib/wpa/src/tls/
Dx509v3.c296 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; in x509_parse_name() local
341 pos = set_end = hdr.payload + hdr.length; in x509_parse_name()
343 if (asn1_get_next(set_pos, set_end - set_pos, &hdr) < 0 || in x509_parse_name()
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-9899802 * config/obj-coff.c (coff_frob_symbol): Always update set_end with
DChangeLog-92957220 (coff_frob_symbol): New local static set_end; use it to try to