mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 20:59:00 +00:00
readelf: Add printing for STT_GNU_IFUNC
This commit is contained in:
parent
7aca408993
commit
484f70fb43
Notes:
sideshowbarker
2024-07-17 11:25:19 +09:00
Author: https://github.com/BertalanD
Commit: 484f70fb43
Pull-request: https://github.com/SerenityOS/serenity/pull/13238
Reviewed-by: https://github.com/ADKaster
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,8 @@ static char const* object_symbol_type_to_string(ElfW(Word) type)
|
|||
return "FILE";
|
||||
case STT_TLS:
|
||||
return "TLS";
|
||||
case STT_GNU_IFUNC:
|
||||
return "IFUNC";
|
||||
case STT_LOPROC:
|
||||
return "LOPROC";
|
||||
case STT_HIPROC:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue