Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_init_finish.c924 Dwarf_Unsigned section_count, in insert_sht_list_in_group_map() argument
1020 if (val > section_count) { in insert_sht_list_in_group_map()
1027 if (valr > section_count) { in insert_sht_list_in_group_map()
1108 determine_target_group(Dwarf_Unsigned section_count, in determine_target_group() argument
1123 grp->gd_number_of_sections = section_count; in determine_target_group()
1159 section_count, in determine_target_group()
1264 Dwarf_Unsigned section_count = 0; in _dwarf_setup() local
1300 resn = determine_target_group(section_count,obj, in _dwarf_setup()
1457 if ( doas.info < section_count) { in _dwarf_setup()
2082 Dwarf_Unsigned section_count = 0; in dwarf_get_section_info_by_name() local
[all …]
H A Ddwarf_elf_access.c113 Dwarf_Unsigned section_count; member
185 obj->section_count = obj->ehdr64->e_shnum; in dwarf_elf_object_access_internals_init()
198 obj->section_count = obj->ehdr32->e_shnum; in dwarf_elf_object_access_internals_init()
247 return obj->section_count; in dwarf_elf_object_access_get_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, in create_section_node() argument
1757 (void) snprintf(sec_name, SECNAMESIZE, "section%d", section_count); in create_section_node()