Home
last modified time | relevance | path

Searched refs:fptr (Results 1 – 9 of 9) sorted by relevance

/sysdeps/ieee754/ldbl-128ibm-compat/
A Dtest-scanf-ldbl-compat-template.c30 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
/sysdeps/ia64/
A Ddl-lookupcfg.h44 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; \
A DMakefile24 sysdep-dl-routines += dl-symaddr dl-fptr
A Dcrti.S89 addl r14 = @ltoff(@fptr(PREINIT_FUNCTION#)), gp
128 data8 @fptr(PREINIT_FUNCTION)
A Dstart.S83 addl out0 = @ltoff(@fptr(main)), gp
/sysdeps/hppa/
A Ddl-lookupcfg.h41 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); \
A DMakefile25 sysdep-dl-routines += dl-symaddr dl-fptr
27 CFLAGS-dl-fptr.c = -Wno-error
A Ddl-runtime.c30 _dl_fix_reloc_arg (struct fdesc *fptr, struct link_map *l) in ElfW()
46 && fptr == (struct fdesc *) (reloc->r_offset + l_addr)) in ElfW()
A Ddl-machine.h173 struct fdesc *fptr; in elf_machine_runtime_setup() local
286 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 7 milliseconds