Searched refs:ELF_PTR_TO_FDESC (Results 1 – 5 of 5) sorted by relevance
63 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()
125 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()
8 #define ENTRY_POINT ELF_PTR_TO_FDESC (_start)->ip
36 #define ELF_PTR_TO_FDESC(ptr) \ macro
260 * 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.