Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Delfread.c49 file_ptr lnoffset; /* Offset to dwarf line number section */ member
90 ei->lnoffset = sectp->filepos; in elf_locate_sections()
583 else if (ei.dboffset && ei.lnoffset) in elf_symfile_read()
589 ei.lnoffset, ei.lnsize); in elf_symfile_read()
H A Ddwarfread.c666 unsigned int dbfsize, file_ptr lnoffset, in dwarf_build_psymtabs() argument
704 scan_compilation_units (dbbase, dbbase + dbsize, dbfoff, lnoffset, objfile); in dwarf_build_psymtabs()
2756 file_ptr lnoffset, struct objfile *objfile) in scan_compilation_units() argument
2790 curlnoffset = di.has_at_stmt_list ? lnoffset + di.at_stmt_list : 0; in scan_compilation_units()
H A DChangeLog-19921474 lnoffset, and curlnoffset are file_ptr's now.
1476 objfile. dbfoff and lnoffset are file_ptr's now.
1478 * elfread.c (struct elfinfo): dboffset and lnoffset are file_ptr's.