Lines Matching refs:merge
89 // Helper Functions for merge()
143 // End Helper Functions for merge()
146 bool ARMELFAttributeData::merge(const LinkerConfig& pConfig,
161 // Need value of Tag_also_compatible_with in the input for merge.
171 // need value of Tag_CPU_arch in the input for merge
176 // need value of Tag_CPU_arch in the input for merge
181 // need value of Tag_HardFP_use in the input for merge
186 // need value of Tag_FP_arch in the input for merge
191 // need value of Tag_CPU_arch in the input for merge
196 // need value of Tag_ABI_FP_number_model in the input for merge
200 // The value of these tags are integers and after merge, only the greatest
220 // The value of these tags are integers and after merge, only the smallest
311 // Merge until settling down Tag_CPU_arch.
378 // There's no way to merge this value (i.e., objects contain different
444 // Since we don't know how to merge the value of unknown attribute, we
544 * Helper function to determine the merge of two different CPU arch.
571 * merge of Tag_CPU_arch.
598 * Helper functions & data used in the merge of two different FP arch.
891 // input since it is reset every time after the merge completed.
917 // assigned in ELFAttribute::Subsection::merge().
941 // Perform the merge by reverting value of Tag_DIV_use and setup m_DIVUse.