Home
last modified time | relevance | path

Searched refs:fileindex (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_macro.c215 Dwarf_Signed fileindex = -1; in dwarf_get_macro_details() local
385 pdmd->dmd_fileindex = fileindex; in dwarf_get_macro_details()
433 (void) _dwarf_macro_stack_push_index(dbg, fileindex, in dwarf_get_macro_details()
437 fileindex = v1; in dwarf_get_macro_details()
449 fileindex = _dwarf_macro_stack_pop_index(&msdata); in dwarf_get_macro_details()
H A Dpro_macinfo.c309 Dwarf_Unsigned fileindex, in dwarf_start_macro_file() argument
327 res = libdwarf_compose_add_line(dbg, fileindex, in dwarf_start_macro_file()
/titanic_50/usr/src/tools/cscope-fast/
H A Dinvlib.c107 long fileindex; in invmake() local
215 fileindex = 0; in invmake()
224 while (++fileindex < nsrcoffset && num > srcoffset[fileindex]) { in invmake()
227 posting.fileindex = --fileindex; in invmake()
241 (void) printf("%ld %ld %ld %ld\n", posting.fileindex, in invmake()
613 posting->fileindex = BSWAP_32(posting->fileindex << 8); in read_next_posting()
H A Dinvlib.h83 long fileindex : 24; /* source file name index */ member
H A Dmain.c1137 for (fileindex = firstfile; fileindex < lastfile; ++fileindex) { in build()
1139 if (interactive == YES && fileindex % 10 == 0) { in build()
1150 file = srcfiles[fileindex]; in build()
H A Dglobal.h120 extern long fileindex; /* source file name index */
H A Dcrossref.c59 long fileindex; /* source file name index */ variable
H A Dfind.c408 findcalledbysub(srcfiles[p->fileindex]); in findcalledby()
1048 putref(srcfiles[p->fileindex], function); in putpostingref()