Searched refs:ELF_PTR_TO_FDESC (Results 1 – 3 of 3) 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()
36 #define ELF_PTR_TO_FDESC(ptr) \ macro
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()
Completed in 4 milliseconds