Liste des Groupes | Revenir à cl c |
If I run this:
printf("%p\n", &_binary_hello_c_start);
printf("%p\n", &_binary_hello_c_end);
printf("%p\n", &_binary_hello_c_size);
I get:
00007ff6ef252010
00007ff6ef252056
00007ff5af240046
I can see that the first two can be subtracted to give the sizes of
the data, which is 70 or 0x46. 0x46 is the last byte of the address
of _size, so what's happening there? What's with the crap in bits
16-47?
Les messages affichés proviennent d'usenet.