Searched defs:endloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_macro.c194 Dwarf_Unsigned endloc = 0; local
253 endloc = (pnext - macro_base);
254 if (endloc >= dbg->de_debug_macinfo.dss_size) {
255 if (endloc == dbg->de_debug_macinfo.dss_size) {
333 endloc = (pnext - macro_base);
334 if (endloc == dbg->de_debug_macinfo.dss_size) {
336 } else if (endloc > dbg->de_debug_macinfo.dss_size) {
376 endloc = (pnext - macro_base);
377 if (endloc > dbg->de_debug_macinfo.dss_size) {

Completed in 64 milliseconds