Home
last modified time | relevance | path

Searched refs:ELF_PTR_TO_FDESC (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/ia64/
Dmakecontext.c63 sc->sc_br[0] = ELF_PTR_TO_FDESC (&__start_context)->ip; in __makecontext()
64 sc->sc_br[1] = ELF_PTR_TO_FDESC (func)->ip; in __makecontext()
65 sc->sc_gr[1] = ELF_PTR_TO_FDESC (func)->gp; in __makecontext()
72 PUSH(ELF_PTR_TO_FDESC (&__start_context)->gp); in __makecontext()
/glibc-2.36/sysdeps/ia64/
Ddl-machine.h125 doit = (Elf64_Addr) ELF_PTR_TO_FDESC (&_dl_runtime_resolve)->ip; in elf_machine_runtime_setup()
135 doit = (Elf64_Addr) ELF_PTR_TO_FDESC (&_dl_runtime_profile)->ip; in elf_machine_runtime_setup()
Dentry.h8 #define ENTRY_POINT ELF_PTR_TO_FDESC (_start)->ip
Ddl-fptr.h36 #define ELF_PTR_TO_FDESC(ptr) \ macro
/glibc-2.36/ChangeLog.old/
DChangeLog.ports-ia64260 * sysdeps/ia64/dl-fptr.h (ELF_PTR_TO_FDESC): New definition.
262 struct fdesc * casts to use new ELF_PTR_TO_FDESC helper.
264 (ENTRY_POINT): Change cast to use new ELF_PTR_TO_FDESC helper.
268 (makecontext): Change casts to use new ELF_PTR_TO_FDESC helper.