access lower and higher 4 bits in type and bind field in elf symbol
Posted
by idealistikz
on Stack Overflow
See other posts from Stack Overflow
or by idealistikz
Published on 2010-05-26T05:33:31Z
Indexed on
2010/05/26
5:41 UTC
Read the original article
Hit count: 204
Filed under:
c
What is the best way to access the low-order and high-order 4 bits of the char type and binding field in the elf symbol struct so that I may compare it to STT_FUNC, STT_OBJECT, STB_LOCAL, etc.?
© Stack Overflow or respective owner