Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_debuglink.c401 unsigned global_prefix_number = 0; in _dwarf_construct_linkedto_path() local
462 for (global_prefix_number = 0; in _dwarf_construct_linkedto_path()
464 (global_prefix_number < length_global_prefixes_in); in _dwarf_construct_linkedto_path()
465 ++global_prefix_number) { in _dwarf_construct_linkedto_path()
468 prefix = global_prefixes_in[global_prefix_number]; in _dwarf_construct_linkedto_path()
564 for (global_prefix_number = 0; in _dwarf_construct_linkedto_path()
565 global_prefix_number < length_global_prefixes_in; in _dwarf_construct_linkedto_path()
566 ++global_prefix_number) { in _dwarf_construct_linkedto_path()
567 char * prefix = global_prefixes_in[global_prefix_number]; in _dwarf_construct_linkedto_path()