Lines Matching refs:kept_section_id
276 const std::vector<unsigned int>& kept_section_id, in get_section_contents() argument
412 kept_section_id[secn_id]); in get_section_contents()
591 std::vector<unsigned int>* kept_section_id, in match_sections() argument
626 symtab, (*kept_section_id), in match_sections()
632 if ((*kept_section_id)[i] != i) in match_sections()
638 symtab, (*kept_section_id), in match_sections()
678 (*kept_section_id)[i] = kept_section; in match_sections()
682 (*kept_section_id)[kept_section] = i; in match_sections()
710 while ((*kept_section_id)[kept] != kept) in match_sections()
712 kept = (*kept_section_id)[kept]; in match_sections()
716 while ((*kept_section_id)[current] != kept) in match_sections()
718 unsigned int next = (*kept_section_id)[current]; in match_sections()
719 (*kept_section_id)[current] = kept; in match_sections()
870 unsigned int kept_section_id = this->kept_section_id_[section_num]; in unfold_section() local
871 if (kept_section_id != section_num) in unfold_section()
887 unsigned int kept_section_id = this->kept_section_id_[section_num]; in is_section_folded() local
888 return kept_section_id != section_num; in is_section_folded()
900 unsigned int kept_section_id = this->kept_section_id_[section_num]; in get_folded_section() local
901 Section_id folded_section = this->id_section_[kept_section_id]; in get_folded_section()