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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_init_finish.c156 Dwarf_Unsigned section_count = 0; local
190 section_count = obj->methods->get_section_count(obj->object);
194 for (section_index = 0; section_index < section_count;
H A Ddwarf_elf_access.c101 Dwarf_Unsigned section_count; member in struct:__anon4467
168 obj->section_count = obj->ehdr64->e_shnum;
182 obj->section_count = obj->ehdr32->e_shnum;
225 return obj->section_count;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c1747 create_section_node(picl_nodehdl_t nodehdl, int section_count, argument
1757 (void) snprintf(sec_name, SECNAMESIZE, "section%d", section_count);

Completed in 52 milliseconds