debug/elf: missing symbol type STT_GNU_IFUNC #66836
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Go version
go version go1.21.6 linux/amd64
Output of
go env
in your module/workspace:What did you do?
Just missing a single const value in exported consts.
You can find its declaration in the
tools/perf/util/symbol-elf.c
file in the kernel source code:I think this is the only value missing from the type consts from my check on the source code of kernel 6.3.6, but there are multiple kernels out already since then so maybe more through search is required.
What did you see happen?
Have no const
What did you expect to see?
Const exist
The text was updated successfully, but these errors were encountered: