[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] DRI/GST symbol table offsets in binaries?
Hi,
I've checked DRI/GST symbol table content for binaries
created by several different compilers & assemblers.
In VBCC/Vlink generated code, all symbols are relative
to TEXT section start, in everything else I've checked
(e.g. VBCC/Vasm and GCC "-Wl,--traditional-format -g"),
all symbol addresses are relative to their own
(=TEXT/DATA/BSS) section's start.
I assume latter is correct, right?
Is there anywhere documentation on this?
- Eero