Searched refs:segment_count (Results 1 – 9 of 9) sorted by relevance
110 unsigned segment_count; member1598 dnode->props.segment_count = 0; in _load_node()1636 if (!child->info.inactive_table && child->props.segment_count) { in dm_tree_preload_children()1722 dnode->props.segment_count++; in _add_segment()1862 if (!node->props.segment_count) { in dm_tree_node_add_mirror_target_log()1965 if (!node->props.segment_count) { in dm_tree_node_add_target_area()
3930 size_t segment_count = layout->segment_count(); in total_header_size() local3936 segment_headers_size = segment_count * elfcpp::Elf_sizes<32>::phdr_size; in total_header_size()3941 segment_headers_size = segment_count * elfcpp::Elf_sizes<64>::phdr_size; in total_header_size()
1008 segment_count() const in segment_count() function
311 size_t segment_count = this->segment_list_->size(); in do_sized_write() local312 oshdr.put_sh_info(segment_count >= elfcpp::PN_XNUM ? segment_count : 0); in do_sized_write()
1007 segment_count() const in segment_count() function
310 size_t segment_count = this->segment_list_->size(); in do_sized_write() local311 oshdr.put_sh_info(segment_count >= elfcpp::PN_XNUM ? segment_count : 0); in do_sized_write()
8428 unsigned int segment_count = 0; in elfNN_aarch64_modify_headers() local8431 for (m = elf_seg_map (abfd); m != NULL; m = m->next, segment_count++) in elfNN_aarch64_modify_headers()
2968 msgid "segment_count and actual number of segments disagree."