Searched refs:fptr (Results 1 – 9 of 9) sorted by relevance
30 fptr = va_arg (args, float *); \32 *fptr = 0; \38 fptr = va_arg (args, float *); \40 if (*ldptr == -1 && *fptr == -2) \43 printf ("ERROR (%Lf %f)", *ldptr, *fptr); \62 float *fptr; in do_test_call() local
44 attr volatile unsigned long int fptr[2]; \45 fptr[0] = (unsigned long int) (start); \46 fptr[1] = (map)->l_info[DT_PLTGOT]->d_un.d_ptr; \47 addr = (ElfW(Addr)) fptr; \
24 sysdep-dl-routines += dl-symaddr dl-fptr
89 addl r14 = @ltoff(@fptr(PREINIT_FUNCTION#)), gp128 data8 @fptr(PREINIT_FUNCTION)
83 addl out0 = @ltoff(@fptr(main)), gp
41 attr volatile unsigned int fptr[2]; \49 fptr[0] = (unsigned int) (start); \50 fptr[1] = (map)->l_info[DT_PLTGOT]->d_un.d_ptr; \52 addr = (ElfW(Addr))((unsigned int)fptr | 2); \
25 sysdep-dl-routines += dl-symaddr dl-fptr27 CFLAGS-dl-fptr.c = -Wno-error
30 _dl_fix_reloc_arg (struct fdesc *fptr, struct link_map *l) in ElfW()46 && fptr == (struct fdesc *) (reloc->r_offset + l_addr)) in ElfW()
173 struct fdesc *fptr; in elf_machine_runtime_setup() local286 fptr = (struct fdesc *) (reloc->r_offset + l_addr); in elf_machine_runtime_setup()290 fptr->ip = (Elf32_Addr) got - GOT_FROM_PLT_STUB; in elf_machine_runtime_setup()296 fptr->gp = (iplt - jmprel) | PA_GP_RELOC; in elf_machine_runtime_setup()301 fptr->ip = reloc->r_addend + l_addr; in elf_machine_runtime_setup()302 fptr->gp = D_PTR (l, l_info[DT_PLTGOT]); in elf_machine_runtime_setup()317 fptr = (struct fdesc *) (reloc->r_offset + l_addr); in elf_machine_runtime_setup()320 fptr->gp = D_PTR (l, l_info[DT_PLTGOT]); in elf_machine_runtime_setup()
Completed in 14 milliseconds