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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-sparc.c2962 int new_mm, old_mm;
3010 old_mm = (old_flags & EF_SPARCV9_MM);
3014 if (new_mm < old_mm)
3015 old_mm = new_mm;
3016 old_flags |= old_mm;
3017 new_flags |= old_mm;
2953 int new_mm, old_mm; local

Completed in 43 milliseconds