Searched defs:fileindex (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.h83 long fileindex : 24; /* source file name index */ member in struct:__anon4457
H A Dcrossref.c59 long fileindex; /* source file name index */ variable
H A Dinvlib.c107 long fileindex; local
215 fileindex = 0;
224 while (++fileindex < nsrcoffset && num > srcoffset[fileindex]) {
227 posting.fileindex = --fileindex;
241 (void) printf("%ld %ld %ld %ld\n", posting.fileindex,
611 * fileindex is a 24-bit field, so shift it before swapping
613 posting->fileindex = BSWAP_32(posting->fileindex <<
[all...]
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_macinfo.c309 Dwarf_Unsigned fileindex,
327 res = libdwarf_compose_add_line(dbg, fileindex,
308 dwarf_start_macro_file(Dwarf_P_Debug dbg, Dwarf_Unsigned fileindex, Dwarf_Unsigned linenumber, Dwarf_Error * error) argument
H A Ddwarf_macro.c97 Try to keep fileindex correct in every Macro_Details
215 Dwarf_Signed fileindex = -1; local
385 pdmd->dmd_fileindex = fileindex;
433 (void) _dwarf_macro_stack_push_index(dbg, fileindex,
435 /* We ignore the error, we just let fileindex ** be -1 when
437 fileindex = v1;
449 fileindex = _dwarf_macro_stack_pop_index(&msdata);

Completed in 51 milliseconds