1 #include <sys/types.h> 2 #include <sys/stat.h> 3 4 #include "debug.h" 5 #include "rtld.h" 6 7 void 8 _rtld_setup_pltgot(const Obj_Entry *obj) 9 { 10 obj->pltgot[1] = (Elf_Addr) obj; 11 obj->pltgot[2] = (Elf_Addr) &_rtld_bind_start; 12 } 13
Indexes created Sun Sep 28 12:09:53 GMT 2025