Searched refs:sect_sa (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.c1375 Dwarf_P_Per_Sect_String_Attrs sect_sa = &dbg->de_sect_string_attr[section_index]; local
1377 sect_sa->sect_sa_n_alloc = count;
1378 sect_sa->sect_sa_list = NULL;
1380 sect_sa->sect_sa_section_number = section_index;
1381 sect_sa->sect_sa_list = _dwarf_p_get_alloc(dbg,
1383 * sect_sa->sect_sa_n_alloc);
1384 if (sect_sa->sect_sa_list == NULL) {
1385 sect_sa->sect_sa_n_alloc = 0;
1398 Dwarf_P_Per_Sect_String_Attrs sect_sa = &dbg->de_sect_string_attr[section_index]; local
1399 if (sect_sa
1441 Dwarf_P_Per_Sect_String_Attrs sect_sa = &dbg->de_sect_string_attr[i]; local
[all...]

Completed in 60 milliseconds