Home
last modified time | relevance | path

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

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