Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/include/coff/
HDsym.h168 long lnLow; /* lowest line in the procedure */ member
/freebsd-11-stable/contrib/binutils/bfd/
HDecoffswap.h337 intern->lnLow = H_GET_32 (abfd, ext->p_lnLow); in ecoff_swap_pdr_in()
399 H_PUT_32 (abfd, intern->lnLow, ext->p_lnLow); in ecoff_swap_pdr_out()
HDecofflink.c2183 lineno = pdr.lnLow;
/freebsd-11-stable/contrib/gcc/
HDmips-tdump.c1266 (long) proc_ptr->lnLow, in print_file_desc()
1280 long cur_line = proc_ptr->lnLow; in print_file_desc()
/freebsd-11-stable/contrib/binutils/gas/
HDecoff.c2136 new_proc_ptr->pdr.lnLow = -1; in add_procedure()
3772 proc->pdr.lnLow = l->lineno; in ecoff_build_lineno()
/freebsd-11-stable/contrib/gdb/gdb/
HDmdebugread.c2159 pr->lnLow == -1 || pr->lnHigh == -1) in parse_lines()
2174 for (lineno = pr->lnLow; base < halt;) in parse_lines()