Searched defs:macro_offset (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppinput.c398 unsigned long macro_offset; local
411 macro_offset = ppoffset();
446 ppprintf("%010lu", macro_offset);
468 unsigned long macro_offset; local
528 macro_offset = file_offset + strtol(t, &t, 10);
628 if (sfseek(sp, macro_offset, SEEK_SET) != macro_offset)
630 if (!(s = sfreserve(sp, index_offset - macro_offset, 0)))
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_macro.c177 /* starting at macro_offset in .debug_macinfo,
186 Dwarf_Off macro_offset,
240 if (macro_offset >= dbg->de_debug_macinfo.dss_size) {
245 pnext = macro_base + macro_offset;
363 pnext = macro_base + macro_offset;
185 dwarf_get_macro_details(Dwarf_Debug dbg, Dwarf_Off macro_offset, Dwarf_Unsigned maximum_count, Dwarf_Signed * entry_count, Dwarf_Macro_Details ** details, Dwarf_Error * error) argument

Completed in 84 milliseconds