mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +00:00
readelf: Add printing for STT_GNU_IFUNC
This commit is contained in:
parent
7aca408993
commit
484f70fb43
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";
|
return "FILE";
|
||||||
case STT_TLS:
|
case STT_TLS:
|
||||||
return "TLS";
|
return "TLS";
|
||||||
|
case STT_GNU_IFUNC:
|
||||||
|
return "IFUNC";
|
||||||
case STT_LOPROC:
|
case STT_LOPROC:
|
||||||
return "LOPROC";
|
return "LOPROC";
|
||||||
case STT_HIPROC:
|
case STT_HIPROC:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue