mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 19:57:45 +03: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: https://github.com/SerenityOS/serenity/commit/484f70fb43 Pull-request: https://github.com/SerenityOS/serenity/pull/13238 Reviewed-by: https://github.com/ADKaster
@ -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…
Reference in New Issue
Block a user