Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_debuglink.c888 unsigned glpath_count_in = 0; in dwarf_add_debuglink_global_path() local
893 glpath_count_in = dbg->de_gnu_global_path_count; in dwarf_add_debuglink_global_path()
894 glpath_count_out = glpath_count_in+1; in dwarf_add_debuglink_global_path()
901 if (glpath_count_in) { in dwarf_add_debuglink_global_path()
903 sizeof(char *)*glpath_count_in); in dwarf_add_debuglink_global_path()
912 glpaths[glpath_count_in] = path1; in dwarf_add_debuglink_global_path()