Re: Function address incoherence
Andrea Cardaci <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CACMsj9NszJ93cbUguboD_J18849kTTer6JbJFdCv8MwSc3q22w@mail.gmail.com> |
On Mon, 26 Aug 2019 at 08:54, Florian Weimer <[email protected]> wrote: > Please not the -0x83c0 offset. The symbol information is not really helpful, probably due to missing debugging information. How can GDB then come up with _start then? > Both the main program and the dynamic loader have a _start symbol. How can I figure out that the dynamic loader have a _start symbol? AFAIK there is none, I've checked with objdump, readelf, radare, etc.