Searched refs:macro_context (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_macro5.c | 297 _dwarf_get_macro_ops_count_internal(Dwarf_Macro_Context macro_context, in _dwarf_get_macro_ops_count_internal() argument 311 dbg = macro_context->mc_dbg; in _dwarf_get_macro_ops_count_internal() 313 known_ops_count = macro_context->mc_macro_ops_count; in _dwarf_get_macro_ops_count_internal() 321 macro_context->mc_ops = opsarray; in _dwarf_get_macro_ops_count_internal() 325 mdata = macro_context->mc_macro_ops; in _dwarf_get_macro_ops_count_internal() 337 opslen = mdata - macro_context->mc_macro_ops; in _dwarf_get_macro_ops_count_internal() 338 macro_context->mc_macro_ops_count = opcount; in _dwarf_get_macro_ops_count_internal() 339 macro_context->mc_ops_data_length = opslen; in _dwarf_get_macro_ops_count_internal() 340 macro_context->mc_total_length = opslen + in _dwarf_get_macro_ops_count_internal() 341 macro_context->mc_macro_header_length; in _dwarf_get_macro_ops_count_internal() [all …]
|
H A D | generated_libdwarf.h.in | 3181 Dwarf_Macro_Context * /*macro_context*/, 3193 Dwarf_Macro_Context * /*macro_context*/, 3231 int dwarf_get_macro_op(Dwarf_Macro_Context /*macro_context*/, 3239 int dwarf_get_macro_defundef(Dwarf_Macro_Context /*macro_context*/, 3247 int dwarf_get_macro_startend_file(Dwarf_Macro_Context /*macro_context*/, 3253 int dwarf_get_macro_import(Dwarf_Macro_Context /*macro_context*/,
|
H A D | libdwarf.h.in | 3181 Dwarf_Macro_Context * /*macro_context*/, 3193 Dwarf_Macro_Context * /*macro_context*/, 3231 int dwarf_get_macro_op(Dwarf_Macro_Context /*macro_context*/, 3239 int dwarf_get_macro_defundef(Dwarf_Macro_Context /*macro_context*/, 3247 int dwarf_get_macro_startend_file(Dwarf_Macro_Context /*macro_context*/, 3253 int dwarf_get_macro_import(Dwarf_Macro_Context /*macro_context*/,
|