Home
last modified time | relevance | path

Searched refs:f_idx (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dmdebugread.c552 int f_idx = fh - debug_info->fdr; in is_pending_symbol() local
567 int f_idx = fh - debug_info->fdr; in add_pending() local
579 pending_list[f_idx] = p; in add_pending()
2215 int f_idx, s_idx; in parse_partial_symbols() local
2329 for (f_idx = -1; f_idx < hdr->ifdMax; f_idx++) in parse_partial_symbols()
2521 for (f_idx = 0; f_idx < hdr->ifdMax; f_idx++) in parse_partial_symbols()
2531 fdr_to_pst[f_idx].pst = NULL; in parse_partial_symbols()
2556 FDR_IDX (pst) = f_idx; in parse_partial_symbols()
3526 if (ext_ptr->ifd != f_idx) in parse_partial_symbols()
3630 for (f_idx = 0; f_idx < hdr->ifdMax; f_idx++) in parse_partial_symbols()
[all …]
/openbsd/gnu/usr.bin/perl/regen/
H A Dregcomp.pl553 foreach my $f_idx (0..$#fields) {
554 my $field= $fields[$f_idx];
556 printf $out $f_idx == $#fields ? "\n" : ",\n";
H A DHeaderParser.pm804 my $f_idx= $f_index;
805 $f_idx-- while substr($lines[$ix], $f_idx, 1) ne " ";
806 substr($lines[$ix], $f_idx, 0, " " x ($n_index - $f_index));