Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro.c205 Dwarf_Small *latest_str_loc = 0; in dwarf_get_macro_details() local
361 latest_str_loc = pdata + string_offset; in dwarf_get_macro_details()
417 strcpy((char *) latest_str_loc, (char *) pnext); in dwarf_get_macro_details()
418 pdmd->dmd_macro = (char *) latest_str_loc; in dwarf_get_macro_details()
419 latest_str_loc += slen; in dwarf_get_macro_details()