Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Section symbol without section #1

Open
r-burns opened this issue Dec 28, 2022 · 0 comments
Open

Error: Section symbol without section #1

r-burns opened this issue Dec 28, 2022 · 0 comments
Labels
elf split elf split

Comments

@r-burns
Copy link

r-burns commented Dec 28, 2022

Lots of elf files in the debugging.games archive fail to disassemble with similar errors. These look like linker-defined symbols which do not actually correspond to source locations. For example:

Megaman.elf:

Section symbol without section: Symbol { name: "_stack_end", address: 2149095232, size: 0, kind: Data, section: Absolute, scope: Dynamic, weak: false, flags: Elf { st_info: 17, st_other: 0 } }

smash.elf:

Section symbol without section: Symbol { name: "__SBSS2_END__", address: 2149515028, size: 0, kind: Data, section: Undefined, scope: Unknown, weak: false, flags: Elf { st_info: 17, st_other: 0 } }
@encounter encounter added the elf split elf split label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
elf split elf split
Projects
None yet
Development

No branches or pull requests

2 participants