Home
last modified time | relevance | path

Searched refs:nexts (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DFilter.cc214 char *nexts = s; in set_pattern() local
220 if (*nexts == '-') in set_pattern()
225 val = get_next_number (s, &nexts, error); in set_pattern()
231 switch (*nexts) in set_pattern()
234 s = ++nexts; in set_pattern()
240 s = ++nexts; in set_pattern()
241 if (*nexts == ',' || *nexts == '\0') in set_pattern()
245 val2 = get_next_number (s, &nexts, error); in set_pattern()
264 if (*nexts == ',') in set_pattern()
266 s = ++nexts; in set_pattern()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DFilter.cc214 char *nexts = s; in set_pattern() local
220 if (*nexts == '-') in set_pattern()
225 val = get_next_number (s, &nexts, error); in set_pattern()
231 switch (*nexts) in set_pattern()
234 s = ++nexts; in set_pattern()
240 s = ++nexts; in set_pattern()
241 if (*nexts == ',' || *nexts == '\0') in set_pattern()
245 val2 = get_next_number (s, &nexts, error); in set_pattern()
264 if (*nexts == ',') in set_pattern()
266 s = ++nexts; in set_pattern()
[all …]
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dmmo.em91 asection *nexts;
112 nexts = s;
113 while ((nexts = bfd_get_next_section_by_name (nexts->owner, nexts))
115 if (nexts->output_section == NULL
116 && (nexts->flags & SEC_EXCLUDE) == 0
117 && ((nexts->flags ^ flags) & (SEC_LOAD | SEC_ALLOC)) == 0
118 && (nexts->owner->flags & DYNAMIC) == 0
119 && !bfd_input_just_syms (nexts->owner))
120 flags = (((flags ^ SEC_READONLY) | (nexts->flags ^ SEC_READONLY))
H A Dpep.em2120 asection *nexts;
2138 nexts = s;
2139 while ((nexts = bfd_get_next_section_by_name (nexts->owner,
2140 nexts)))
2141 if (nexts->output_section == NULL
2142 && (nexts->flags & SEC_EXCLUDE) == 0
2143 && ((nexts->flags ^ flags) & (SEC_LOAD | SEC_ALLOC)) == 0
2144 && (nexts->owner->flags & DYNAMIC) == 0
2145 && !bfd_input_just_syms (nexts->owner))
2147 | (nexts->flags ^ SEC_READONLY))
H A Dpe.em2289 asection *nexts;
2307 nexts = s;
2308 while ((nexts = bfd_get_next_section_by_name (nexts->owner,
2309 nexts)))
2310 if (nexts->output_section == NULL
2311 && (nexts->flags & SEC_EXCLUDE) == 0
2312 && ((nexts->flags ^ flags) & (SEC_LOAD | SEC_ALLOC)) == 0
2313 && (nexts->owner->flags & DYNAMIC) == 0
2314 && !bfd_input_just_syms (nexts->owner))
2316 | (nexts->flags ^ SEC_READONLY))
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dmmo.em91 asection *nexts;
112 nexts = s;
113 while ((nexts = bfd_get_next_section_by_name (nexts->owner, nexts))
115 if (nexts->output_section == NULL
116 && (nexts->flags & SEC_EXCLUDE) == 0
117 && ((nexts->flags ^ flags) & (SEC_LOAD | SEC_ALLOC)) == 0
118 && (nexts->owner->flags & DYNAMIC) == 0
119 && !bfd_input_just_syms (nexts->owner))
120 flags = (((flags ^ SEC_READONLY) | (nexts->flags ^ SEC_READONLY))
H A Dpep.em1962 asection *nexts;
1980 nexts = s;
1981 while ((nexts = bfd_get_next_section_by_name (nexts->owner,
1982 nexts)))
1983 if (nexts->output_section == NULL
1984 && (nexts->flags & SEC_EXCLUDE) == 0
1985 && ((nexts->flags ^ flags) & (SEC_LOAD | SEC_ALLOC)) == 0
1986 && (nexts->owner->flags & DYNAMIC) == 0
1987 && !bfd_input_just_syms (nexts->owner))
1989 | (nexts->flags ^ SEC_READONLY))
H A Dpe.em2150 asection *nexts;
2168 nexts = s;
2169 while ((nexts = bfd_get_next_section_by_name (nexts->owner,
2170 nexts)))
2171 if (nexts->output_section == NULL
2172 && (nexts->flags & SEC_EXCLUDE) == 0
2173 && ((nexts->flags ^ flags) & (SEC_LOAD | SEC_ALLOC)) == 0
2174 && (nexts->owner->flags & DYNAMIC) == 0
2175 && !bfd_input_just_syms (nexts->owner))
2177 | (nexts->flags ^ SEC_READONLY))
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapurl.c179 int nexts = 0; in main() local
294 sizeof( char * ) * ( nexts + 2 ) ); in main()
295 lud.lud_exts[ nexts++ ] = optarg; in main()
296 lud.lud_exts[ nexts ] = NULL; in main()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldelf.c2147 asection *nexts; in ldelf_place_orphan() local
2291 nexts = s; in ldelf_place_orphan()
2292 while ((nexts = bfd_get_next_section_by_name (nexts->owner, nexts)) in ldelf_place_orphan()
2294 if (nexts->output_section == NULL in ldelf_place_orphan()
2295 && (nexts->flags & SEC_EXCLUDE) == 0 in ldelf_place_orphan()
2296 && ((nexts->flags ^ flags) & (SEC_LOAD | SEC_ALLOC)) == 0 in ldelf_place_orphan()
2297 && (nexts->owner->flags & DYNAMIC) == 0 in ldelf_place_orphan()
2298 && !bfd_input_just_syms (nexts->owner) in ldelf_place_orphan()
2299 && _bfd_elf_match_sections_by_type (nexts->owner, nexts, in ldelf_place_orphan()
2302 | (nexts->flags ^ SEC_READONLY)) in ldelf_place_orphan()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldelf.c2156 asection *nexts; in ldelf_place_orphan() local
2301 nexts = s; in ldelf_place_orphan()
2302 while ((nexts = bfd_get_next_section_by_name (nexts->owner, nexts)) in ldelf_place_orphan()
2304 if (nexts->output_section == NULL in ldelf_place_orphan()
2305 && (nexts->flags & SEC_EXCLUDE) == 0 in ldelf_place_orphan()
2306 && ((nexts->flags ^ flags) & (SEC_LOAD | SEC_ALLOC)) == 0 in ldelf_place_orphan()
2307 && (nexts->owner->flags & DYNAMIC) == 0 in ldelf_place_orphan()
2308 && !bfd_input_just_syms (nexts->owner) in ldelf_place_orphan()
2309 && _bfd_elf_match_sections_by_type (nexts->owner, nexts, in ldelf_place_orphan()
2312 | (nexts->flags ^ SEC_READONLY)) in ldelf_place_orphan()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregexec.c1326 Idx dest_node = dfa->nexts[node]; in proceed_next_node()
1683 dfa->nexts[prev_node])) in build_sifted_states()
1693 dfa->nexts[prev_node], to_idx, in build_sifted_states()
2157 dst_node = (subexp_len ? dfa->nexts[node] in sift_states_bkref()
2225 dfa->nexts[node_idx])) in sift_states_iter_mb()
2465 dfa->eclosures + dfa->nexts[cur_node]);
2529 assert (dfa->nexts[cur_node_idx] != REG_MISSING); in transit_state_mb()
2531 new_nodes = dfa->eclosures + dfa->nexts[cur_node_idx]; in transit_state_mb()
2594 assert (dfa->nexts[node_idx] != REG_MISSING); in transit_state_bkref()
2607 : dfa->eclosures + dfa->nexts[node_idx]); in transit_state_bkref()
[all …]
H A Dregcomp.c578 re_free (dfa->nexts); in free_dfa_content()
1102 dfa->nexts = re_malloc (Idx, dfa->nodes_alloc); in analyze()
1106 if (BE (dfa->nexts == NULL || dfa->org_indices == NULL || dfa->edests == NULL in analyze()
1397 dfa->nexts[idx] = node->next->node_idx; in link_nfa_nodes()
1399 re_node_set_init_1 (dfa->edests + idx, dfa->nexts[idx]); in link_nfa_nodes()
1404 dfa->nexts[idx] = node->next->node_idx; in link_nfa_nodes()
1432 org_dest = dfa->nexts[org_node]; in duplicate_node_closure()
1437 dfa->nexts[clone_node] = dfa->nexts[org_node]; in duplicate_node_closure()
1447 dfa->nexts[clone_node] = dfa->nexts[org_node]; in duplicate_node_closure()
H A Dregex_internal.c1339 new_nexts = re_realloc (dfa->nexts, Idx, new_nodes_alloc); in re_dfa_add_node()
1346 dfa->nexts = new_nexts; in re_dfa_add_node()
1358 dfa->nexts[dfa->nodes_len] = REG_MISSING; in re_dfa_add_node()
H A Dregex_internal.h716 Idx *nexts; member
/netbsd-src/sys/dist/pf/net/
H A Dif_pfsync.c427 struct pf_state *nexts; in pfsync_input() local
442 st; st = nexts) { in pfsync_input()
443 nexts = RB_NEXT(pf_state_tree_id, &tree_id, st); in pfsync_input()
H A Dpf_ioctl.c1870 struct pf_state *ps, *nexts; in pfioctl() local
1874 for (ps = RB_MIN(pf_state_tree_id, &tree_id); ps; ps = nexts) { in pfioctl()
1875 nexts = RB_NEXT(pf_state_tree_id, &tree_id, ps); in pfioctl()
1895 struct pf_state *ps, *nexts; in pfioctl() local
1902 ps = nexts) { in pfioctl()
1903 nexts = RB_NEXT(pf_state_tree_id, &tree_id, ps); in pfioctl()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Ddwarf2dbg.c803 struct line_seg *s, *nexts; in purge_generated_debug() local
805 for (s = all_segs; s; s = nexts) in purge_generated_debug()
828 nexts = s->next; in purge_generated_debug()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Ddwarf2dbg.c797 struct line_seg *s, *nexts; in purge_generated_debug() local
799 for (s = all_segs; s; s = nexts) in purge_generated_debug()
822 nexts = s->next; in purge_generated_debug()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git112000 the 3 nexts (and never resumes it again), then the join won't
178958 Fix this by issuing extra nexts to arrive at the required lines.