I believe that rtld does not need to implement them, they are mostly for the static linker. 'Mostly' because for amd64 our kernel linker loads object files, and amd64 relocation types could be observed.
Defines were taken from glibc sources.
Differential D28205
elf: add some definitions for i386 and amd64 relocations kib on Jan 17 2021, 7:11 AM. Authored by Tags None Referenced Files
Subscribers None
Details I believe that rtld does not need to implement them, they are mostly for the static linker. 'Mostly' because for amd64 our kernel linker loads object files, and amd64 relocation types could be observed. Defines were taken from glibc sources.
Diff Detail
|