python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to identify code memory model through which an object file is generated?
I have a relocatable object file. I want to verify whether it was build with medium/large/small memory code model (-mcmodel g++ option.).
Is there a way to get that information through objdump/readelf...
Shubham Mehta
Votes: 0
Answers: 0