File: //boot/grub/i386-pc/div_test.mod
ELF                      �      4     ( 
  U��WVS��@�EȉŰE�U�EЉUԍE�P�u�uЋEȋU�����E��UċE�U�Y1�;M�M�}�������Ӄ������	��RP�u�u�u�u�h    h-   h�   h   hE   Q����EȋŨ�����E�	���MЋ]ԉ����;M�]ԉ����08�t�E����E��Uă�����E�	���u�u��u�u�u�u�hV   h�   h�   h   hE   P�����0�u�u�u�u�u�u�h�   h�   h�   h   hE   �M�]����ً}�1ω��}�1߉�)�ډE��U��MЋ]ԉ���ً}�1ω��}�1߉�)��9E��u������P�����(�u�u�u�u�u�u�u�u�h�   h>  h�   h   hE   �M��MԋE��E���E��e��E�U�M�1��}�1�	�����P�����@�e�[^_]� U��WVS��<�EȉU̅���  �ЉU����Eċuȉ����u��}�P�E�P�u�u�������EЉUԋE�U�Y�}� ~�������Ӄ������	��RP�u�u��u��u�h    h-   jrh    hE   Q�����0�}� �}� ��8�t�E����EЋUԃ�����E�	���u�u�u�u��u��u�hV   h�   jth    hE   P�����0�u�u�u�u��u��u�h�   h�   jvh    hE   �M�]����ً}�1ω��}�1߉�)�ډÉU���E�1�)�9É�� ����P�����(�u��u��u�u�u�u��u�u�hM  h>  jxh    hE   �M��MЋE��E���E�e��E�U�ÉE�1؋U�1�	�����P�����@�e�[^_]�U��WVS��P�EȉŰE�U�EЉUԍE�P�u�uЋEȋU�����E��U��E�U�$P�u�u�u�u�h�  h�  jAh   hE   ;EЉ�E�����P�����(�u�u�u�u�u�u�u��u�h�   h>  jCh   hE   �M��M��E��E���E�e��E�U�ËE�1�3U�	�����P����]��}ԃ�8�u�u�u�u�h�  h�  jFh   hE   ���1�	���P����EЉE��E�    ��e���(�u�u�u�u�h�  h  jIh   hE   �҉E��U�����Q����E��U��¸    �E��U��]�����Ɖ׃�(�u�u�u�u�h�  h#  jMh   hE   1�����P������    ��(�u�u�u�u�h�  h4  jPh   hE   ���Ѓ�;U�E�����P���u�}���e���(�u�u�u�u�h�  h4  jTh   hE   ��ӉщE��U���9������Q����E��U��׃�(�u�u�u�u�h�  h>  jWh   hE   �U�ҋE��9������P�����(�u�u�u�u�hG  hx  jZh   hE   u�}�E�1�U�1�	�����P����EЉE��EȉE���0�}� ��  Q�E�P�u�u��E�1�����E��U��E�U�u�1��$P�u�u�WVh�  h�  j(h   hE   ;E���E�����P����M�]��(WVSQ�u�u��u��u�h�   h>  j*h   hE   �E��E��E��E��e�U��ڋM�1�	�����P�����8�u�u�WVh�  h�  j-h   hE   �]�1�����P�����(�u�u�WVh�  h�  j/h   hE   1��}� ��P����E�1�u��U���(�u�u�WVh�  h�  j5h   hE   3E�	�����P�����(�u�u�WVh�  h  j7h   hE   �U��u�1�1�u���P�����0PP�u�uЋEȋU����ZY�UЋE�����EЋU�� �ډE��U�SSRP�EȋU��b����}���^X���E��X����]ȋu�ۃ� ��PP�u�uЉ؉��3����E��؉E�ZY�U��(���PP�u�u��؉�����XZ���E������e�[^_]� U��WVS��1ۋ�    ��$   VV��,   ��(   �����_X��Pu@�  �   1��E�  1�k��E؋E�   ��E�U�E�E�k�
�
   ���E�U�E؉U�k��   ��Ɖ��kM��   �e����	�u�   1��E؉E�M܉�E�u	�E�   1�PPWV�E�ʉM�����ZYK�M��g����e�[^_]ú	  �  ����  ���   test32s test64s test32  test64  ��������              ������������������������                            remainder sign mismatch: %lld %% %lld = %lld a > 0 ? r >= 0 : r <= 0 tests/div_test.c quotient sign mismatch: %lld / %lld = %lld ((a > 0) == (b > 0)) ? q >= 0 : q <= 0 remainder is larger than dividend: %lld %% %lld = %lld abs64(r) < abs64(b) division doesn't satisfy base property: 0x%llx * 0x%llx + 0x%llx != 0x%llx q * b + r == a division doesn't satisfy base property: %lld * %lld + %lld != %lld remainder is larger than dividend: 0x%llx %% 0x%llx = 0x%llx r < b division overflow in 0x%llx, 0x%llx (q >> 32) * (b >> 32) == 0 x1 < (1LL << 32) x2 < (1LL << 32) x1 <= ~x2 x1 <= ~r division overflow test failure in 0x%llx, 0x%llx a == x1 (q >> 32) == 0 (r >> 32) == 0 C compiler division failure in 0x%llx, 0x%llx q == (a / b) C compiler modulo failure in 0x%llx, 0x%llx r == (a % b) div_test  LICENSE=GPLv3+ div functional_test div_test                                                              �	          �	  
                   +              :              M              b               grub_mod_init grub_mod_fini grub_divmod64 grub_divmod64s grub_test_register grub_test_unregister grub_test_assert_helper   ,     m     r     |     �     �   
  �     �     �            
       %    /    4    �  
  �    �    �    �    �  
  G    �    �    �    �    �  
  �    �    �    �    �  
              $    g  
  �    �    �    �    �  
  
    .    3    :    ?    S  
  s    x        �    �  
  �    �    �    �    �  
      #    *    /    C  
  u    z    �    �    �  
  �    �    �    �    �  
  �    �            &  
  D    I    P    U    o  
  �    �    �    �    �  
  �                    '  
  E    J    Q    V    �  
  �    �    �    �    �  
  �    �    �    �    �  
  �            
      
  .    3    :    ?    U  
  	    	    !	    '	    �	    �	    �	     
    
  	   .symtab .strtab .shstrtab .rel.text .rodata .rodata.str1.1 .data .module_license .bss .moddeps .modname                                                         4   	
                    	   @       $     
            %             @
  p                   -      2       �
                  <