Skip to content

Commit ea3dd49

Browse files
authored
Add PT_GNU_SFRAME (#70)
1 parent f14c09a commit ea3dd49

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/rp/elf_struct.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ static std::string type_to_str(const uint32_t p_type) {
171171
case 0x70000001: {
172172
return "SHT_AMD64_UNWIND";
173173
}
174+
175+
case 0x6474e554: {
176+
return "PT_GNU_SFRAME";
177+
}
174178
}
175179

176180
fmt::print("Unknown ELF type 0x{:x}\n", p_type);

0 commit comments

Comments
 (0)