Hi all, I have a Dwarf_Op object whose member "number" has size of 8 bytes. Its value although is 0x00000000FFFFFFE8. Shouldn't it be 0xFFFFFFFFFFFFFFE8 instead? Since it means an offset, for the current operation, shouldn't it be of a signed integer type instead of unsigned?
Regards Sasha