marirs07 -3 Light Poster

Is it possible to find the offset value similar to offsetof() function when i know only the structure name and the address of the member of structure.
For ex in offsetof , the structure name and the member name is given to find the offset.
Similarly is it possible to find the offset by knowing the structure name and address of the member.