Searched refs:fileindex (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/contrib/elftoolchain/libdwarf/ |
| HD | dwarf_pro_macinfo.c | 33 Dwarf_Signed fileindex, char *str1, char *str2, Dwarf_Error *error) in _dwarf_add_macro() argument 51 md->dmd_fileindex = fileindex; in _dwarf_add_macro() 105 Dwarf_Unsigned fileindex, Dwarf_Error *error) in dwarf_start_macro_file() argument 113 return (_dwarf_add_macro(dbg, DW_MACINFO_start_file, lineno, fileindex, in dwarf_start_macro_file()
|
| HD | libdwarf_macinfo.c | 38 Dwarf_Signed fileindex[_FILEINDEX_STACK_SIZE]; in _dwarf_macinfo_parse() local 44 fileindex[sp] = -1; in _dwarf_macinfo_parse() 54 dmd[i].dmd_fileindex = fileindex[sp]; in _dwarf_macinfo_parse() 78 fileindex[++sp] = _dwarf_read_uleb128(ds->ds_data, off); in _dwarf_macinfo_parse() 81 dmd[i].dmd_fileindex = fileindex[sp]; in _dwarf_macinfo_parse()
|
| /freebsd-13-stable/usr.bin/bc/ |
| HD | scan.l | 283 if (fileindex == 0 && sargc > 0 && strcmp(sargv[0], _PATH_LIBB) == 0) { 284 filename = sargv[fileindex++]; 304 if (fileindex < sargc) { 305 filename = sargv[fileindex++]; 311 } else if (fileindex == sargc) { 312 fileindex++;
|
| HD | extern.h | 37 extern int fileindex;
|
| HD | bc.y | 71 int fileindex; variable
|