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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_macro.c192 Dwarf_Small *macro_base = 0; local
235 macro_base = dbg->de_debug_macinfo.dss_data;
236 if (macro_base == NULL) {
245 pnext = macro_base + macro_offset;
253 endloc = (pnext - macro_base);
279 if (((pnext - macro_base)) >= dbg->de_debug_macinfo.dss_size) {
287 if (((pnext - macro_base)) >= dbg->de_debug_macinfo.dss_size) {
299 if (((pnext - macro_base)) >= dbg->de_debug_macinfo.dss_size) {
307 if (((pnext - macro_base)) >= dbg->de_debug_macinfo.dss_size) {
333 endloc = (pnext - macro_base);
[all...]

Completed in 56 milliseconds