Searched refs:_dwarf_load_section (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_string.c70 res = _dwarf_load_section(dbg, &dbg->de_debug_str,error);
H A Ddwarf_funcs.c50 int res = _dwarf_load_section(dbg, &dbg->de_debug_funcnames,error);
H A Ddwarf_pubtypes.c51 int res = _dwarf_load_section(dbg, &dbg->de_debug_pubtypes,error);
H A Ddwarf_types.c49 int res = _dwarf_load_section(dbg, &dbg->de_debug_typenames,error);
H A Ddwarf_vars.c50 int res = _dwarf_load_section(dbg, &dbg->de_debug_varnames,error);
H A Ddwarf_weaks.c50 int res = _dwarf_load_section(dbg, &dbg->de_debug_weaknames,error);
H A Ddwarf_opaque.h337 int _dwarf_load_section(Dwarf_Debug,
H A Ddwarf_ranges.c74 res = _dwarf_load_section(dbg, &dbg->de_debug_ranges,error);
H A Ddwarf_util.c492 res = _dwarf_load_section(dbg, &dbg->de_debug_abbrev,error);
496 res = _dwarf_load_section(dbg, &dbg->de_debug_info, error);
H A Ddwarf_arange.c295 res = _dwarf_load_section(dbg, &dbg->de_debug_aranges, error);
366 res = _dwarf_load_section(dbg, &dbg->de_debug_aranges,error);
H A Ddwarf_frame3.c89 res = _dwarf_load_section(dbg, &dbg->de_debug_frame, err);
H A Ddwarf_global.c93 int res = _dwarf_load_section(dbg, &dbg->de_debug_pubnames,error);
H A Ddwarf_macro.c229 res = _dwarf_load_section(dbg, &dbg->de_debug_macinfo,error);
H A Ddwarf_init_finish.c508 _dwarf_load_section(Dwarf_Debug dbg, function
H A Ddwarf_print_lines.c182 res = _dwarf_load_section(dbg, &dbg->de_debug_line,error);
H A Ddwarf_loc.c666 int secload = _dwarf_load_section(dbg, &dbg->de_debug_loc,error);
1051 int secload = _dwarf_load_section(dbg, &dbg->de_debug_loc,error);
H A Ddwarf_frame.c1123 int res = _dwarf_load_section(dbg, &dbg->de_debug_frame_eh_gnu,error);
1158 int res = _dwarf_load_section(dbg, &dbg->de_debug_frame,error);
1223 res = _dwarf_load_section(dbg, &dbg->de_debug_frame,error);
H A Ddwarf_form.c903 res = _dwarf_load_section(dbg, &dbg->de_debug_str,error);
H A Ddwarf_query.c366 res = _dwarf_load_section(dbg, &dbg->de_debug_str,error);
H A Ddwarf_line.c158 res = _dwarf_load_section(dbg, &dbg->de_debug_line,error);
436 res = _dwarf_load_section(dbg, &dbg->de_debug_line,error);

Completed in 72 milliseconds