Home
last modified time | relevance | path

Searched refs:macro_offset (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppinput.c393 unsigned long macro_offset; in ppdump() local
406 macro_offset = ppoffset(); in ppdump()
441 ppprintf("%010lu", macro_offset); in ppdump()
463 unsigned long macro_offset; in ppload() local
523 macro_offset = file_offset + strtol(t, &t, 10); in ppload()
623 if (sfseek(sp, macro_offset, SEEK_SET) != macro_offset) in ppload()
625 if (!(s = sfreserve(sp, index_offset - macro_offset, 0))) in ppload()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro.c174 Dwarf_Off macro_offset, in dwarf_get_macro_details() argument
233 if (macro_offset >= dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
240 pnext = macro_base + macro_offset; in dwarf_get_macro_details()
367 pnext = macro_base + macro_offset; in dwarf_get_macro_details()
H A Ddwarf_macro5.c1113 Dwarf_Unsigned macro_offset = 0; in _dwarf_internal_macro_context() local
1160 lres = dwarf_global_formref(macro_attr, &macro_offset, error); in _dwarf_internal_macro_context()
1166 macro_offset = offset_in; in _dwarf_internal_macro_context()
1183 *macro_unit_offset_out = macro_offset; in _dwarf_internal_macro_context()
1220 macro_offset,version_out,macro_context_out, in _dwarf_internal_macro_context()
1257 Dwarf_Unsigned macro_offset = offset; in _dwarf_internal_macro_context_by_offset() local
1275 if ((3+macro_offset) >= section_size) { in _dwarf_internal_macro_context_by_offset()
1280 macro_header = macro_offset + section_base; in _dwarf_internal_macro_context_by_offset()
1324 macro_context->mc_section_offset = macro_offset; in _dwarf_internal_macro_context_by_offset()
H A Dgenerated_libdwarf.h.in3387 Dwarf_Off /*macro_offset*/,
H A Dlibdwarf.h.in3387 Dwarf_Off /*macro_offset*/,