Searched refs:filenum (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/
H A Ddwarf2dbg.h32 unsigned int filenum; member in struct:dwarf2_line_info
H A Ddwarf2dbg.c278 static unsigned int filenum = -1;
283 if (loc->filenum == 0 || loc->line == 0)
291 && line == loc->line && filenum == loc->filenum)
295 filenum = loc->filenum;
313 line->filenum = get_filenum (filename, 0);
544 offsetT filenum, line;
546 filenum = get_absolute_expression ();
550 if (filenum <
276 static unsigned int filenum = -1; local
542 offsetT filenum, line; local
1055 unsigned filenum = 1; local
[all...]
/haiku-buildtools/binutils/gas/
H A Ddwarf2dbg.h32 unsigned int filenum; member in struct:dwarf2_line_info
H A Ddwarf2dbg.c311 static unsigned int filenum = -1;
316 if (loc->filenum == 0 || loc->line == 0)
324 && line == loc->line && filenum == loc->filenum)
328 filenum = loc->filenum;
336 sprintf (name, ".Loc.%u.%u", line, filenum);
355 line->filenum = get_filenum (filename, 0);
610 offsetT filenum, line;
617 filenum
310 static unsigned int filenum = -1; local
609 offsetT filenum, line; local
1268 unsigned filenum = 1; local
[all...]
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c3956 unsigned int filenum; local
3960 filenum = read_uleb128 (curr, & bytes_read, end);
3963 printf (_(" DW_MACINFO_start_file - lineno: %d filenum: %d\n"),
3964 lineno, filenum);
4214 unsigned int filenum; local
4219 filenum = read_uleb128 (curr, &bytes_read, end);
4226 = get_line_filename_and_dirname (line_offset, filenum,
4229 printf (_(" DW_MACRO_GNU_start_file - lineno: %d filenum: %d\n"),
4230 lineno, filenum);
4232 printf (_(" DW_MACRO_GNU_start_file - lineno: %d filenum
[all...]
H A Dstabs.c3297 int filenum; local
3301 filenum = typenums[0];
3304 if (filenum < 0 || (unsigned int) filenum >= info->files)
3306 fprintf (stderr, _("Type file number %d out of range\n"), filenum);
3315 ps = info->file_types + filenum;
/haiku-buildtools/legacy/binutils/binutils/
H A Dstabs.c3259 int filenum; local
3263 filenum = typenums[0];
3266 if (filenum < 0 || (unsigned int) filenum >= info->files)
3268 fprintf (stderr, _("Type file number %d out of range\n"), filenum);
3277 ps = info->file_types + filenum;
H A Ddwarf.c2151 unsigned int filenum; local
2155 filenum = read_leb128 (curr, & bytes_read, 0);
2158 printf (_(" DW_MACINFO_start_file - lineno: %d filenum: %d\n"),
2159 lineno, filenum);
/haiku-buildtools/binutils/gas/config/
H A Dtc-xtensa.c7093 && (tinsn->debug_line.filenum != debug_line.filenum

Completed in 180 milliseconds