Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dmdebugread.c552 int f_idx = fh - debug_info->fdr; in is_pending_symbol() local
556 for (p = pending_list[f_idx]; p; p = p->next) in is_pending_symbol()
567 int f_idx = fh - debug_info->fdr; in add_pending() local
578 p->next = pending_list[f_idx]; in add_pending()
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()
2331 fdr_to_pst[f_idx].globals_offset = s_idx; in parse_partial_symbols()
2332 s_idx += fdr_to_pst[f_idx].n_globals; in parse_partial_symbols()
2333 fdr_to_pst[f_idx].n_globals = 0; in parse_partial_symbols()
[all …]
/openbsd/src/gnu/usr.bin/perl/regen/
Dregcomp.pl553 foreach my $f_idx (0..$#fields) {
554 my $field= $fields[$f_idx];
556 printf $out $f_idx == $#fields ? "\n" : ",\n";
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));