Home
last modified time | relevance | path

Searched refs:endloc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro.c183 Dwarf_Unsigned endloc = 0; in dwarf_get_macro_details() local
248 endloc = (pnext - macro_base); in dwarf_get_macro_details()
249 if (endloc >= dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
250 if (endloc == dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
340 endloc = (pnext - macro_base); in dwarf_get_macro_details()
341 if (endloc == dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
343 } else if (endloc > dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
379 endloc = (pnext - macro_base); in dwarf_get_macro_details()
380 if (endloc > dbg->de_debug_macinfo.dss_size) { in dwarf_get_macro_details()
/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y63 Node *endloc = NULL; variable
132 winner = (Node *)stat3(PROGRAM, beginloc, $1, endloc); }
216 { endloc = linkum(endloc, $3); $$ = 0; }
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg430 @ MSG_UNW_FDEINITLOC " initloc: %#llx addrrange: %#llx endloc: %#llx"