Home
last modified time | relevance | path

Searched refs:de_debug_macro (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro5.c323 section_base = dbg->de_debug_macro.dss_data; in _dwarf_get_macro_ops_count_internal()
324 section_end = section_base + dbg->de_debug_macro.dss_size; in _dwarf_get_macro_ops_count_internal()
1145 res = _dwarf_load_section(dbg, &dbg->de_debug_macro,error); in _dwarf_internal_macro_context()
1149 if (!dbg->de_debug_macro.dss_size) { in _dwarf_internal_macro_context()
1262 res = _dwarf_load_section(dbg, &dbg->de_debug_macro,error); in _dwarf_internal_macro_context_by_offset()
1267 if (!dbg->de_debug_macro.dss_size) { in _dwarf_internal_macro_context_by_offset()
1272 section_base = dbg->de_debug_macro.dss_data; in _dwarf_internal_macro_context_by_offset()
1273 section_size = dbg->de_debug_macro.dss_size; in _dwarf_internal_macro_context_by_offset()
1520 sec = &dbg->de_debug_macro; in dwarf_get_macro_section_name()
H A Ddwarf_init_finish.c621 &dbg->de_debug_macro, in enter_section_in_de_debug_sections_array()
627 &dbg->de_debug_macro, in enter_section_in_de_debug_sections_array()
2017 *debug_macro_size = dbg->de_debug_macro.dss_size; in dwarf_get_section_max_offsets_c()
2061 *debug_macro_size = dbg->de_debug_macro.dss_size; in dwarf_get_section_max_offsets_d()
H A Ddwarf_opaque.h601 struct Dwarf_Section_s de_debug_macro; /* New in DWARF5 */ member
H A Ddwarf_alloc.c982 rela_free(&dbg->de_debug_macro); in _dwarf_free_all_of_one_debug()
H A Ddwarf_elfread.c322 MATCH_REL_SEC(section_index,dbg->de_debug_macro,relocatablesec); in find_section_to_relocate()
H A Ddwarf_elf_access.c440 MATCH_REL_SEC(section_index,dbg->de_debug_macro,relocatablesec); in find_section_to_relocate()
H A Ddwarf_util.c1338 FINDSEC(&dbg->de_debug_macro, in _dwarf_what_section_are_we()