Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_macro.c229 res = _dwarf_load_section(dbg, &dbg->de_debug_macinfo,error); in dwarf_get_macro_details()
235 macro_base = dbg->de_debug_macinfo.dss_data; in dwarf_get_macro_details()
240 if (macro_offset >= dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
254 if (endloc >= dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
255 if (endloc == dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
279 if (((pnext - macro_base)) >= dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
287 if (((pnext - macro_base)) >= dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
299 if (((pnext - macro_base)) >= dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
307 if (((pnext - macro_base)) >= dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
334 if (endloc == dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
[all …]
H A Ddwarf_init_finish.c341 res = get_basic_section_data(dbg,&dbg->de_debug_macinfo, &doas, in _dwarf_setup()
404 add_rela_data(&dbg->de_debug_macinfo,&doas,section_index); in _dwarf_setup()
570 *debug_macinfo_size = dbg->de_debug_macinfo.dss_size; in dwarf_get_section_max_offsets()
H A Ddwarf_opaque.h265 struct Dwarf_Section_s de_debug_macinfo; member
H A Ddwarf_alloc.c1097 rela_free(&dbg->de_debug_macinfo); in _dwarf_free_all_of_one_debug()
H A Ddwarf_elf_access.c337 MATCH_REL_SEC(section_index,dbg->de_debug_macinfo,relocatablesec); in find_section_to_relocate()