Searched refs:set_end (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/contrib/binutils/gas/config/ |
| D | obj-coff.c | 1163 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()
|
| D | tc-ppc.c | 4864 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/ |
| D | init_main.c | 142 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/ |
| D | x509parse.c | 361 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/ |
| D | kernel.h | 269 void sysinit_add(struct sysinit **set, struct sysinit **set_end);
|
| /freebsd-10-stable/contrib/wpa/src/tls/ |
| D | x509v3.c | 296 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/ |
| D | ChangeLog-9899 | 802 * config/obj-coff.c (coff_frob_symbol): Always update set_end with
|
| D | ChangeLog-9295 | 7220 (coff_frob_symbol): New local static set_end; use it to try to
|