Home
last modified time | relevance | path

Searched refs:num_labels (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-labels.c25 uint32_t *num_labels) in extract_label_info() argument
32 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); in extract_label_info()
44 uint32_t num_labels = 0; in ctf_label_topmost() local
46 if (extract_label_info (fp, &ctlp, &num_labels) < 0) in ctf_label_topmost()
49 if (num_labels == 0) in ctf_label_topmost()
55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) in ctf_label_topmost()
68 uint32_t num_labels = 0; in ctf_label_iter() local
73 if (extract_label_info (fp, &ctlp, &num_labels) < 0) in ctf_label_iter()
76 if (num_labels == 0) in ctf_label_iter()
79 for (i = 0; i < num_labels; i++, ctlp++) in ctf_label_iter()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-labels.c25 uint32_t *num_labels) in extract_label_info() argument
32 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); in extract_label_info()
44 uint32_t num_labels = 0; in ctf_label_topmost() local
46 if (extract_label_info (fp, &ctlp, &num_labels) < 0) in ctf_label_topmost()
49 if (num_labels == 0) in ctf_label_topmost()
55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) in ctf_label_topmost()
68 uint32_t num_labels = 0; in ctf_label_iter() local
73 if (extract_label_info (fp, &ctlp, &num_labels) < 0) in ctf_label_iter()
76 if (num_labels == 0) in ctf_label_iter()
79 for (i = 0; i < num_labels; i++, ctlp++) in ctf_label_iter()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_labels.c35 extract_label_info(ctf_file_t *fp, const ctf_lblent_t **ctl, uint_t *num_labels) in extract_label_info() argument
49 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); in extract_label_info()
62 uint_t num_labels = 0; // XXX: gcc in ctf_label_topmost() local
64 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR) in ctf_label_topmost()
67 if (num_labels == 0) { in ctf_label_topmost()
72 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) in ctf_label_topmost()
86 uint_t i, num_labels = 0; // XXX: gcc in ctf_label_iter() local
91 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR) in ctf_label_iter()
94 if (num_labels == 0) in ctf_label_iter()
97 for (i = 0; i < num_labels; i++, ctlp++) { in ctf_label_iter()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreload1.cc331 static int num_labels; variable
3792 memset (offsets_known_at, 0, num_labels); in set_initial_label_offsets()
4019 num_labels = max_label_num () - first_label_num; in init_eliminable_invariants()
4022 offsets_known_at = XNEWVEC (char, num_labels); in init_eliminable_invariants()
4024 xmalloc (num_labels * NUM_ELIMINABLE_REGS * sizeof (poly_int64)); in init_eliminable_invariants()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreload1.c331 static int num_labels; variable
3795 memset (offsets_known_at, 0, num_labels); in set_initial_label_offsets()
4022 num_labels = max_label_num () - first_label_num; in init_eliminable_invariants()
4025 offsets_known_at = XNEWVEC (char, num_labels); in init_eliminable_invariants()
4027 xmalloc (num_labels * NUM_ELIMINABLE_REGS * sizeof (poly_int64)); in init_eliminable_invariants()
/netbsd-src/lib/libterminfo/
H A Dterm.h292 #define num_labels t_num_labels(cur_term) macro