mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2025-12-13 23:26:15 +00:00
@@ -170,7 +170,7 @@ fn section_kind(section: &object::Section) -> SectionKind {
|
||||
.and_then(|name| match name {
|
||||
".init" | ".text" | ".vmtext" | ".dbgtext" => Some(SectionKind::Text),
|
||||
".ctors" | ".dtors" | ".data" | ".rodata" | ".sdata" | ".sdata2" | "extab"
|
||||
| "extabindex" => Some(SectionKind::Data),
|
||||
| "extabindex" | ".BINARY" => Some(SectionKind::Data),
|
||||
".bss" | ".sbss" | ".sbss2" => Some(SectionKind::UninitializedData),
|
||||
_ => None,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user