Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf2.c4311 size_t str_count = 0; in parse_comp_unit() local
4433 if (str_count <= str_alloc) in parse_comp_unit()
4441 str_addrp[str_count] = attr; in parse_comp_unit()
4442 str_count++; in parse_comp_unit()
4533 for (i = 0; i < str_count; ++i) in parse_comp_unit()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c4386 size_t str_count = 0; in parse_comp_unit() local
4518 if (str_count <= str_alloc) in parse_comp_unit()
4526 str_addrp[str_count] = attr; in parse_comp_unit()
4527 str_count++; in parse_comp_unit()
4618 for (i = 0; i < str_count; ++i) in parse_comp_unit()