Searched refs:macro_base (Results 1 – 1 of 1) sorted by relevance
180 Dwarf_Small *macro_base = 0; in dwarf_get_macro_details() local228 macro_base = dbg->de_debug_macinfo.dss_data; in dwarf_get_macro_details()229 if (macro_base == NULL) { in dwarf_get_macro_details()237 macro_end = macro_base + dbg->de_debug_macinfo.dss_size; in dwarf_get_macro_details()240 pnext = macro_base + macro_offset; in dwarf_get_macro_details()248 endloc = (pnext - macro_base); in dwarf_get_macro_details()275 if (((Dwarf_Unsigned)(pnext - macro_base)) >= in dwarf_get_macro_details()283 macro_base,pnext,macro_end, in dwarf_get_macro_details()290 if (((Dwarf_Unsigned)(pnext - macro_base)) >= in dwarf_get_macro_details()303 if (((Dwarf_Unsigned)(pnext - macro_base)) >= in dwarf_get_macro_details()[all …]