Searched refs:mergeable (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dgot-page-5.s1 # Create a mergeable section full of a single value,
4 # The mergeable entries collapse to one, but the offsets
9 # offsets in mergeable sections are handled correctly.
H A Dgot-page-6.s1 # Create a mergeable section full of a single value.
5 # The mergeable entries collapse to one, so even with the
/haiku-buildtools/binutils/gold/
H A Dehframe.cc734 bool mergeable = true; local
760 mergeable = false;
902 mergeable = false;
928 if (mergeable)
952 new_cies->push_back(std::make_pair(cie_pointer, mergeable));
/haiku-buildtools/gcc/gcc/fortran/
H A Dgfortran.h1227 bool nowait, ordered, untied, mergeable; member in struct:gfc_omp_clauses
H A Dopenmp.c913 if ((mask & OMP_CLAUSE_MERGEABLE) && !c->mergeable
914 && gfc_match ("mergeable") == MATCH_YES)
916 c->mergeable = needs_space = true;
H A Dtrans-openmp.c2368 if (clauses->mergeable)

Completed in 171 milliseconds