Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro.c204 Dwarf_Signed fileindex = -1; in dwarf_get_macro_details() local
388 pdmd->dmd_fileindex = fileindex; in dwarf_get_macro_details()
446 (void) _dwarf_macro_stack_push_index(dbg, fileindex, in dwarf_get_macro_details()
450 fileindex = v1; in dwarf_get_macro_details()
462 fileindex = _dwarf_macro_stack_pop_index(&msdata); in dwarf_get_macro_details()
H A Dpro_macinfo.c300 Dwarf_Unsigned fileindex, in dwarf_start_macro_file() argument
318 res = libdwarf_compose_add_line(dbg, fileindex, in dwarf_start_macro_file()
H A Dgenerated_libdwarf.h.in4688 Dwarf_Unsigned /*fileindex*/,
H A Dlibdwarf.h.in4688 Dwarf_Unsigned /*fileindex*/,
/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c105 long fileindex; in invmake() local
213 fileindex = 0; in invmake()
222 while (++fileindex < nsrcoffset && num > srcoffset[fileindex]) { in invmake()
225 posting.fileindex = --fileindex; in invmake()
239 (void) printf("%ld %ld %ld %ld\n", posting.fileindex, in invmake()
611 posting->fileindex = BSWAP_32(posting->fileindex << 8); in read_next_posting()
H A Dinvlib.h81 long fileindex : 24; /* source file name index */ member
H A Dmain.c1135 for (fileindex = firstfile; fileindex < lastfile; ++fileindex) { in build()
1137 if (interactive == YES && fileindex % 10 == 0) { in build()
1148 file = srcfiles[fileindex]; in build()
H A Dglobal.h120 extern long fileindex; /* source file name index */
H A Dcrossref.c57 long fileindex; /* source file name index */ variable
H A Dfind.c406 findcalledbysub(srcfiles[p->fileindex]); in findcalledby()
1046 putref(srcfiles[p->fileindex], function); in putpostingref()